-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make additional ecosystem parameters available via marbl_settings_mod or namelist #231
Comments
For point 4, |
I think we should remove
|
#328 added |
I have not been able to find the value of zooplankton_settings(:)%Tref. I didn't find it in marbl_settings_mod.F90 nor in the MARBL documentation chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/https://marbl.readthedocs.io/_/downloads/en/latest/pdf/ I would appreciate any help in this matter |
@angeles2013 -- for both For the |
Thank you! |
A few parameters are encoded in the source files and should be made available for modification via
marbl_settings_mod.F90
or as namelist parameters:Power of the 'quadratic' loss term for autotrophs and zooplankton. For autotrophs, the value is 1.75 (e.g.
Pprime(auto_ind)**1.75_r8
) and for zooplankton the value is 1.5 (e.g.Zprime(zoo_ind)**1.5_r8
).It may not be necessary to allow for individual variations in the 'power loss power' term. One value for autotrophs and one value for zooplankton may be sufficient.
Power of the 'quadratic' term on the implicit calcifier routing to POC. Within the
marbl_compute_grazing
subroutine, the routing of autotroph grazing (of implicit calcifiers) to POC has a power of 1.6. Should that be a parameter within marbl_settings_mod as well? Also, should this portion of the subroutine be more general to include autotrophs that are neither implicit calcifiers nor diatoms?Maximum CaCO3 : C ratio (
QCaCO3_max
) should be flexible by autotroph PFT. Currently, since there is only one implicit calcifier in the default CESM2 parameter set, there is no need for variations in QCaCO3_max. However, under cases where there is more than 1 implicit calcifier, it would be nice to adjust the maximum CaCO3 : C ratio per implicit calcifier.Similarly, should
f_photosp_CaCO3
be changed as well to allow for variations between implicit calcifiers (if implicit calcifier > 1)? Right now it appears thatf_photosp_CaCO3
is the same value asQCaCO3_max
, so ifQCaCO3_max
changes, thenf_photosp_CaCO3
should as well.The text was updated successfully, but these errors were encountered: