-
Notifications
You must be signed in to change notification settings - Fork 12
/
settings_DA_test
48 lines (38 loc) · 1.55 KB
/
settings_DA_test
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
# settings for do_landDA.sh for IMS test case
############################
# if calling from submit_cycle,vars in this section will already be set. Otherwise, need to be set here.
# exp_name= # experiment name
# THISDATE= # date YYYYMMDDHH
# OUTDIR=/scratch2/BMC/gsienkf/${USER}/cycle_land/${exp_name}/ # temporary directory where experiment is run from
# RES= #FV3 resolution
#export TPATH=
#export TSTUB= # file stub for orography files in $TPATH
# oro_C${RES} for atm only, oro_C${RES}.mx100 for atm/ocean.
# if calling from submit_cycle.sh, do not change these three:
JEDIWORKDIR=${WORKDIR}/jedi/
LANDDADIR=${CYCLEDIR}/DA_update/ # directory where do_landDA.sh script is
RSTRDIR=${MEM_WORKDIR}
############################
# DA options
# DA algorithm and state being updated
# options: "letkfoi" , "2DVar"
DAalg=2DVar
analVar=snow
# JEDI input obs. options : IMS, GHCN, GTS, SYNTH
OBS_TYPES=("IMS" "GHCN" ) # format: ("OBS1" "OBS2")
# JEDI call type for each obs_type above. options: DA, HOFX
JEDI_TYPES=("DA" "DA" ) # format ("DA" "HOFX")
# DA window lenth. Will generally be the same as the FCSTLEN
WINLEN=24
# 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: overrides.
#IMShr= # is assimilating IMS at hour other than 18, specify here.
#OBSDIR= # to override default OBSDIR
# OPTIONAL : CLEAN UP
SAVE_IMS="YES"
SAVE_INCR="YES"
KEEPJEDIDIR="YES"