Push notifications in your browser are not yet configured.
You are not logged in, you may not see all content and functionalities. If you have an account, please login .
Setting time range 3 and 4 quantities to zero at the output steps has been introduced especially for the climate mode
lbdclim=.TRUE.
. This has been done to prevent numeric overflows due to summing up over long time periods. Up to now it is not possible to use time range 3 and 4 quantities in more than one gribout namelist section. There are two work arounds that come to my mind you may consider:1. If you are using a chain job that runs month by month, use a 15 min output for the whole region and write some lines to cut out the time (hourly for the whole region) and space (for the 15min output) you need in a post processing at the end of each month (preferably using the
ncks
program from the NCO -Libray, you may also use CDO commands, but be aware that CDO corrupts your netCDF CF-Conventions.). If you are usingsubchain
you can do this in thepost.job.tmpl
.2. If your simulation period is not too long you may comment out the
lbdclim=.TRUE.
if-branches insrc_output.f90
. Hope this works (haven’t tried this myself, though)