Skip to content

Commit 7dccae6

Browse files
committed
Add use_shfrc and shfrc registry (stateful) fields
1 parent 39a57fa commit 7dccae6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/data/registry.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,23 @@
573573
<ic_file_input_names>landfrac cam_in_landfrac</ic_file_input_names>
574574
</variable>
575575

576+
<!-- Shallow convection variables -->
577+
<variable local_name="convect_shallow_use_shfrc"
578+
standard_name="flag_for_cloud_fraction_use_shallow_convection_calculated_clouds_tbd"
579+
units="flag" type="logical">
580+
<long_name>should cloud fraction use shallow convection calculated convective clouds</long_name>
581+
<!-- only true for UW and UNICON shallow schemes. set by scheme init. -->
582+
<initial_value>.false.</initial_value>
583+
</variable>
584+
<variable local_name="shfrc"
585+
standard_name="convective_cloud_fraction_due_to_shallow_convection_tbd"
586+
units="fraction" type="real" kind="kind_phys"
587+
allocatable="allocatable">
588+
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>
589+
<!-- only used if use_shfrc is .true. -->
590+
<initial_value>0.0_kind_phys</initial_value>
591+
</variable>
592+
576593
<!-- Zhang McFarlane (ZM) Variables -->
577594
<!-- Note that no_deep_pbl defaults to false, but needs to be set to true for diag_TKE or UW schemes -->
578595
<variable local_name="pblh"

0 commit comments

Comments
 (0)