Skip to content

Commit

Permalink
add the fake observations
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaesung committed Nov 14, 2023
1 parent 21fe381 commit 31fff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_landDA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31fff85

Please sign in to comment.