-
Notifications
You must be signed in to change notification settings - Fork 142
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
Corrections to se_sponge_del4 namelist variables definitions #690
Labels
Comments
@fvitt Thanks for finding this bug. I don't think it will change answers since namelist_defaults_cam.xml has "-1" for all configurations meaning that the code internally will set the value. |
fvitt
added a commit
to fvitt/CAM
that referenced
this issue
Jan 31, 2023
modified: bld/namelist_files/namelist_definition.xml
PeterHjortLauritzen
added a commit
to jtruesdal/CAM-1
that referenced
this issue
Sep 22, 2023
jtruesdal
added a commit
that referenced
this issue
Oct 6, 2023
WACCMX-FV bug fix:convert wet species to dry before calling cam_thermo_dry_air_update This PR corrects a bug introduced in cam6_3_109. Physics requires constituents mixing ratios to be dry but was using constituent thermodynamic properties based on the wet mixing ratio returned by dynamics. To fix this bug, the routine called to convert mixing ratios from wet to dry was moved further up in d_p_coupling so that it is called before the thermodynamic properties are calculated for physics. An additional fix to close issue #690 was added to correct namelist default types which are used to control the effect of the SE sponge layer. se_sponge_del4_nu_div_fac has been redefined from and integer to a real type as it controls real valued coefficient. se_sponge_del4_lev was defined as a real but identifies a specific integer model level and has been redefined from a real to integer type. closes #885 closes #690 closes #893
gold2718
pushed a commit
to gold2718/CAM
that referenced
this issue
May 2, 2024
Merge pull request ESCOMP#887 from jtruesdal/waccmxfv_thermo_fix WACCMX-FV bug fix:convert wet species to dry before calling cam_thermo_dry_air_update This PR corrects a bug introduced in cam6_3_109. Physics requires constituents mixing ratios to be dry but was using constituent thermodynamic properties based on the wet mixing ratio returned by dynamics. To fix this bug, the routine called to convert mixing ratios from wet to dry was moved further up in d_p_coupling so that it is called before the thermodynamic properties are calculated for physics. An additional fix to close issue ESCOMP#690 was added to correct namelist default types which are used to control the effect of the SE sponge layer. se_sponge_del4_nu_div_fac has been redefined from and integer to a real type as it controls real valued coefficient. se_sponge_del4_lev was defined as a real but identifies a specific integer model level and has been redefined from a real to integer type. closes ESCOMP#885 closes ESCOMP#690 closes ESCOMP#893 ESCOMP commit: 8cd44c5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Other (please describe below)
Issue Description
Namelist variable
se_sponge_del4_nu_div_fac
needs to be a real, whilese_sponge_del4_lev
needs to be an integer.The corrections to
namelist_definition.xml
are as follows:Will this change answers?
I Don't Know
Will you be implementing this yourself?
Yes
The text was updated successfully, but these errors were encountered: