Skip to content

Commit e728e03

Browse files
Modify the GHCN obs path for snow DA (#220)
Modify the GHCN obs path to use the data from the `prep` subdirectory under the running directory. This PR contributes to #2019 Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
1 parent 758c46b commit e728e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parm/jcb-gdas/observations/snow/ghcn_snow.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
obsdatain:
88
engine:
99
type: H5File
10-
obsfile: "{{snow_obsdatain_path}}/{{snow_obsdatain_prefix}}{{observation_from_jcb}}.nc"
10+
obsfile: "{{snow_prepobs_path}}/{{snow_obsdatain_prefix}}{{observation_from_jcb}}.nc"
1111
missing file action: warn
1212
obsdataout:
1313
engine:

0 commit comments

Comments
 (0)