Changes between Version 65 and Version 66 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL


Ignore:
Timestamp:
2018-03-11T17:43:42+01:00 (6 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v65 v66  
    161161 
    162162modify run.def as usual (see wiki) 
    163 set the directory where you want to have the output (ask Fabienne Maignan where you can store data on obelix in case you do not know) by adding to config.card: 
     163on obelix: set the directory where you want to have the output, do not use the default location which is /home/scratch01 as the automatic cleaning of the scratch drive does not work properly and can cause the model to crash. Ask Fabienne Maignan where you can store data on obelix in case you do not know. The output path ca be specified by adding to config.card: 
    164164{{{ 
    165165ARCHIVE=/home/surface3/dgoll  
     
    210210}}} 
    211211 
    212 on obelix I strongly recommend to specify a directory for the RUN_DIR, if you do not specify you have to expect model crashes because the default location is full. Best is to use the scratch01 disc; exchange 'dgoll' with your ID and generate the folder RUN_DIR prior first use: 
     212on obelix: I strongly recommend to specify a directory for the RUN_DIR, if you do not specify you have to expect model crashes because the default location is full. exchange 'dgoll' with your ID and 'surface3'  with the disc you can use. Generate the folder RUN_DIR prior first use manually (mkdir command): 
    213213{{{ 
    214214#D- Define running directory 
     
    216216#D- 
    217217#RUN_DIR_PATH=/workdir/or/scratchdir/of/this/machine 
    218 RUN_DIR_PATH=/home/scratch01/dgoll/RUN_DIR 
    219 }}} 
     218RUN_DIR_PATH=/home/surface3/dgoll/RUN_DIR 
     219}}} 
     220Also add the ARCHIVE path as you did in the config.card. The default path is on /home/scratch01 which can run full as the automatic cleaning of the scratch disc does not work all the time: 
     221{{{ 
     222ARCHIVE=/home/surface3/dgoll 
     223}}} 
     224 
    220225== 1.7 submit the job  == 
    221226on obelix: