You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using NOAH offline compilation, when we try to run the model with more than one mpi processes, even if OUTPUT_TIMESTEP is multiple or equal of NOAH_TIMESTEP, we got "read_rt_nlst:: out_dt must be a multiple of the NOAH_TIMESTEP" error message.
Possible Solution
We tried to solve the problem and we noticed that in this new version inside module_namelist.F at line 188 there is an if statement which interrupts the execution. After a short debugging, we found that if we move the if statement after all broadcast communications (line 502), the problem is solved.
Your Environment
Version of the code used: v5.0.3
Operating System and version: Ubuntu 16.04
Compiler and version: gfortran 5.4.0
Affiliation:
Luca Furnari
Alessio De Rango
University of Calabria
Department of Environmental and Chemical Engineering (DIATIC)
Laboratory of Environmental Monitoring and Modelling (CeSMMA Lab)
The text was updated successfully, but these errors were encountered:
Current Behavior
Using NOAH offline compilation, when we try to run the model with more than one mpi processes, even if OUTPUT_TIMESTEP is multiple or equal of NOAH_TIMESTEP, we got "read_rt_nlst:: out_dt must be a multiple of the NOAH_TIMESTEP" error message.
Possible Solution
We tried to solve the problem and we noticed that in this new version inside module_namelist.F at line 188 there is an if statement which interrupts the execution. After a short debugging, we found that if we move the if statement after all broadcast communications (line 502), the problem is solved.
Your Environment
Affiliation:
Luca Furnari
Alessio De Rango
University of Calabria
Department of Environmental and Chemical Engineering (DIATIC)
Laboratory of Environmental Monitoring and Modelling (CeSMMA Lab)
The text was updated successfully, but these errors were encountered: