Skip to content

Commit dd09b41

Browse files
committed
Update submodules to pre-finalized state
1 parent 339443e commit dd09b41

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
fxDONOTUSEurl = https://github.com/MPAS-Dev/MPAS-Model.git
2020
[submodule "ncar-physics"]
2121
path = src/physics/ncar_ccpp
22-
url = https://github.com/ESCOMP/atmospheric_physics
23-
fxtag = atmos_phys0_08_000
22+
url = https://github.com/jimmielin/atmospheric_physics
23+
fxtag = 1564399165ad6ffb71c19d04d60d611cf226727b
2424
fxrequired = AlwaysRequired
2525
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
2626
[submodule "ccs_config"]

src/data/registry.xml

+12-4
Original file line numberDiff line numberDiff line change
@@ -573,16 +573,24 @@
573573
<ic_file_input_names>landfrac cam_in_landfrac</ic_file_input_names>
574574
</variable>
575575

576-
<!-- Shallow convection variables -->
576+
<!-- Cloud fraction variables - need to be kept in physics state -->
577+
<variable local_name="top_lev_cloudphys"
578+
standard_name="vertical_layer_index_of_cloud_fraction_top"
579+
units="index" type="integer">
580+
<long_name>vertical layer index for top of cloud area fraction schemes</long_name>
581+
<initial_value>1</initial_value>
582+
</variable>
583+
584+
<!-- Shallow convection variables - need to be kept in physics state -->
577585
<variable local_name="convect_shallow_use_shfrc"
578-
standard_name="flag_for_cloud_fraction_use_shallow_convection_calculated_clouds_tbd"
586+
standard_name="flag_for_cloud_area_fraction_use_shallow_convection_calculated_cloud_area_fraction"
579587
units="flag" type="logical">
580-
<long_name>should cloud fraction use shallow convection calculated convective clouds</long_name>
588+
<long_name>should cloud fraction use shallow convection calculated convective cloud area fraction</long_name>
581589
<!-- only true for UW and UNICON shallow schemes. set by scheme init. -->
582590
<initial_value>.false.</initial_value>
583591
</variable>
584592
<variable local_name="shfrc"
585-
standard_name="convective_cloud_fraction_due_to_shallow_convection_tbd"
593+
standard_name="shallow_convective_cloud_area_fraction"
586594
units="fraction" type="real" kind="kind_phys"
587595
allocatable="allocatable">
588596
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>

0 commit comments

Comments
 (0)