Skip to content

Commit 9d312db

Browse files
byoung-joojim-p-w
authored andcommitted
Add brtemp and cldmask fields to atmosphere Registry.xml file for MPAS-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.
1 parent 82681e9 commit 9d312db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/core_atmosphere/Registry.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,15 @@
18391839
<var name="surface_pressure" type="real" dimensions="nCells Time" units="Pa"
18401840
description="Diagnosed surface pressure"/>
18411841

1842+
<!-- observation-related variables interfacing to Non-Variational SAtellite-based Cloud Analysis (SACA) -->
1843+
<var name="cldmask" type="real" dimensions="nCells Time" units="unitless"
1844+
description="cloud mask (1=cloudy ; 0=clear)"
1845+
packages="jedi_da"/>
1846+
1847+
<var name="brtemp" type="real" dimensions="nCells Time" units="K"
1848+
description="brightness temperature to calculate cloud top height; usually from geostationary IR window channel"
1849+
packages="jedi_da"/>
1850+
18421851
</var_struct>
18431852

18441853
<var_struct name="tend" time_levs="1">

0 commit comments

Comments
 (0)