Changes between Version 10 and Version 11 of Documentation/UserGuide/TestCase1
- Timestamp:
- 2016-01-13T12:13:11+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/TestCase1
v10 v11 17 17 wget http://dods.extra.cea.fr/work/p86ipsl/IGCM/SRF/reftemp.nc 18 18 }}} 19 20 '''Get xml files for running with XIOS:'''[[BR]] 21 ''Note: If you do not compile with XIOS, you do not need to copy these files but you need to adapt run.def, see further below.''[[BR]] 22 23 The xml files controls the output of the model if you use XIOS. XIOS is the default since rev 3115 in the trunk. Copy the files from the model directory. Here suppose default compilation with XIOS 1.0. 24 25 {{{ 26 cp modipsl/modeles/ORCHIDEE/src_xml/iodef_xios1.xml iodef.xml 27 cp modipsl/modeles/ORCHIDEE/src_xml/context_orchidee.xml . 28 cp modipsl/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml . 29 cp modipsl/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml . 30 }}} 31 32 Edit file_def_orchidee.xml by changing 33 * enabled="_AUTO_" into enabled=".TRUE." or enabled=".FALSE." 34 * output_freq="_AUTO_" into output_freq="1mo" or output_freq="1d" par example 35 * change all you want to adapt the output to what you want 36 37 Edit field_def_orchidee.xml only if you changed the ORCHDEE source code. 19 38 20 39 '''Save following lines into run.def :''' … … 42 61 VEGET_YEAR=1 43 62 44 # Variables for diagnostics : 63 STOMATE_OK_CO2= y 64 STOMATE_OK_STOMATE= y 65 }}} 66 67 If you want to run with IOIPSL for writing output files, then you need to deactivated XIOS and add control variables for IOIPSL in run.def. For example add following: 68 {{{ 69 # Deactivate XIOS 70 XIOS_ORCHIDEE_OK=n 71 72 # Variables for output with IOIPSL : 45 73 WRITE_STEP= -1. 46 74 SECHIBA_HISTLEVEL= 11 … … 48 76 SECHIBA_HISTLEVEL2= 1 49 77 WRITE_STEP2= 10800.0 50 STOMATE_OK_CO2= y51 STOMATE_OK_STOMATE= y52 78 STOMATE_HIST_DT= -1. 53 79 STOMATE_HISTLEVEL= 10 … … 57 83 58 84 '''Check you environment:'''[[BR]] 59 To run the model you first need to load the same netcdf library as the one used for the compilation. Check if you already have loaded netcdf and if yes, unload it and load netcdf/4p as follow: 85 To run the model you first need to load the same netcdf library as the one used for the compilation. This depends on the machine you work at. 86 87 For obelix, check if you already have loaded netcdf and if yes, unload it and load netcdf/4p as follow: 60 88 {{{ 61 89 module list