-
Notifications
You must be signed in to change notification settings - Fork 25
2022 MARBL Dev team meetings
Michael Levy edited this page Apr 5, 2022
·
14 revisions
- Matt discussing work on additional alkalinity forcing options
- FEISTY update (time permitting)
- Anything to discuss? Diags / FEISTY / etc?
- Ann B reported an issue with
ladjust_bury_coeff=.true.
on GreenPlanet; I think it's a memory issue, but might be compiler related at the root? (GP is using intel 2018, and I can't reproduce the issue on cheyenne)
- Will start the backport of MARBL to CESM 1.3 tomorrow or Thursday
- Waiting on one last round of tests, then KPP Nonlocal stuff will get merged to
dev/ncar
and I can work on merging it into the MARBL driver branch
- Bringing SPECTRA into
development
- Jessica opened up #396, which has changes to
zoo_loss
; currently answer-changing, but we should discuss whether we want the ability to keep the old formulation - Currently, SPECTRA runs require
user_nl_marbl
to modify PFT settings; this file is generated by an R script in jessluo/gen_spectra. Future MARBL PR: setuse_SPECTRA = .true.
and have MARBL python scripts generate correct settings (default diagnostics may also change based on value ofuse_SPECTRA
)
- Jessica opened up #396, which has changes to
- Porting MARBL to CESM 1.3
- Email from Matt last week
- FEISTY update
- Any diagnostic updates to discuss?
- Nothing to discuss, but Gustavo laid out a solid plan to get KPP nonlocal work onto
dev/ncar
which will let me merge it back onto the MARBL branch- Will continue to test MARBL with MCT driver, but this might also be a good time to verify NUOPC cap is behaving as expected (e.g. run 20 year runs with MCT for comparing to POP, but also run 1 month with NUOPC and make sure MOM is getting all the fields it needs to send to MARBL)
-
There is a placeholder for a POP tag for CESM 2.1.4 that fixes an issue in setting some share stream variables in certain compsets
Bugfix: add additional OCN_TRANSIENT option(s) to prevent improper riv_flux_shr_stream_year_last values (Some WACCM SSP runs were done with year 1900 river fluxes rather than year 2000; perhaps other CMIP runs were also affected)
I have a note to talk to Keith about this during our weekly check-in on Thursday, but it may get pushed back a week or two depending on how we prioritize other work
-
SPECTRA tag: want to use
io_fallback
to set initial values of SPECTRA tracers (e.g.spC
is replaced withppC
and 4mp#C
; all can be initialized to 0.2*``spC``). May also need to increasemax_avail_tavg_fields
.