-
Notifications
You must be signed in to change notification settings - Fork 384
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
Migrate FATES parameter file switches to the namelist #6918
base: master
Are you sure you want to change the base?
Migrate FATES parameter file switches to the namelist #6918
Conversation
This commit facilitates moving this switch from the fates parameter file to the API. Note that the actual daylength factor value is always passed through the API. This just adds the switch to tell FATES to use it.
To do:
|
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
019da9d
to
db8e2cb
Compare
Co-authored-by: Gregory Lemieux <[email protected]>
Co-authored-by: Gregory Lemieux <[email protected]>
Co-authored-by: Gregory Lemieux <[email protected]>
Co-authored-by: Gregory Lemieux <[email protected]>
Co-authored-by: Gregory Lemieux <[email protected]>
…witch-migration add electron transfer namelist switch
@@ -428,7 +429,8 @@ subroutine ELMFatesGlobals2() | |||
integer :: pass_regeneration_model | |||
integer :: pass_hydro_solver | |||
integer :: pass_radiation_model | |||
|
|||
integer :: pass_electron_transfer_model |
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 should be pass_electron_transport_model (not transfer)
@@ -359,6 +359,62 @@ Toggle to turn on FATES no competition mode (only relevant if FATES is being use | |||
Toggle to turn on FATES satellite phenology mode (only relevant if FATES is being used). | |||
</entry> | |||
|
|||
<entry id="fates_radiation_model" type="char*256" category="physics" | |||
group="elm_inparm" valid_values="norman, twostream" value="norman"> |
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.
There can't be any spaces between the valid values - e.g. this should be "norman,twostream"
Moves switch options located in the FATES parameter file into the ELM namelist.
Addresses NGEET/fates#1295.
To be coordinated with NGEET/fates#1300.
[non-BFB] for FATES tests only