forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.yaml
38 lines (33 loc) · 1.02 KB
/
defaults.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
base:
DOIAU: "YES"
DO_JEDIATMVAR: "NO"
DO_JEDIATMENS: "NO"
DO_JEDIOCNVAR: "NO"
DO_JEDILANDDA: "NO"
DO_MERGENSST: "NO"
DO_GOES: "NO"
FHMAX_GFS: 120
atmanl:
IO_LAYOUT_X: 1
IO_LAYOUT_Y: 1
atmensanl:
IO_LAYOUT_X: 1
IO_LAYOUT_Y: 1
aeroanl:
IO_LAYOUT_X: 1
IO_LAYOUT_Y: 1
landanl:
IO_LAYOUT_X: 1
IO_LAYOUT_Y: 1
ocnanal:
SOCA_INPUT_FIX_DIR: "/scratch2/NCEPDEV/ocean/Guillaume.Vernieres/data/static/72x35x25/soca" # TODO: These need to go to glopara fix space.
CASE_ANL: "C48" # TODO: Check in gdasapp if used anywhere for SOCA
SOCA_OBS_LIST: "{{ HOMEgfs }}/sorc/gdas.cd/parm/soca/obs/obs_list.yaml" # TODO: This is also repeated in oceanprepobs
SOCA_NINNER: 100
SABER_BLOCKS_YAML: ""
NICAS_RESOL: 1
NICAS_GRID_SIZE: 15000
prepoceanobs:
SOCA_OBS_LIST: "{{ HOMEgfs }}/sorc/gdas.cd/parm/soca/obs/obs_list.yaml" # TODO: This is also repeated in ocnanal
OBSPREP_YAML: "{{ HOMEgfs }}/sorc/gdas.cd/parm/soca/obsprep/obsprep_config.yaml"
DMPDIR: "/scratch1/NCEPDEV/global/glopara/data/experimental_obs"