From 85f6d2d54a3597a3ab6d3a809dc561bd45346c13 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Sat, 15 Feb 2020 18:13:02 -0700 Subject: [PATCH 1/2] add no NST suite options --- ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml | 92 ++++++++++++++++++++ ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml | 92 ++++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml create mode 100644 ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml diff --git a/ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml b/ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml new file mode 100644 index 000000000..325b5f597 --- /dev/null +++ b/ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml @@ -0,0 +1,92 @@ + + + + + + + fv_sat_adj + + + + + GFS_time_vary_pre + GFS_rrtmg_setup + GFS_rad_time_vary + GFS_phys_time_vary + + + + + GFS_suite_interstitial_rad_reset + GFS_rrtmg_pre + rrtmg_sw_pre + rrtmg_sw + rrtmg_sw_post + rrtmg_lw_pre + rrtmg_lw + rrtmg_lw_post + GFS_rrtmg_post + + + + + GFS_suite_interstitial_phys_reset + GFS_suite_stateout_reset + get_prs_fv3 + GFS_suite_interstitial_1 + GFS_surface_generic_pre + GFS_surface_composites_pre + dcyc2t3 + GFS_surface_composites_inter + GFS_suite_interstitial_2 + + + + sfc_diff + GFS_surface_loop_control_part1 + sfc_ocean + lsm_noah + sfc_sice + GFS_surface_loop_control_part2 + + + + GFS_surface_composites_post + dcyc2t3_post + sfc_diag + sfc_diag_post + GFS_surface_generic_post + GFS_PBL_generic_pre + hedmf + GFS_PBL_generic_post + GFS_GWD_generic_pre + cires_ugwp + cires_ugwp_post + GFS_GWD_generic_post + rayleigh_damp + GFS_suite_stateout_update + ozphys_2015 + h2ophys + get_phi_fv3 + GFS_suite_interstitial_3 + GFS_DCNV_generic_pre + samfdeepcnv + GFS_DCNV_generic_post + GFS_SCNV_generic_pre + samfshalcnv + GFS_SCNV_generic_post + GFS_suite_interstitial_4 + cnvc90 + GFS_MP_generic_pre + gfdl_cloud_microphys + GFS_MP_generic_post + maximum_hourly_diagnostics + + + + + GFS_stochastics + + + + diff --git a/ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml b/ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml new file mode 100644 index 000000000..2eba8c37e --- /dev/null +++ b/ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml @@ -0,0 +1,92 @@ + + + + + + + fv_sat_adj + + + + + GFS_time_vary_pre + GFS_rrtmg_setup + GFS_rad_time_vary + GFS_phys_time_vary + + + + + GFS_suite_interstitial_rad_reset + GFS_rrtmg_pre + rrtmg_sw_pre + rrtmg_sw + rrtmg_sw_post + rrtmg_lw_pre + rrtmg_lw + rrtmg_lw_post + GFS_rrtmg_post + + + + + GFS_suite_interstitial_phys_reset + GFS_suite_stateout_reset + get_prs_fv3 + GFS_suite_interstitial_1 + GFS_surface_generic_pre + GFS_surface_composites_pre + dcyc2t3 + GFS_surface_composites_inter + GFS_suite_interstitial_2 + + + + sfc_diff + GFS_surface_loop_control_part1 + sfc_ocean + lsm_noah + sfc_sice + GFS_surface_loop_control_part2 + + + + GFS_surface_composites_post + dcyc2t3_post + sfc_diag + sfc_diag_post + GFS_surface_generic_post + GFS_PBL_generic_pre + satmedmfvdifq + GFS_PBL_generic_post + GFS_GWD_generic_pre + cires_ugwp + cires_ugwp_post + GFS_GWD_generic_post + rayleigh_damp + GFS_suite_stateout_update + ozphys_2015 + h2ophys + get_phi_fv3 + GFS_suite_interstitial_3 + GFS_DCNV_generic_pre + samfdeepcnv + GFS_DCNV_generic_post + GFS_SCNV_generic_pre + samfshalcnv + GFS_SCNV_generic_post + GFS_suite_interstitial_4 + cnvc90 + GFS_MP_generic_pre + gfdl_cloud_microphys + GFS_MP_generic_post + maximum_hourly_diagnostics + + + + + GFS_stochastics + + + + From 49539118dfaecea31bdfe98a98b7e360f7efa1ea Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 18 Feb 2020 21:42:25 -0700 Subject: [PATCH 2/2] Rename no_NST to no_nsst --- ...FV3_GFS_v15p2_no_NST.xml => suite_FV3_GFS_v15p2_no_nsst.xml} | 2 +- ...GFS_v16beta_no_NST.xml => suite_FV3_GFS_v16beta_no_nsst.xml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ccpp/suites/{suite_FV3_GFS_v15p2_no_NST.xml => suite_FV3_GFS_v15p2_no_nsst.xml} (95%) rename ccpp/suites/{suite_FV3_GFS_v16beta_no_NST.xml => suite_FV3_GFS_v16beta_no_nsst.xml} (95%) diff --git a/ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml b/ccpp/suites/suite_FV3_GFS_v15p2_no_nsst.xml similarity index 95% rename from ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml rename to ccpp/suites/suite_FV3_GFS_v15p2_no_nsst.xml index 325b5f597..5377f9848 100644 --- a/ccpp/suites/suite_FV3_GFS_v15p2_no_NST.xml +++ b/ccpp/suites/suite_FV3_GFS_v15p2_no_nsst.xml @@ -1,6 +1,6 @@ - + diff --git a/ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml b/ccpp/suites/suite_FV3_GFS_v16beta_no_nsst.xml similarity index 95% rename from ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml rename to ccpp/suites/suite_FV3_GFS_v16beta_no_nsst.xml index 2eba8c37e..3b3b3adf8 100644 --- a/ccpp/suites/suite_FV3_GFS_v16beta_no_NST.xml +++ b/ccpp/suites/suite_FV3_GFS_v16beta_no_nsst.xml @@ -1,6 +1,6 @@ - +