Changes between Version 20 and Version 21 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL


Ignore:
Timestamp:
2016-08-11T03:01:35+02:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v20 v21  
    5555XIOS=n 
    5656}}} 
    57 disable XIOS  in PARAM/run.def 
     57 
     58make sure XIOS is set to "_AUTOBLOCKER_" (if you set it to "n", libIGCM will trigger a stop) in PARAM/run.def: 
    5859{{{ 
    5960# Use XIOS for writing diagnostics file 
    60 # defulat = n 
    61 XIOS_ORCHIDEE_OK = n 
    62 }}} 
     61XIOS_ORCHIDEE_OK = _AUTOBLOCKER_ 
     62}}} 
     63 
    6364disable XIOS in config.card: 
    6465{{{