Skip to content

Commit 209b30b

Browse files
authored
add brtemp and cldmask under diag var_struct of src/core_atmosphere/Registry.xml (MPAS-Dev#43)
DESCRIPTION OF CHANGES: For a madwrf algorithm in SACA repository, two variables `brtemp` and `cldmask` are added under `diag` var_struct of `Registry.xml`. LIST OF MODIFIED FILES: src/core_atmosphere/Registry.xml TESTS CONDUCTED: Tested on Cheyenne.
1 parent 2a41bf1 commit 209b30b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/core_atmosphere/Registry.xml

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

1815+
<!-- observation-related variables interfacing to Non-Variational SAtellite-based Cloud Analysis (SACA) -->
1816+
<var name="cldmask" type="real" dimensions="nCells Time" units="unitless"
1817+
description="cloud mask (1=cloudy ; 0=clear)"
1818+
packages="jedi_da"/>
1819+
1820+
<var name="brtemp" type="real" dimensions="nCells Time" units="K"
1821+
description="brightness temperature to calculate cloud top height; usually from geostationary IR window channel"
1822+
packages="jedi_da"/>
1823+
18151824
</var_struct>
18161825

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

0 commit comments

Comments
 (0)