Skip to content

Commit

Permalink
Add missing cmeps drv_flds_in variables fixing ESCOMP#2170
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Aug 15, 2024
1 parent a590ca7 commit 733cf99
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bld/namelist_files/namelist_definition_drv_flds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
List of fluxes needed by the CARMA model, from CLM to CAM.
</entry>

<!-- ======================================================================================== -->
<!-- DUST Emission fields -->
<!-- ======================================================================================== -->

<entry id="dust_emis_method" type="char*80" category="dust_emissions"
group="dust_emis_inparm" valid_values="Zender_2003,Leung_2023" >
Which dust emission method is going to be used. Either the Zender 2003 scheme or the Leung 2023 scheme.
Expand All @@ -136,4 +140,27 @@
(only used when dust_emis_method is Zender_2003)
</entry>

<!-- ======================================================================================== -->
<!-- Ozone to surface -->
<!-- ======================================================================================== -->

<entry id="atm_ozone_frequency" type="char*64" category="ozone_coupling"
group="ozone_coupling_nl" valid_values="subdaily,multiday_average">
Frequency of surface ozone field passed from CAM to surface components.
Surface ozone is passed every coupling interval, but this namelist flag
indicates whether the timestep-level values are interpolated from a
coarser temporal resolution.
Default: set by CAM
</entry>

<!-- ======================================================================================== -->
<!-- Lightning -->
<!-- ======================================================================================== -->

<entry id="atm_provides_lightning" type="logical" category="lightning_coupling"
group="lightning_coupling_nl" valid_values="">
If TRUE atmosphere model will provide prognosed lightning flash frequency.
(NOTE: NOT CONNECTED INTO CTSM YET)
</entry>

</namelist_definition>

0 comments on commit 733cf99

Please sign in to comment.