Changes between Version 2 and Version 3 of basicInstall


Ignore:
Timestamp:
09/21/17 13:26:26 (7 years ago)
Author:
nbouttes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • basicInstall

    v2 v3  
    3030If everything is ok it should have run. 
    3131 
     32== Running iLOVECLIM == 
     33 
     34    To start a run: 
     35 
     36nohup ./bin/loveclim-new-run -l LH -n 500 -r 250 > run_LH & 
     37 
     38starts a simulation called LH which lasts 500 years and writes restart files every 250 years, starting from the default initial conditions. 
     39 
     40    To see more options: 
     41 
     42./bin/loveclim-new-run -h 
     43 
     44