Changes between Version 20 and Version 21 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
- Timestamp:
- 2016-08-11T03:01:35+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
v20 v21 55 55 XIOS=n 56 56 }}} 57 disable XIOS in PARAM/run.def 57 58 make sure XIOS is set to "_AUTOBLOCKER_" (if you set it to "n", libIGCM will trigger a stop) in PARAM/run.def: 58 59 {{{ 59 60 # Use XIOS for writing diagnostics file 60 # defulat = n 61 XIOS_ORCHIDEE_OK = n 62 }}} 61 XIOS_ORCHIDEE_OK = _AUTOBLOCKER_ 62 }}} 63 63 64 disable XIOS in config.card: 64 65 {{{