Skip to content

Commit fe4730d

Browse files
committed
Update registry with Beljaars stress stubs; free_atm clubbtop
1 parent 2fd28e2 commit fe4730d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

src/data/registry.xml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,53 @@
14181418
<initial_value>0.0_kind_phys</initial_value>
14191419
<ic_file_input_names>pbuf_tauresy</ic_file_input_names>
14201420
</variable>
1421+
<variable local_name="dragblj"
1422+
standard_name="turbulent_orographic_form_drag_coefficent"
1423+
units="s-1" type="real" kind="kind_phys"
1424+
allocatable="allocatable">
1425+
<dimensions>horizontal_dimension vertical_layer_dimension</dimensions>
1426+
<initial_value>0.0_kind_phys</initial_value>
1427+
<ic_file_input_names>pbuf_dragblj</ic_file_input_names>
1428+
</variable>
1429+
<!-- REMOVECAM: the final standard name for these quantities below are
1430+
{east,north}ward_turbulent_orographic_form_drag_stress_at_surface.
1431+
however, it is shared with tautmsx; in order to distinguish between these two in CAM snapshots,
1432+
an alternate standard name is currently used. When CAM snapshots are retired, only either
1433+
Beljaars or TMS (which are mutually exclusive) provide the {east,north}ward_orographic_form_drag_stress_at_surface. -->
1434+
<variable local_name="taubljx"
1435+
standard_name="eastward_beljaars_surface_stress_tbd"
1436+
units="N m-2" type="real" kind="kind_phys"
1437+
allocatable="allocatable">
1438+
<dimensions>horizontal_dimension</dimensions>
1439+
<initial_value>0.0_kind_phys</initial_value>
1440+
<ic_file_input_names>pbuf_taubljx</ic_file_input_names>
1441+
</variable>
1442+
<variable local_name="taubljy"
1443+
standard_name="northward_beljaars_surface_stress_tbd"
1444+
units="N m-2" type="real" kind="kind_phys"
1445+
allocatable="allocatable">
1446+
<dimensions>horizontal_dimension</dimensions>
1447+
<initial_value>0.0_kind_phys</initial_value>
1448+
<ic_file_input_names>pbuf_taubljy</ic_file_input_names>
1449+
</variable>
1450+
<variable local_name="non_wv_cflx_in_free_atm_vdiff"
1451+
standard_name="flag_for_vertical_diffusion_apply_ccpp_constituent_fluxes_excluding_water_vapor"
1452+
units="flag" type="logical">
1453+
<long_name>should free atmosphere HB vertical diffusion handle non-water-vapor upward fluxes from coupler?</long_name>
1454+
<!-- should be false for CAM7 and true for CAM6; ignored elsewhere -->
1455+
<initial_value>.false.</initial_value>
1456+
<!--<initial_value phys_suite="cam6">.true.</initial_value>-->
1457+
</variable>
1458+
<variable local_name="clubbtop"
1459+
standard_name="vertical_layer_index_of_clubb_top_tbd"
1460+
units="index" type="real" kind="kind_phys"
1461+
allocatable="allocatable">
1462+
<!-- REMOVECAM: once CAM snapshots are no longer used, change to integer. -->
1463+
<long_name>vertical layer index for top of CLUBB for running HB above</long_name>
1464+
<dimensions>horizontal_dimension</dimensions>
1465+
<initial_value>1.0_kind_phys</initial_value>
1466+
<ic_file_input_names>pbuf_clubbtop</ic_file_input_names>
1467+
</variable>
14211468

14221469
<!-- Zhang McFarlane (ZM) Variables -->
14231470
<variable local_name="ql"

0 commit comments

Comments
 (0)