writeSingleYearFile: Helper function to convert one year of MERRA data to a binary...

Description Usage Arguments

Description

This is a helper function used to converted one year of MERRA data to a binary file

Usage

1
2
writeSingleYearFile(year, listOfFiles, date_seq, param, timePerFile, dimX, dimY,
  out_path, multVar, silent = TRUE)

Arguments

year

Year to convert

listOfFiles

list of MERRA files to convert

date_seq

vector with sequence of all dates to be converted (including the given year)

param

Parameter in MERRA file that should be converted

timePerFile

number of hours per file

dimX

X dimension of spatial grid

dimY

Y dimension of spatial grid

out_path

Path to write file to

multVar

multiplicator for variable (to be used if numbers after comma are relevant)

silent

If true, no detailed output on handling of files is printed to console


joph/MERRAbin documentation built on May 29, 2019, 1:07 a.m.