# Experience name
exp_name=EXMP

# Simulation start and end date. Use any (reasonable) syntax you want.
run_start_date="1958-01-01"
run_duration="58 year"

# Restart frequency. Use any (reasonable) number and time unit you want.
# For runs without restart, leave this variable empty or set to 0
rst_freq="1 year"

# Number of restart legs to be run in one go
run_num_legs=20

# Special restart
special_restart=false
special_restart_from=EXP0
special_restart_date="1959-01-01"

# Parameters
nem_time_step_sec=3600
lim_time_step_sec=21600
nem_restart_offset=0
nem_config_name=ORCA1_LIM3_REF

# This file is used to store information about restarts
info_file="nemo.info"

# Paths
start_dir=${SLURM_SUBMIT_DIR-$PWD}
run_dir="/scratch/ucl/elic/$USER/nemo/run/${exp_name}"
archive_dir="/scratch/ucl/elic/$USER/nemo/archive/${exp_name}"