Dear all,
I’m using NEMO r4.0.2 as a stand alone model forced by monthly atmospheric files with time frequency of 1h. The input files have different length, for example with number of records = 672 in February and 744 in March.
When using monthly input file for atmospheric pressure (PRES) and ln_apr_dyn = .true.
, the namsbc_apr
section in the namelist_cfg looks like:
During the run time, following error encounters:
===>>> : E R R O R
===========
iom_get_123d, file: NFORC/PRES_y2018m03.nc, var: PRES
start and count too big regarding to the size of the data,
(istart(3) + icnt(3) - 1) = 645
is larger than idimsz(3) = 644
The time index of the previous month instead of the current month is used.
It seems that the file containing PRES variable for the previous month is opened for the initialization, but never closed after getting the first information.
Does someone of you use monthly atmopsheric forcing files and was having similar troubles with the time indexing and may have a hint how to solve this?
Kind regards,
Janna