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. |
| 24 | The 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 |
| 27 | XIOS=n |
| 28 | }}} |
| 29 | |
| 30 | |
| 31 | |
| 32 | The 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 | {{{ |
| 34 | GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac) |
| 35 | }}} |
| 36 | |
| 37 | |