era5_land_read_monthly.py

  • Reads ERA5-Land datafiles to calculate anomalies in total water storage from soil moisture, snow water equivalent and total canopy storage [26]

Source code

Calling Sequence

usage: era5_land_read_monthly.py [-h] [--directory DIRECTORY]
                                 [--year YEAR [YEAR ...]] [--mean START END]
                                 [--format {ascii,netCDF4,HDF5}] [--clobber]
                                 [--verbose] [--mode MODE]

Named Arguments

--directory, -D

Working data directory

--year, -Y

Years of model outputs to run

--mean, -m

Start and end year range for mean

--format, -F

Possible choices: ascii, netCDF4, HDF5

Input and output data format

--clobber, -C

Overwrite existing data

--verbose, -V

Verbose output of processing run

--mode, -M

Permission mode of directories and files