Skip to content

Commit 43d4bf2

Browse files
byoung-joojim-p-w
authored andcommitted
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 82681e9 commit 43d4bf2

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
@@ -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)