-
Notifications
You must be signed in to change notification settings - Fork 253
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
Land component model configurations that has active atmosphere component are not working in debug mode #2189
Comments
The mismatch is the input files also creates other side effects. More information can be also found in the conversation of NOAA-EMC/noahmp#8. |
The NoahMP cap needs to be fixed and also RTs that uses active atmosphere needs to be updated to use V2 sfc files to solve the issue. Our initial work also shows that there could be a bug in CCPP/physics side while treating t2m and q2m coming from component land model since we are seeing zero values around the coastline for those fields. I am working on it and once everything fixed, I'll create UFS Weather Model PR that also includes debug test for |
This is also related with #1423 |
@barlage The land PR that fixes the issue is almost ready. Do you want to use V2 fixed files also for the data atmosphere coupled configurations. That might require to recreate initial conditions for those tests again but not sure. Anyway, let me know if you also want to update those tests. |
@uturuncoglu I am going to close the related Issue #2178. |
@DeniseWorthen Sure. |
Description
The land component model RT (
control_p8_atmlnd
) is failing when it is compiled with-DDEBUG=ON
option. This is mainly caused by the inconsistencies in the input files (fix files vs. sfc_data file). @barlage did extra checking in the input files and found following,What I mean below by "not consistent" is that there are not valid land characteristics over all grids where land_frac>0. From what I can tell:
Note these are consistent for non-fractional grids.
So, the solution is to switch to V2 input files. The PR will be created soon to solve the issue.
To Reproduce:
What compilers/machines are you seeing this with? It is tested on both Derecho and also Orion and result is same. It is tested with Intel compiler.
Give explicit steps to reproduce the behavior.
control_p8_atmlnd
underrt.conf
like following,cp tests/control_p8_atmlnd tests/control_p8_atmlnd_debug
tests/control_p8_atmlnd_debug
like name of the baseline directory etc../rt.sh -a nems -k -n "control_p8_atmlnd_debug intel"
command.Additional context
N/A
Output
output logs
The text was updated successfully, but these errors were encountered: