1234567891011121314151617181920212223242526272829303132333435363738 |
- # Experience name
- exp_name=EXP_REF
- # Simulation start and end date. Use any (reasonable) syntax you want.
- run_start_date="1958-01-01"
- run_duration="4 years"
- leap_years=1
- # 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=4
- # Including (1) ice shelf coupling or not (0)
- isfcpl=1
- # Ice shelf coupling is performed every n_res_isfcpl NEMO restart legs
- n_res_perisfcpl=1
- # 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=${PBS_O_WORKDIR-$PWD}
- run_dir="/SCRATCH/acad/limhr/$USER/nemo/run/${exp_name}"
- archive_dir="/SCRATCH/acad/limhr/$USER/nemo/archive/${exp_name}"
|