experiment.cfg 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Experience name
  2. exp_name=EXPMP
  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. # Number of restart legs to be run in one go
  17. run_num_legs=4
  18. # Including (1) ice shelf coupling or not (0)
  19. isfcpl=1
  20. # Ice shelf coupling is performed every n_res_isfcpl NEMO restart legs
  21. n_res_perisfcpl=1
  22. # Special restart
  23. special_restart=false
  24. special_restart_from=EXP0
  25. special_restart_date="1959-01-01"
  26. # Parameters
  27. nem_time_step_sec=3600
  28. lim_time_step_sec=21600
  29. nem_restart_offset=0
  30. nem_config_name=ORCA1_LIM3_REF
  31. # This file is used to store information about restarts
  32. info_file="nemo.info"
  33. # Paths
  34. start_dir=${SLURM_SUBMIT_DIR-$PWD}
  35. run_dir="/scratch/ucl/elic/$USER/nemo/run/${exp_name}"
  36. archive_dir="/scratch/ucl/elic/$USER/nemo/archive/${exp_name}"