Changes between Version 19 and Version 20 of basicInstall


Ignore:
Timestamp:
01/28/21 14:22:17 (3 years ago)
Author:
nbouttes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • basicInstall

    v19 v20  
    7676Test : you can then start the test run, by default it runs for 1 year. It will copy all the files in the wkdir directory, compile and run the simulation. 
    7777{{{ 
    78 ./bin/loveclim-new-run 
     78./bin/run-iloveclim 
    7979}}} 
    8080 
     
    8383    To start a different run interactively on obelix, with a simulation called LH which lasts 500 years and writes restart files every 250 years, starting from the default initial conditions: 
    8484{{{ 
    85 ./bin/loveclim-new-run -l LH -n 500 -r 250 
     85./bin/run-iloveclim -l LH -n 500 -r 250 
    8686}}} 
    8787 
     
    8989To keep the simulation running even if the terminal is closed, and redirects the terminal outputs to a file: 
    9090{{{ 
    91 nohup ./bin/loveclim-new-run -l LH -n 500 -r 250 > run_LH & 
     91nohup ./bin/run-iloveclim -l LH -n 500 -r 250 > run_LH & 
    9292}}} 
    9393 
    9494    To get the help and see more options: 
    9595{{{ 
    96 ./bin/loveclim-new-run -h 
     96./bin/run-iloveclim -h 
     97}}} 
     98 
     99 
     100Note: old version: 
     101{{{ 
     102./bin/loveclim-new-run 
    97103}}} 
    98104