Skip to content

Commit af2efc9

Browse files
committed
Update assigned standard names
1 parent eceef56 commit af2efc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/registry.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
<initial_value>.false.</initial_value>
665665
</variable>
666666
<variable local_name="shfrc"
667-
standard_name="shallow_convective_cloud_area_fraction"
667+
standard_name="shallow_convective_cloud_area_fraction_from_shallow_convection"
668668
units="fraction" type="real" kind="kind_phys"
669669
allocatable="allocatable">
670670
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>
@@ -674,7 +674,7 @@
674674

675675
<!-- rk_stratiform microphysics/macrophysics variables - need to be kept in physics state -->
676676
<variable local_name="qcwat"
677-
standard_name="water_vapor_mixing_ratio_wrt_moist_air_and_condensed_water_at_end_of_microphysics"
677+
standard_name="water_vapor_mixing_ratio_wrt_moist_air_and_condensed_water_on_previous_timestep"
678678
units="kg kg-1" type="real" kind="kind_phys"
679679
allocatable="allocatable">
680680
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>
@@ -683,7 +683,7 @@
683683
<ic_file_input_names>pbuf_QCWAT</ic_file_input_names>
684684
</variable>
685685
<variable local_name="tcwat"
686-
standard_name="air_temperature_at_end_of_microphysics"
686+
standard_name="air_temperature_on_previous_timestep"
687687
units="K" type="real" kind="kind_phys"
688688
allocatable="allocatable">
689689
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>
@@ -692,7 +692,7 @@
692692
<ic_file_input_names>pbuf_TCWAT</ic_file_input_names>
693693
</variable>
694694
<variable local_name="lcwat"
695-
standard_name="cloud_water_mixing_ratio_wrt_moist_air_and_condensed_water_at_end_of_microphysics"
695+
standard_name="cloud_water_mixing_ratio_wrt_moist_air_and_condensed_water_on_previous_timestep"
696696
units="kg kg-1" type="real" kind="kind_phys"
697697
allocatable="allocatable">
698698
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>

0 commit comments

Comments
 (0)