Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

NOAH-MP V5 run as a single cell model (1D driver)

Hi @cenlinhe
How can I solve this problem (when I run single cell mode):

lsminit: out of range ISLTYP 1 1 -2147483648
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
 
Thanks @cenlinhe for the clarification. I confirmed that the single-point setup itself is correct. Using the same HRLDAS_setup_single_point.nc, forcing files, and simulation period, the model runs successfully to completion in a controlled Docker environment and writes the expected restart file. However, on the HPC system the run fails at initialization with lsminit: out of range ISLTYP, where ISLTYP is read as a fill value. This indicates an environment/compilation issue on the HPC side (likely NetCDF/HDF5 incompatibility or NetCDF-4 support), rather than a problem with the input data or workflow.
 
Top