forked from ufs-community/land-DA_workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_DA_cycle_era5_restart
45 lines (34 loc) · 1.3 KB
/
settings_DA_cycle_era5_restart
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 file for submit_cycle, for running the DA_IMS_test
# experiment name
export exp_name=DA_GHCN_test
#ERA5 forcing is available for 2020-2021
STARTDATE=2020100318
ENDDATE=2020100418
# Get commmon variables
source ./release.environment
############################
#forcing options: gdas, era5
export atmos_forc=era5
# 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
#FV3 resolution
export RES=96
export TPATH="$LANDDA_INPUTS/forcing/${atmos_forc}/orog_files/"
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
export cycles_per_job=2
# directory with initial conditions
# can find some here:/scratch2/BMC/gsienkf/Clara.Draper/DA_test_cases/land-offline_workflow/offline_ICS/single
export ICSDIR=$LANDDAROOT/inputs/forcing/${atmos_forc}/orog_files/
# namelist for do_landDA.sh
# set to "openloop" to not call do_landDA.sh
export DA_config="settings_DA_test"
# 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}