experiment.cfg 834 B

1234567891011121314151617181920212223242526272829303132
  1. # Experience name
  2. exp_name=EXP_REF
  3. # Simulation start and end date. Use any (reasonable) syntax you want.
  4. run_start_date="1958-01-01"
  5. run_duration="58 year"
  6. # Restart frequency. Use any (reasonable) number and time unit you want.
  7. # For runs without restart, leave this variable empty or set to 0
  8. rst_freq="1 year"
  9. # Number of restart legs to be run in one go
  10. run_num_legs=29
  11. # Special restart
  12. special_restart=false
  13. special_restart_from=EXP0
  14. special_restart_date="1959-01-01"
  15. # Parameters
  16. nem_time_step_sec=3600
  17. lim_time_step_sec=21600
  18. nem_restart_offset=0
  19. nem_config_name=ORCA1_LIM3_REF
  20. # This file is used to store information about restarts
  21. info_file="nemo.info"
  22. # Paths
  23. start_dir=${PBS_O_WORKDIR-$PWD}
  24. run_dir="/SCRATCH/acad/limhr/$USER/nemo/run/${exp_name}"
  25. archive_dir="/SCRATCH/acad/limhr/$USER/nemo/archive/${exp_name}"