Opened 8 years ago
Closed 7 years ago
#159 closed enhancement (fixed)
Adapt ORCHIDEE_OL config to use XIOS
Reported by: | jgipsl | Owned by: | jgipsl |
---|---|---|---|
Priority: | major | Milestone: | IPSLCM6.v1 |
Component: | Tools | Version: | |
Keywords: | Cc: |
Description
The configuration script using libIGCM for ORCHIDEE offline mode(config ORCHIDEE_OL) needs to be adapted to run with XIOS output library. This is not included in the source code of ORCHIDEE but a necessary tool to run CMIP6 version of ORCHIDEE.
For coupled mode, this is done in the v6 configurations : LMDZOR_v6 and IPSLCM6
Change History (5)
comment:1 Changed 8 years ago by jgipsl
- Add extraction of XIOS in configuration ORCHIDEE_trunk http://forge.ipsl.jussieu.fr/igcmg/changeset/2395
- Configuration scripts are adapted in OOL_SEC_STO in rev [2475]:
- Default as before with IOIPSL output
- Activate by setting XIOS=y in orchidee_ol.card. Note that the compiling must be done using gmake with_xios in config/ORCHIDEE_OL directory.
- To run with xios in server mode: add IOS component in config.card. See config.card.xios_server as example
comment:2 Changed 8 years ago by jgipsl
In rev [2476] now also done in the experiments OOL_SEC, SPINUP_ANALYTIC, FORCESOIL, TESTSTOMATE.
In FORCESOIL and TESTSTOMATE the option XIOS in orchidee_ol.card has not been added as the corresponding executables are not maintained and/or tested to run with xios.
comment:3 Changed 8 years ago by jgipsl
Increase buffer size needed to run in mode server : rev [2477]
comment:4 Changed 8 years ago by jgipsl
Enhancement in the treatment of file_def_orchidee.xml. This file is now copied into PARAM/ : all modifications done by the driver are noted with AUTO in the file. The user can modify the file and the driver will not overwrite. Modification in the xml file is done using the libIGCM function IGCM_comp_modifyXmlFile.
comment:5 Changed 7 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed