From 31fff859b0b1d2ce8128781b8abffa8d27e916c5 Mon Sep 17 00:00:00 2001 From: rhaesung Date: Tue, 14 Nov 2023 22:17:11 +0000 Subject: [PATCH] add the fake observations --- do_landDA.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_landDA.sh b/do_landDA.sh index 2a5a97e..0d397b4 100755 --- a/do_landDA.sh +++ b/do_landDA.sh @@ -137,7 +137,7 @@ do # GHCN are time-stamped at 18. If assimilating at 00, need to use previous day's obs, so that # obs are within DA window. elif [ ${OBS_TYPES[$ii]} == "GHCN" ]; then - obsfile=$OBSDIR/snow_depth/GHCN/data_proc/v3/${YYYY}/ghcn_snwd_ioda_${YYYP}${MP}${DP}.nc + obsfile=$OBSDIR/snow_depth/GHCN/data_proc/v3/${YYYY}/fake_ghcn_snwd_ioda_${YYYP}${MP}${DP}.nc elif [ ${OBS_TYPES[$ii]} == "SYNTH" ]; then obsfile=$OBSDIR/synthetic_noahmp/IODA.synthetic_gswp_obs.${YYYY}${MM}${DD}${HH}.nc else