-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsettings_cycle_test
54 lines (41 loc) · 1.67 KB
/
settings_cycle_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
49
50
51
52
53
54
# Settings file for submit_cycle, for running the DA_IMS_test
# experiment name
export exp_name=DA_test_era5
STARTDATE=2019120100
ENDDATE=2019120300
BASEDIR=/scratch2/BMC/gsienkf/${USER}/ # for PSL staff
#BASEDIR=/scratch2/BMC/gsienkf/${USER}/ # for PSL staff
# temporary directory where experiment is run from
#export WORKDIR=/scratch2/BMC/gsienkf/${USER}/workdir/
export WORKDIR=${BASEDIR}/workdir/
# directory where output is saved
export OUTDIR=${BASEDIR}/cycle_land/${exp_name}/
#export OUTDIR=${BASEDIR}/landDA/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=24
#forcing options: gdas, gswp3, gefs_ens, era5
export atmos_forc=era5
#FV3 resolution
export RES=96
export ORES=mx100
export TPATH=/scratch2/NCEPDEV/land/data/fix/20231027/C${RES}/
export TSTUB=C${RES}.${ORES}_oro_data # file stub for orography files in $TPATH
# 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_hr3/
# 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}