= MICT Versions = In this page you will find all releases done. They normally are done every week. Each one explains its major changes, its date and the last revision version that comprises it. It will be noted which revision is included, when there is a new merge from the TRUNK. == Development == On-going improvements == V8.1 version 16/10/2016 == * 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 == * 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 == * 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] * 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 == * 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 == * 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 == * 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 == Important bug correction in stomate_litter [3247/branches/ORCHIDEE-MICT] == V6.4 version 22/02/2016 == * New soil bioturbation from D. Zhu * Merge from TRUNK revisions [2922:2927/trunk/ORCHIDEE] [3232/branches/ORCHIDEE-MICT] == V6.3 version 22/02/2016 == New soil thermal properties from the TRUNK [3226/branches/ORCHIDEE-MICT] == V6.2 version 03/02/2016 == New soil vertical discretisation from the TRUNK [3185/branches/ORCHIDEE-MICT] == V6.1.2 version 29/01/2016 == * New compilation flag STRICT_CHECK * Multiple bugfixes [3161/branches/ORCHIDEE-MICT] == V6.1.1 version 14/01/2016 == * 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 == * multiples bugfixes * merged revisions from trunk [3026/branches/ORCHIDEE-MICT/ORCHIDEE] == V6 version = V5 + SPITFIRE == [2655] == V5 version = V4bis + GM (Grasslands Management) == [2618] Compilation OK == V4bis version = V4 + DGVM == [2590] For recording only, do not use. == V4 version = V3 + wetlands + TOP model == [2521] For recording only, do not use. == V3 version = V2 + permafrost carbon dynamics == [2268] == Former versions == V2 version = V1 + multiple-layer snow[[BR]] V1 version = standard ORCHIDEE + soil freezing