= MICT Versions = In this page you will find all releases done. Each one explains its major changes, its date and the last revision version that comprises. In case there is a new merge from the trunk, it is also noted. It is **not recommended to download the latest revision**. It could include ongoing modifications. For this purpose, you should stick to releases. == Development == On-going improvements * since revision [3970]: there is an issue related with XIOS and a bug number of outputs. Delete as many as possible history outputs to avoid it. == Next release == * Merges from TRUNK revisions [3946:3976/trunk/ORCHIDEE] * CROP is disabled by default. More info here: https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Modules#CROPSincomplete * IMPORTANT: new modifications to IOIPSL for MICT. They might introduced later in the official IOIPSL. From now on, you do require to use IOIPSL located in **branches/ORCHIDEE-MICT/IOIPSL**. Follow the instructions below to use it: {{{ cd .../modipsl/modeles rm -rf IOIPSL svn co svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-MICT/IOIPSL IOIPSL recompile IOIPSL and ORCHIDEE }}} * Dan's modifications: * The hydrological parameters mcs, mcf, mcw (as well as the _lin coefficients derived from mcs/mcf/mcw) are now SOC-dependent: "use_refSOC_hydrol=y" in run.def (for now only works for the USDA soil texture) * nroot (the weighting factor to calculate water stress) is now dynamic for PFT9 (boreal deciduous needleleaf) in order to optimize its usage of water: "dyn_nroot_larix=y" in run.def {{{ # new SOIL_REFSOC_FILE=/path/to/refSOC_NCSCD_linear_05deg_v4.nc USE_SOILC_TEMPDIFF=y use_refSOC=y use_refSOC_hydrol=y SOIL_REFSOC_FILE=/path/to/refSOC_NCSCD_linear_05deg_v4.nc SOIL_REFSOC_1d_FILE=/path/to/refSOC_NCSCD_05deg_v2.nc SOILTYPE_CLASSIF = usda SOILCLASS_FILE=/path/to/soils_param_usdatop.nc }}} == V8.3 version 05/12/2016 - rev 3952 == * Merges from TRUNK revisions [3643:3946/trunk/ORCHIDEE] * New input file for soil carbon. Use run.def tag SOIL_REFSOC_FILE * Curie: /ccc/work/cont003/dsm/p529jorn/inputsMICTv8/refSOC_NCSCD_linear_05deg_v4.nc * Obelix: /home/orchidee04/ajornet/inputsMICTv8/refSOC_NCSCD_linear_05deg_v4.nc * Add 4D for XIOS outputs * Several fixes * Subroutine get_soilcorr_usda was not included in the code * ... [3952/branches/ORCHIDEE-MICT] Get more details here: [3802:3952/branches/ORCHIDEE-MICT] == V8.2 version 13/11/2016 - rev 3802 == * Minor fixes in thermosoil and hydrol (CROP related) * Add to file_def_orchidee.xml all entries defined in field_def_orchidee.xml. '''IMPORTANT''': in ADA HPC there is an issue related with XIOS and a high number of outputs fields. Delete as many as possible outputs to avoid it. [3802/branches/ORCHIDEE-MICT] == V8.1 version 16/10/2016 - rev 3771 == * New GRassland Managment (GRM) module (done by Jinfeng) * Old Grassland Management (GM) module is deleted. * Small bugfixes * Code cleaning * stomate_accu is now available for 1, 2 and 3 dimensions. Check below its new calling signature: {{{ SUBROUTINE stomate_accu (ldmean, field_in, field_out) !! 0.1 Input variables LOGICAL,INTENT(in) :: ldmean !! Flag to calculate the mean over REAL(r_std),DIMENSION(XXX),INTENT(in) :: field_in !! Field that needs to be accumulated !! 0.2 Modified variables REAL(r_std),DIMENSION(XXX),INTENT(inout) :: field_out !! Accumulated or mean field ... }}} [3771/branches/ORCHIDEE-MICT] Important: make sure to increase in IOIPSL the maximum number of variables, e.g: from 500 to 1000. == V8 version 27/09/2016 - rev 3751 == * New CROP module (there are now PFT's 14 -before 13, done by Xuhui-) * Forcesoil: removed memory bottleneck * Small fixes '''Important''': include this options in your run.def file to keep using Orchidee MICT with 13 PFTs. {{{ NVM = 13 PFT_TO_MTC = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 # SECHIBA_VEGMAX = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 1.0 OK_LAIDEV=n,n,n,n,n,n,n,n,n,n,n,n,n NSTM = 3 PREF_SOIL_VEG = 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3 }}} [3751/branches/ORCHIDEE-MICT] == V7.4 version 29/07/2016 - rev 3668 == * Important fix: maps (PFT, ...) were not properly loaded since the introduction of the new driver. Do not use versions 7.2 and 7.3. * Minor fixes [3668/branches/ORCHIDEE-MICT] == ~~ V7.3 version 25/07/2016 - DO NOT USE ~~ == * Merges from TRUNK revision [3581:3643/trunk/ORCHIDEE] * Multiples fixes * Small Performance Improvement ~~[3655/branches/ORCHIDEE-MICT]~~ == ~~ V7.2 version 28/06/2016 - DO NOT USE ~~ == * Merges from TRUNK revision [3313:3581/trunk/ORCHIDEE]: Commits 3368,3374 and 3377 were not included due to a mistake. Done at revision 3890. * New driver * Use option **-otherexec** to create forcesoil.exe in makeorchidee_fcm * Multiple fixes * New formulation for the roughness height (z0) based on Su et al. (2001) * XIOS2 is enabled ~~[3611/branches/ORCHIDEE-MICT]~~ ~~[3573/branches/ORCHIDEE-MICT]~~ == V7.1 version 15/06/2016 - rev 3540 == * Parallel Interpolation for PFT map * histwrite_p now works with 3 dimension variables * Multiples fixes [3540/branches/ORCHIDEE-MICT] == V7 version 07/04/2016 = V6 + GLUC - rev 3344 == * Multiple fixes and improvements * Gross LUC from C. Yue [3306/branches/ORCHIDEE-MICT] * Merges from TRUNK revision [2941:3313/trunk/ORCHIDEE] [3344/branches/ORCHIDEE-MICT] == V6.5 version 17/03/2016 - rev 3273 == * Multiple bugfixes ( ticket:226 ) and minor improvements * Merge from TRUNK revision [2927:2941/trunk/ORCHIDEE] [3273/branches/ORCHIDEE-MICT] == V6.4.1 version 07/03/2016 - rev 3247 == Important bug correction in stomate_litter [3247/branches/ORCHIDEE-MICT] == V6.4 version 22/02/2016 - rev 3232 == * New soil bioturbation from D. Zhu * Merge from TRUNK revisions [2922:2927/trunk/ORCHIDEE] [3232/branches/ORCHIDEE-MICT] == V6.3 version 22/02/2016 - rev 3226 == New soil thermal properties from the TRUNK [3226/branches/ORCHIDEE-MICT] == V6.2 version 03/02/2016 - rev 3185 == New soil vertical discretisation from the TRUNK [3185/branches/ORCHIDEE-MICT] == V6.1.2 version 29/01/2016 - rev 3161 == * New compilation flag STRICT_CHECK * Multiple bugfixes [3161/branches/ORCHIDEE-MICT] == V6.1.1 version 14/01/2016 - rev 3120 == * Small bugfixes * Merges revisions from trunk [3120/branches/ORCHIDEE-MICT] All previous revisions from TRUNK [0:2916/trunk/ORCHIDEE] are included in ORCHIDEE-MICT. Note: fuel_1Xhr related commits are on hold as they lead to other issues. == V6.1 version = V6 + bugfixes + merge trunk - rev 3026 == * multiples bugfixes * merged revisions from trunk [3026/branches/ORCHIDEE-MICT/ORCHIDEE] == V6 version = V5 + SPITFIRE - rev 2655 == [2655] == V5 version = V4bis + GM (Grasslands Management) - rev 2618 == [2618] Compilation OK == V4bis version = V4 + DGVM - rev 2590 == [2590] For recording only, do not use. == V4 version = V3 + wetlands + TOP model - rev 2521 == [2521] For recording only, do not use. == V3 version = V2 + permafrost carbon dynamics - rev 2268 == [2268] == Former versions == V2 version = V1 + multiple-layer snow[[BR]] V1 version = standard ORCHIDEE + soil freezing