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

Nests reading wrong namelist section atmos_model_nml #264

Closed
climbfuji opened this issue Mar 27, 2021 · 0 comments · Fixed by #263 or ufs-community/ufs-weather-model#488
Closed

Nests reading wrong namelist section atmos_model_nml #264

climbfuji opened this issue Mar 27, 2021 · 0 comments · Fixed by #263 or ufs-community/ufs-weather-model#488
Assignees
Labels
bug Something isn't working

Comments

@climbfuji
Copy link
Collaborator

Description

The current code in fv3atm has a bug when running nested models. The atmos_model_nml section, which contains options such as ccpp_suite, blocksize, fhdiag, is currently read in fv3atm before atmosphere_init is called. This is required, because atmosphere_init needs ccpp_suite.

However, the capability to read the correct namelist for the nests is only turned on during atmosphere_init. The nests currently read the wrong namelist section atmos_model_nml), namely that of the parent. This means that all values in that section are potentially wrong: ccpp_suite, blocksize, fdiag, ...

For a detailed description of the solution, see NOAA-GFDL/GFDL_atmos_cubed_sphere#86.

This bug is fixed in PRs NOAA-GFDL/GFDL_atmos_cubed_sphere#86 and #263.

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
1 participant