Skip to content

Commit 24aa366

Browse files
MicroTedgrantfirl
andcommitted
Release/public-v3: Add WoFS suite definition file for SRW v3 release (NOAA-EMC#535)
* Add WoFS suite definition file for SRW v3 release * Set ccpp/physics submodule * Set pointer for ccpp/physics * Update ccpp_prebuild_config.py for one-to-one CCPP physics schemes/files (NOAA-EMC#519) * Move up to current CCPP public-v6 * Minor bugfixes for CCPP v6 (NOAA-EMC#541) * Point .gitmodules ccpp to 'main' branch Co-authored-by: Grant Firl <grant.firl@noaa.gov>
1 parent 94e09b3 commit 24aa366

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

ccpp/suites/suite_FV3_WoFS_v0.xml

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<suite name="FV3_WoFS_v0" version="1">
4+
<!-- <init></init> -->
5+
<group name="time_vary">
6+
<subcycle loop="1">
7+
<scheme>GFS_time_vary_pre</scheme>
8+
<scheme>GFS_rrtmg_setup</scheme>
9+
<scheme>GFS_rad_time_vary</scheme>
10+
<scheme>GFS_phys_time_vary</scheme>
11+
</subcycle>
12+
</group>
13+
<group name="radiation">
14+
<subcycle loop="1">
15+
<scheme>GFS_suite_interstitial_rad_reset</scheme>
16+
<scheme>sgscloud_radpre</scheme>
17+
<scheme>GFS_rrtmg_pre</scheme>
18+
<scheme>GFS_radiation_surface</scheme>
19+
<scheme>rad_sw_pre</scheme>
20+
<scheme>rrtmg_sw</scheme>
21+
<scheme>rrtmg_sw_post</scheme>
22+
<scheme>rrtmg_lw_pre</scheme>
23+
<scheme>rrtmg_lw</scheme>
24+
<scheme>sgscloud_radpost</scheme>
25+
<scheme>rrtmg_lw_post</scheme>
26+
<scheme>GFS_rrtmg_post</scheme>
27+
</subcycle>
28+
</group>
29+
<group name="physics">
30+
<subcycle loop="1">
31+
<scheme>GFS_suite_interstitial_phys_reset</scheme>
32+
<scheme>GFS_suite_stateout_reset</scheme>
33+
<scheme>get_prs_fv3</scheme>
34+
<scheme>GFS_suite_interstitial_1</scheme>
35+
<scheme>GFS_surface_generic_pre</scheme>
36+
<scheme>GFS_surface_composites_pre</scheme>
37+
<scheme>dcyc2t3</scheme>
38+
<scheme>GFS_surface_composites_inter</scheme>
39+
<scheme>GFS_suite_interstitial_2</scheme>
40+
</subcycle>
41+
<!-- Surface iteration loop -->
42+
<subcycle loop="2">
43+
<scheme>mynnsfc_wrapper</scheme>
44+
<scheme>GFS_surface_loop_control_part1</scheme>
45+
<scheme>sfc_nst_pre</scheme>
46+
<scheme>sfc_nst</scheme>
47+
<scheme>sfc_nst_post</scheme>
48+
<scheme>lsm_noah</scheme>
49+
<scheme>sfc_sice</scheme>
50+
<scheme>GFS_surface_loop_control_part2</scheme>
51+
</subcycle>
52+
<!-- End of surface iteration loop -->
53+
<subcycle loop="1">
54+
<scheme>GFS_surface_composites_post</scheme>
55+
<scheme>sfc_diag</scheme>
56+
<scheme>sfc_diag_post</scheme>
57+
<scheme>GFS_surface_generic_post</scheme>
58+
<scheme>mynnedmf_wrapper</scheme>
59+
<scheme>GFS_GWD_generic_pre</scheme>
60+
<scheme>cires_ugwp</scheme>
61+
<scheme>cires_ugwp_post</scheme>
62+
<scheme>GFS_GWD_generic_post</scheme>
63+
<scheme>GFS_suite_stateout_update</scheme>
64+
<scheme>ozphys_2015</scheme>
65+
<scheme>h2ophys</scheme>
66+
<scheme>get_phi_fv3</scheme>
67+
<scheme>GFS_MP_generic_pre</scheme>
68+
<scheme>mp_nssl</scheme>
69+
<scheme>GFS_MP_generic_post</scheme>
70+
<scheme>maximum_hourly_diagnostics</scheme>
71+
<scheme>phys_tend</scheme>
72+
</subcycle>
73+
</group>
74+
<group name="stochastics">
75+
<subcycle loop="1">
76+
<scheme>GFS_stochastics</scheme>
77+
</subcycle>
78+
</group>
79+
<!-- <finalize></finalize> -->
80+
</suite>

0 commit comments

Comments
 (0)