UU-Hydro / PCR-GLOBWB_model

PCR-GLOBWB (PCRaster Global Water Balance) is a large-scale hydrological model intended for global to regional studies and developed at the Department of Physical Geography, Utrecht University (Netherlands). Contact: Edwin Sutanudjaja (E.H.Sutanudjaja@uu.nl).
GNU General Public License v3.0
116 stars 79 forks source link

Allow for temporal output writing #35

Open BramDr opened 6 months ago

BramDr commented 6 months ago

Especially long higher-resolution simulations, storing all timesteps (for a single variable) into a single output file results in very large output files. It would be nice if an output frequency could be specified under the reportingOptions in the configuration file. For example:

[reportingOptions]
formatNetCDF = NETCDF4
frequency = year
zlib = True