File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 573
573
<ic_file_input_names >landfrac cam_in_landfrac</ic_file_input_names >
574
574
</variable >
575
575
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
+
576
593
<!-- Zhang McFarlane (ZM) Variables -->
577
594
<!-- Note that no_deep_pbl defaults to false, but needs to be set to true for diag_TKE or UW schemes -->
578
595
<variable local_name =" pblh"
You can’t perform that action at this time.
0 commit comments