Changes between Version 3 and Version 4 of Documentation/UserGuide/DeactivateXIOS


Ignore:
Timestamp:
2016-01-12T09:17:22+01:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DeactivateXIOS

    v3 v4  
    2222 
    2323==== Running ==== 
    24 The flag '''XIOS_ORCHIDEE_OK=n''' must be set to run without XIOS. This is done directly in run.def or in COMP/orchidee_ol.card by setting XIOS=n. 
     24The flag '''XIOS_ORCHIDEE_OK=n''' must be set to run without XIOS. This is done directly in run.def or in '''orchidee_ol.card''' by setting : 
     25{{{ 
     26# Use XIOS as output library instead of IOIPSL 
     27XIOS=n 
     28}}} 
     29 
     30 
     31 
     32The bounds for the time step has the name time_counter_bnds with IOIPSL and time_counder_bounds with XIOS. Therefore it is needed to change this in sechiba.card. Change time_counter_bounds at 2 places in '''sechiba.card''' to have: 
     33{{{ 
     34GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac) 
     35}}} 
     36 
     37