Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"out_dt must be a multiple of the NOAH_TIMESTEP" error message #250

Open
alessioderango opened this issue Feb 18, 2019 · 0 comments
Open
Labels
bug Something isn't working

Comments

@alessioderango
Copy link

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

  • 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)

@kafitzgerald kafitzgerald added the bug Something isn't working label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants