Skip to content

Commit

Permalink
Update e3sm namelist files
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Jul 11, 2024
1 parent 4502b4f commit 5e90fd0
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,16 @@
<config_ecosysTracers_diagnostic_fields_level4>.false.</config_ecosysTracers_diagnostic_fields_level4>
<config_ecosysTracers_diagnostic_fields_level5>.false.</config_ecosysTracers_diagnostic_fields_level5>

<!-- tracer_forcing_freshwaterTracers -->
<config_use_freshwaterTracers>.false.</config_use_freshwaterTracers>
<config_use_freshwaterTracers_surface_bulk_forcing>.false.</config_use_freshwaterTracers_surface_bulk_forcing>
<config_use_freshwaterTracers_surface_restoring>.false.</config_use_freshwaterTracers_surface_restoring>
<config_use_freshwaterTracers_interior_restoring>.false.</config_use_freshwaterTracers_interior_restoring>
<config_use_freshwaterTracers_exponential_decay>.false.</config_use_freshwaterTracers_exponential_decay>
<config_use_freshwaterTracers_idealAge_forcing>.false.</config_use_freshwaterTracers_idealAge_forcing>
<config_use_freshwaterTracers_ttd_forcing>.false.</config_use_freshwaterTracers_ttd_forcing>
<config_use_freshwaterTracers_surface_value>.false.</config_use_freshwaterTracers_surface_value>

<!-- tracer_forcing_DMSTracers -->
<config_use_DMSTracers>.false.</config_use_DMSTracers>
<config_use_DMSTracers_surface_bulk_forcing>.false.</config_use_DMSTracers_surface_bulk_forcing>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3027,6 +3027,69 @@ Valid values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, the 'freshwaterTracers' category is enabled for the run

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_surface_bulk_forcing" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, surface bulk forcing from coupler is added to surfaceTracerFlux in 'freshwaterTracers' category. True by default because the main function of this tracer group is tracking freshwater fluxes

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_surface_restoring" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, surface restoring source is applied to tracers in 'freshwaterTracers' category

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_interior_restoring" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, interior restoring source is applied to tracers in 'freshwaterTracers' category

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_exponential_decay" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, exponential decay source is applied to tracers in 'freshwaterTracers' category

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_idealAge_forcing" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, idealAge forcing source is applied to tracers in 'freshwaterTracers' category

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_ttd_forcing" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, transit time distribution forcing source is applied to tracers in 'freshwaterTracers' category

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_use_freshwaterTracers_surface_value" type="logical"
category="tracer_forcing_freshwaterTracers" group="tracer_forcing_freshwaterTracers">
if true, surface value is computed for 'freshwaterTracers' category

Valid Values: .true. or .false.
Default: Defined in namelist_defaults.xml
</entry>

<!-- tracer_forcing_DMSTracers -->

Expand Down

0 comments on commit 5e90fd0

Please sign in to comment.