experiment.cfg 990 B

1234567891011121314151617181920212223242526272829303132333435363738
  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="4 years"
  6. leap_years=1
  7. # Restart frequency. Use any (reasonable) number and time unit you want.
  8. # For runs without restart, leave this variable empty or set to 0
  9. rst_freq="1 year"
  10. # Number of restart legs to be run in one go
  11. run_num_legs=4
  12. # Including (1) ice shelf coupling or not (0)
  13. isfcpl=1
  14. # Ice shelf coupling is performed every n_res_isfcpl NEMO restart legs
  15. n_res_perisfcpl=1
  16. # Special restart
  17. special_restart=false
  18. special_restart_from=EXP0
  19. special_restart_date="1959-01-01"
  20. # Parameters
  21. nem_time_step_sec=3600
  22. lim_time_step_sec=21600
  23. nem_restart_offset=0
  24. nem_config_name=ORCA1_LIM3_REF
  25. # This file is used to store information about restarts
  26. info_file="nemo.info"
  27. # Paths
  28. start_dir=${PBS_O_WORKDIR-$PWD}
  29. run_dir="/SCRATCH/acad/limhr/$USER/nemo/run/${exp_name}"
  30. archive_dir="/SCRATCH/acad/limhr/$USER/nemo/archive/${exp_name}"