From 27c13dbed06708e983af4ee777ddcde72e61bb83 Mon Sep 17 00:00:00 2001 From: Zhe Zhang Date: Wed, 14 Aug 2024 20:03:18 -0600 Subject: [PATCH] correct specific humidity magnitude for ERA5-Land forcing --- .../run/examples/ERA5/Prepare_ERA5-Land_Forcing.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hrldas/HRLDAS_forcing/run/examples/ERA5/Prepare_ERA5-Land_Forcing.sh b/hrldas/HRLDAS_forcing/run/examples/ERA5/Prepare_ERA5-Land_Forcing.sh index 4ea5a8b..38561fd 100644 --- a/hrldas/HRLDAS_forcing/run/examples/ERA5/Prepare_ERA5-Land_Forcing.sh +++ b/hrldas/HRLDAS_forcing/run/examples/ERA5/Prepare_ERA5-Land_Forcing.sh @@ -162,7 +162,8 @@ for f in $FILES; do cdo -s merge $outfile1 $SP_file $outfile2 outfile3=$(sed 's/'2D'/'Q'/g' <<< $f) - cdo -s -setparam,133.128 -expr,"var133=(0.622*var1)/(var134/100.-(0.378*var1))/1000." $outfile2 $outfile3 + cdo -s -setparam,133.128 -expr,"var133=(0.622*var1)/(var134/100.-(0.378*var1))" $outfile2 $outfile3 + # the output specific humidity in unit [kg/kg] done echo ""