Skip to content

Commit

Permalink
Update aerosol climatology to 2013-2024 mean (NOAA-EMC#2888)
Browse files Browse the repository at this point in the history
Use the updated 2013 to 2024 mean MERRA2 climatology instead of 2003 to
2014 mean

Depends on NOAA-EMC#2887 
Refs: ufs-community/ufs-weather-model#2272
Refs: ufs-community/ufs-weather-model#2273
  • Loading branch information
AnningCheng-NOAA committed Sep 6, 2024
1 parent 2e4f4b7 commit d3ea8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.aerclim.2014-2023.m${mm}.nc" "aeroclim.m${mm}.nc"
done
fi

Expand Down

0 comments on commit d3ea8e2

Please sign in to comment.