-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update ecosys forcing #33
Conversation
Turned in to atm_bc_fe_bioavail_frac & atm_fe_to_bc_ratio
Turned in to seaice_bc_fe_bioavail_frac & seaice_fe_to_bc_ratio
This is a draft pull request so we don't inadvertently merge it before addressing #17 (comment) Also, I'd appreciate feedback on the descriptions I added to the new variables in |
dust_ratio_thres has a new default value, and the old one is saved for when OCN_BGC_OPTION=cesm2.1; fe_bioavail_frac_offset default did not change, but I added the cesm2.1 default for consistency with the cesm2.0 value.
I think this compset is ready for review. I've run the full test suites mentioned in the initial post with b76082b and with the
|
I have a few questions that may result in more changes to the code; some of these have been asked elsewhere but for completeness I'm compiling them all into a single post:
|
To answer (2), it makes sense that the CESM2.0 test is bit-for-bit. The code we modified is only used when
phew :) |
Testing on 6a7cef2 is complete, and the summary from #33 (comment) still holds (expected |
After review with @klindsay28, we decided not to support the old |
Got rid of "cesm2.1" and "cesm2.0" defaults for some parameters, edited description of new namelist variables in the definition file
Description of changes:
Added two extra namelist variables to
ecosys_forcing_mod.F90
and gave two other existing variables clearer names to improve iron flux computation.Testing:
Test case/suite:
aux_pop
andaux_pop_MARBL
(also built / ran a case onhobart_nag
)Test status: Definitely answer changing -- I presume not climate-changing
Fixes #17
User interface (namelist or namelist defaults) changes?
iron_frac_in_atm_bc
andiron_frac_in_seaice_bc
are no longer in the namelist, whileatm_bc_fe_bioavail_frac
,atm_fe_to_bc_ratio
,seaice_bc_fe_bioavail_frac
, andseaice_fe_to_bc_ratio
are