Skip to content

Commit

Permalink
🔧 update data config file for NCEP GRIB2 in hpc2023.
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Jan 15, 2025
1 parent 09e2e1b commit 493d79e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions reki/data_finder/conf/cm/glob/gfs/grib2/0p50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ file_name: 'gfs.t{{ time_vars.Hour }}z.pgrb2.0p50.f{{ time_vars.Forecast }}'
paths:
- type: local
level: archive
path: '/g1/COMMONDATA/glob/gfs/{{ time_vars.Year }}/gfs.{{ time_vars.Year }}{{ time_vars.Month }}{{ time_vars.Day }}{{ time_vars.Hour }}'
path: '/g3/COMMONDATA/glob/gfs/{{ time_vars.Year }}/gfs.{{ time_vars.Year }}{{ time_vars.Month }}{{ time_vars.Day }}{{ time_vars.Hour }}'

- type: local
level: storage
path: '/sstorage1/COMMONDATA/glob/gfs/{{ time_vars.Year }}/gfs.{{ time_vars.Year }}{{ time_vars.Month }}{{ time_vars.Day }}{{ time_vars.Hour }}'
# - type: local
# level: storage
# path: '/sstorage/COMMONDATA/glob/gfs/{{ time_vars.Year }}/gfs.{{ time_vars.Year }}{{ time_vars.Month }}{{ time_vars.Day }}{{ time_vars.Hour }}'
2 changes: 1 addition & 1 deletion reki/data_finder/conf/cm/glob/gfs/grib2/1p00.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ file_name: 'gfs.t{{ time_vars.Hour }}z.pgrb2.1p00.f{{ time_vars.Forecast }}'
paths:
- type: local
level: archive
path: '/g1/COMMONDATA/glob/gfs/{{ time_vars.Year }}/gfs.{{ time_vars.Year }}{{ time_vars.Month }}{{ time_vars.Day }}{{ time_vars.Hour }}'
path: '/g3/COMMONDATA/glob/gfs/{{ time_vars.Year }}/gfs.{{ time_vars.Year }}{{ time_vars.Month }}{{ time_vars.Day }}{{ time_vars.Hour }}'

- type: local
level: storage
Expand Down

0 comments on commit 493d79e

Please sign in to comment.