experiment.cfg 570 B

12345678910111213141516171819202122
  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. # Parameters
  12. nem_time_step_sec=3600
  13. lim_time_step_sec=21600
  14. nem_restart_offset=0
  15. nem_config_name=ORCA1_LIM3_REF
  16. # This file is used to store information about restarts
  17. info_file="nemo.info"