From 070c9e2a7b5159c7e665ddbd976c325756575d8b Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Mon, 11 Jul 2022 11:47:20 -0400 Subject: [PATCH 1/2] create a new branch https://github.com/yangfanglin/global-workflow/tree/update_scripts to add new ice climatology, set cplmode=nems_orig for non-fractional grid, and add cldfra 3D cloud in all diag_table modified: parm/config/config.fcst modified: parm/parm_fv3diag/diag_table modified: parm/parm_fv3diag/diag_table_cpl modified: parm/parm_fv3diag/diag_table_da modified: ush/forecast_postdet.sh --- parm/config/config.fcst | 3 +++ parm/parm_fv3diag/diag_table | 1 + parm/parm_fv3diag/diag_table_cpl | 1 + parm/parm_fv3diag/diag_table_da | 1 + ush/forecast_postdet.sh | 3 ++- 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/parm/config/config.fcst b/parm/config/config.fcst index 2a5b24cd6e9..c58aac77375 100755 --- a/parm/config/config.fcst +++ b/parm/config/config.fcst @@ -254,6 +254,9 @@ export DO_OCN_PERT_EPBL=${DO_OCN_PERT_EPBL:-"NO"} #coupling settings export FRAC_GRID=".true." export cplmode="nems_frac" +if [ $FRAC_GRID = ".false." ]; then + export cplmode="nems_orig" +fi export psm_bc="1" export min_lakeice="0.15" diff --git a/parm/parm_fv3diag/diag_table b/parm/parm_fv3diag/diag_table index e20c71e0292..bbb374027ef 100644 --- a/parm/parm_fv3diag/diag_table +++ b/parm/parm_fv3diag/diag_table @@ -22,6 +22,7 @@ "gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "cldfra", "cldfra", "fv3_history", "all", .false., "none", 2 "gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 diff --git a/parm/parm_fv3diag/diag_table_cpl b/parm/parm_fv3diag/diag_table_cpl index b382a897e53..86f311885d4 100644 --- a/parm/parm_fv3diag/diag_table_cpl +++ b/parm/parm_fv3diag/diag_table_cpl @@ -120,6 +120,7 @@ "gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "cldfra", "cldfra", "fv3_history", "all", .false., "none", 2 "gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 diff --git a/parm/parm_fv3diag/diag_table_da b/parm/parm_fv3diag/diag_table_da index a73ebfea767..65178b08273 100644 --- a/parm/parm_fv3diag/diag_table_da +++ b/parm/parm_fv3diag/diag_table_da @@ -22,6 +22,7 @@ "gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "cldfra", "cldfra", "fv3_history", "all", .false., "none", 2 "gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 "gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index b2c20a705da..ab4fd459c55 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -343,7 +343,8 @@ EOF FNTSFC=${FNTSFC:-"$FIX_AM/RTGSST.1982.2012.monthly.clim.grb"} FNSNOC=${FNSNOC:-"$FIX_AM/global_snoclim.1.875.grb"} FNZORC=${FNZORC:-"igbp"} - FNAISC=${FNAISC:-"$FIX_AM/CFSR.SEAICE.1982.2012.monthly.clim.grb"} + #FNAISC=${FNAISC:-"$FIX_AM/CFSR.SEAICE.1982.2012.monthly.clim.grb"} + FNAISC=${FNAISC:-"$FIX_AM/IMS-NIC.blended.ice.monthly.clim.grb"} FNALBC2=${FNALBC2:-"${FIX_SFC}/${CASE}.facsf.tileX.nc"} FNTG3C=${FNTG3C:-"${FIX_SFC}/${CASE}.substrate_temperature.tileX.nc"} FNVEGC=${FNVEGC:-"${FIX_SFC}/${CASE}.vegetation_greenness.tileX.nc"} From 1ff32dfc70a442eefe4bbe5fc87c0da94d718982 Mon Sep 17 00:00:00 2001 From: "Chunxi.Zhang-NOAA" Date: Tue, 12 Jul 2022 09:39:37 -0500 Subject: [PATCH 2/2] removed CFSR.SEAICE data in forecast_postdet.sh --- ush/forecast_postdet.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index ab4fd459c55..1417a00173b 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -343,7 +343,6 @@ EOF FNTSFC=${FNTSFC:-"$FIX_AM/RTGSST.1982.2012.monthly.clim.grb"} FNSNOC=${FNSNOC:-"$FIX_AM/global_snoclim.1.875.grb"} FNZORC=${FNZORC:-"igbp"} - #FNAISC=${FNAISC:-"$FIX_AM/CFSR.SEAICE.1982.2012.monthly.clim.grb"} FNAISC=${FNAISC:-"$FIX_AM/IMS-NIC.blended.ice.monthly.clim.grb"} FNALBC2=${FNALBC2:-"${FIX_SFC}/${CASE}.facsf.tileX.nc"} FNTG3C=${FNTG3C:-"${FIX_SFC}/${CASE}.substrate_temperature.tileX.nc"}