Changes between Version 17 and Version 18 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2016-03-26T09:50:58+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoUse

    v17 v18  
    385385}}} 
    386386 
    387 ==== 3.2.6 adjust job  (optional) ==== 
     387==== 3.2.6 adjust job  ==== 
     388'''on obelix''' 
     389change the queue to longp to increase the allocated time (the default queue mediump is too short and you will exceed wall clock time). 
     390{{{ 
     391#PBS -q longp 
     392}}} 
     393 
     394If you want to debug on obelix: set the variable RUN_DIR_PATH to disk with enough space (the default path is not accessible for the user) 
     395{{{ 
     396# for example on scratch01 
     397RUN_DIR_PATH=/home/scratch01/dgoll/RUN_DIR 
     398}}} 
    388399 
    389400==== 3.2.7 start simulations ====