-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsettings_cycle_open
48 lines (37 loc) · 1.54 KB
/
settings_cycle_open
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 file for submit_cycle, for running the DA_IMS_test
# experiment name
export exp_name=DA_test
STARTDATE=2019122018
ENDDATE=2019122100
# temporary directory where experiment is run from
export WORKDIR=/scratch2/BMC/gsienkf/${USER}/workdir/
# directory where output is saved
export OUTDIR=/scratch2/BMC/gsienkf/${USER}/cycle_land/${exp_name}/
############################
# for LETKF, this is size of ensemble.
# for LETKF-OI pseudo ensemble, or non-ensemble runs use 1
export ensemble_size=1
# length of each forecast
export FCSTHR=6
#forcing options: gdas, gswp3, gefs_ens, era5
export atmos_forc=era5
#FV3 resolution
export RES=96
export TPATH=/scratch2/NCEPDEV/land/data/fix/C96.mx100_frac/
export TSTUB=oro_C96.mx100 # file stub for orography files in $TPATH
# oro_C${RES} for atm only, oro_C${RES}.mx100 for atm/ocean.
# number of cycles to submit in a single job
# on hera in the debug queue 20 is a good number.
export cycles_per_job=1
# directory with initial conditions
# can find some here:/scratch2/BMC/gsienkf/Clara.Draper/DA_test_cases/land-offline_workflow/offline_ICS/single
export ICSDIR=/scratch2/BMC/gsienkf/Clara.Draper/DA_test_cases/land-offline_workflow/offline_ICS/DA_test_era5/
# namelist for do_landDA.sh
# set to "openloop" to not call do_landDA.sh
#export DA_config="settings_DA_test"
export DA_config="openloop"
# if want different DA at different times, list here.
export DA_config00=${DA_config}
export DA_config06=${DA_config}
export DA_config12=${DA_config}
export DA_config18=${DA_config}