-
Notifications
You must be signed in to change notification settings - Fork 0
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
add_MARBL: introduce _USE_MARBL_TRACERS CPP macro #21
Comments
An interesting thought from Matt L: if the CPP is available, we should use it in the CESM build. Meaning compsets that are not set up to run with MARBL should not build MARBL.
|
Given how this work is breaking down, I think #21 (comment) should be addressed in a separate issue once this work is complete |
Having trouble triggering the abort when running with |
It turns out that |
* allows control of MOM6 restarts and MOM6 intermediate restarts using nems.configure settings restart_n and restart_option. Fixes duplicate restart issue when running with CMEPS (#16). * when field dumping is turned on, all fields in import state and export state are written to single file with timestamped file name (#15) * moves call to data_override field lrunoff out of the enclosing do loop (#21 ) Co-authored-by: Mariana Vertenstein <mvertens@ucar.edu>
#22 did the following:
This issue will continue the work:
MARBL_tracers.F90
and all calls into the module fromMOM_tracer_control_flow.F90
in#ifdef USE_MARBL_TRACERS
_USE_MARBL_TRACERS
The text was updated successfully, but these errors were encountered: