Skip to content

Commit

Permalink
Update submodules to pre-finalized state
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Feb 14, 2025
1 parent 339443e commit dd09b41
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
fxDONOTUSEurl = https://github.com/MPAS-Dev/MPAS-Model.git
[submodule "ncar-physics"]
path = src/physics/ncar_ccpp
url = https://github.com/ESCOMP/atmospheric_physics
fxtag = atmos_phys0_08_000
url = https://github.com/jimmielin/atmospheric_physics
fxtag = 1564399165ad6ffb71c19d04d60d611cf226727b
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
[submodule "ccs_config"]
Expand Down
16 changes: 12 additions & 4 deletions src/data/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,16 +573,24 @@
<ic_file_input_names>landfrac cam_in_landfrac</ic_file_input_names>
</variable>

<!-- Shallow convection variables -->
<!-- Cloud fraction variables - need to be kept in physics state -->
<variable local_name="top_lev_cloudphys"
standard_name="vertical_layer_index_of_cloud_fraction_top"
units="index" type="integer">
<long_name>vertical layer index for top of cloud area fraction schemes</long_name>
<initial_value>1</initial_value>
</variable>

<!-- Shallow convection variables - need to be kept in physics state -->
<variable local_name="convect_shallow_use_shfrc"
standard_name="flag_for_cloud_fraction_use_shallow_convection_calculated_clouds_tbd"
standard_name="flag_for_cloud_area_fraction_use_shallow_convection_calculated_cloud_area_fraction"
units="flag" type="logical">
<long_name>should cloud fraction use shallow convection calculated convective clouds</long_name>
<long_name>should cloud fraction use shallow convection calculated convective cloud area fraction</long_name>
<!-- only true for UW and UNICON shallow schemes. set by scheme init. -->
<initial_value>.false.</initial_value>
</variable>
<variable local_name="shfrc"
standard_name="convective_cloud_fraction_due_to_shallow_convection_tbd"
standard_name="shallow_convective_cloud_area_fraction"
units="fraction" type="real" kind="kind_phys"
allocatable="allocatable">
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>
Expand Down

0 comments on commit dd09b41

Please sign in to comment.