From 8af998d4e9fc287437132a0c7ca19fd7637ceba1 Mon Sep 17 00:00:00 2001 From: "anning.cheng" Date: Tue, 3 Sep 2024 22:37:28 -0400 Subject: [PATCH 1/2] link aer using the 2013-2024 mean MERRA2 climatology --- ush/forecast_predet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_predet.sh b/ush/forecast_predet.sh index 6255b95175..ee53d58daf 100755 --- a/ush/forecast_predet.sh +++ b/ush/forecast_predet.sh @@ -498,7 +498,7 @@ FV3_predet(){ local month mm for (( month = 1; month <=12; month++ )); do mm=$(printf %02d "${month}") - ${NCP} "${FIXgfs}/aer/merra2.aerclim.2003-2014.m${mm}.nc" "aeroclim.m${mm}.nc" + ${NCP} "${FIXgfs}/aer/merra2_1423_${mm}.nc" "aeroclim.m${mm}.nc" done fi From 4b82a06b02f970caa2a077563d3ae4c9c6d92629 Mon Sep 17 00:00:00 2001 From: Walter Kolczynski - NOAA Date: Thu, 5 Sep 2024 13:49:52 -0400 Subject: [PATCH 2/2] Update aerosol climatology filename --- ush/forecast_predet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_predet.sh b/ush/forecast_predet.sh index ee53d58daf..fc9323a97a 100755 --- a/ush/forecast_predet.sh +++ b/ush/forecast_predet.sh @@ -498,7 +498,7 @@ FV3_predet(){ local month mm for (( month = 1; month <=12; month++ )); do mm=$(printf %02d "${month}") - ${NCP} "${FIXgfs}/aer/merra2_1423_${mm}.nc" "aeroclim.m${mm}.nc" + ${NCP} "${FIXgfs}/aer/merra2.aerclim.2014-2023.m${mm}.nc" "aeroclim.m${mm}.nc" done fi