Skip to content

Commit 35bd8b8

Browse files
committed
Merge branch 'atmosphere/add_brtemp_cldmask' into hotfix-v8.2.2 (PR #1232)
This merge adds two fields, brtemp and cldmask, to the atmosphere core's Registry.xml file. Although these fields are not used by stand-alone MPAS-Atmosphere, they are required by MPAS-JEDI. These two fields are associated with the jedi_da package and are therefore allocated only if config_jedi_da = true in the &assimilation namelist group.
2 parents 0a5edb2 + 9d312db commit 35bd8b8

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
@@ -1841,6 +1841,15 @@
18411841
<var name="surface_pressure" type="real" dimensions="nCells Time" units="Pa"
18421842
description="Diagnosed surface pressure"/>
18431843

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

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

0 commit comments

Comments
 (0)