-
Notifications
You must be signed in to change notification settings - Fork 344
Isoprene soil moisture options for MEGAN #3309
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
Conversation
modified: bld/namelist_files/namelist_definition_drv_flds.xml modified: src/biogeochem/VOCEmissionMod.F90
wwieder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@fvitt there's two primary questions I have here.
Minimally we need to run the test list to ensure answers are b4b with the change as we expect. And we should run at least one test (if not the whole test list) with it turned on to make sure it works with the change. |
|
As @ekluzek suggests, the namelist options should probably be implemented in CTSM rather than in CMEPS |
modified: bld/namelist_files/namelist_definition_drv_flds.xml
modified: bld/CLMBuildNamelist.pm
modified: bld/namelist_files/namelist_definition_ctsm.xml
modified: src/biogeochem/VOCEmissionMod.F90
modified: src/main/clm_instMod.F90
wwieder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bringing this into a clm namelist change, Francis.
|
@fvitt are you ready for us to review (and merge) this PR? |
Yes I am ready for review. Shawn is testing. |
ekluzek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. This could go on b4b-dev.
Conflicts: bld/unit_testers/build-namelist_test.pl
|
Some tests are showing a difference in answers of what looks like roundoff level. I'm trying setting megan_min_gamma_sm = -5.e-14 to see if it's something about rounding below zero. |
|
🥳 |
Description of changes
Implement namelist options for soil moisture activation factor used in MEGAN isoprene emissions
Specific notes
Contributors other than yourself, if any:
CTSM Issues Fixed (include github issue #):
Fixes #3016
Are answers expected to change (and if so in what way)? Only when turned on
Any User Interface Changes (namelist or namelist defaults changes)?
Two new CTSM megan_opts namelist items:
megan_use_gamma_sm
megan_min_gamma_sm
Does this create a need to change or add documentation? Did you do so?
Testing performed, if any: aux_clm on Derecho and Izumi as usual