forked from NOAA-PSL/land-offline_workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings_DA_test
45 lines (36 loc) · 1.65 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
# 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_snow" , "letkf_snow"
DAtype=letkfoi_snow
# JEDI input obs. options : IMS, GHCN, GTS, SYNTH
OBS_TYPES=("IMS" ) # format: ("OBS1" "OBS2")
# JEDI call type for each obs_type above. options: DA, HOFX
JEDI_TYPES=("DA" ) # format ("DA" "HOFX")
# DA window lenth. Will generally be the same as the FCSTLEN
WINLEN=6
# 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