Skip to content

Commit

Permalink
Add brtemp and cldmask fields to atmosphere Registry.xml file for MPA…
Browse files Browse the repository at this point in the history
…S-JEDI

These fields are required by MPAS-JEDI and are associated with the `jedi_da` package,
which is active only if `config_jedi_da = true`.
Without setting `config_jedi_da = true` this commit should have no impact on
memory usage for stand-alone MPAS-A applications.
  • Loading branch information
byoung-joo authored and jim-p-w committed Sep 18, 2024
1 parent 82681e9 commit 9d312db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,15 @@
<var name="surface_pressure" type="real" dimensions="nCells Time" units="Pa"
description="Diagnosed surface pressure"/>

<!-- observation-related variables interfacing to Non-Variational SAtellite-based Cloud Analysis (SACA) -->
<var name="cldmask" type="real" dimensions="nCells Time" units="unitless"
description="cloud mask (1=cloudy ; 0=clear)"
packages="jedi_da"/>

<var name="brtemp" type="real" dimensions="nCells Time" units="K"
description="brightness temperature to calculate cloud top height; usually from geostationary IR window channel"
packages="jedi_da"/>

</var_struct>

<var_struct name="tend" time_levs="1">
Expand Down

0 comments on commit 9d312db

Please # to comment.