-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsettings_DA_template
56 lines (45 loc) · 2.03 KB
/
settings_DA_template
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# template for settings for calling do_landDA.sh
############################
# if calling from submit_cycle,vars in this section will already be set. Otherwise, need to be set here.
# THISDATE= # date YYYYMMDDHH
# WORKDIR=/scratch2/BMC/gsienkf/${USER}/workdir/ # temporary directory where experiment is run from
# OUTDIR=/scratch2/BMC/gsienkf/${USER}/cycle_land/${exp_name}/ # temporary directory where experiment is run from
# RSTRDIR= # if not specified, is constructed from $WORKDIR
# RES= #FV3 resolution
# TPATH= # directory for orography files.
# TSTUB= # filename stub for orography files. oro_C${RES} for atm only, oro_C${RES}.mx100 for atm/ocean.
RSTRDIR=${MEM_WORKDIR} # can vary for Do_ens=YES, constructed from $WORKDIR
# if calling from submit_cycle.sh, do not change these:
JEDIWORKDIR=${WORKDIR}/jedi/ ## directory where do_landDA.sh script is
LANDDADIR=${CYCLEDIR}/DA_update/
############################
# DA options
# DA algorithm and state being updated
# options: "letkfoi" , "2DVar", "letkf"
DAalg=letkfoi
analVar=snow
# JEDI input obs. options : IMS, GHCN, GTS, SYNTH
OBS_TYPES=() # format: ("OBS1" "OBS2")
# JEDI call type for each obs_type above. options: DA, HOFX
JEDI_TYPES=() # format ("DA" "HOFX")
# DA window lenth. Will generally be the same as the FCSTLEN
WINLEN=
# YAMLS. Options, either:
# 1. "construct" to construct the YAML name, based on requested obs types and their availability
# 2. enter the desired YAML name (will not test for availability of obs)
YAML_DA=construct
YAML_HOFX=construct
# OPTIONAL: CHANGE JEDI DIRECTORIES
# if using different JEDI VERSION, will likely need to edit your yamls.
#JEDI_EXECDIR= # JEDI FV3 build directory
#IODA_BUILD_DIR= # JEDI IODA-converter source directory
#IMShr= # is assimilating IMS at hour other than 18, specify here.
#OBSDIR= # to override default OBSDIR
# OPTIONAL:delete workdirectory after DA update (do not use for within cycle_workflow)
KEEPJEDIDIR="YES"
# OPTIONAL : CLEAN UP
SAVE_IMS="YES"
SAVE_TILE="YES"
SAVE_INCR="YES"
SAVE_ANL="YES"
SAVE_HOFX="YES"