Reported modifications done in rev [4283] into phydlmdiso which now compiles again.
925 lines of code changed in 4 files:
Added landice_opt=2 : Treat continental land ice fractions in ORCHIDEE => pctsrf(:,is_lic) = 0.0 in LMDZ.
For this option, some more variables are needed from ORCHIDEE. Therfor change in the interface LMDZ-ORCHIDEE in surf_land_orchidee_mod is done. Previous interface is moved to surf_land_orchidee_nolic_mod.f90. To compile with previous interface, cpp key ORCHIDEE_NOLIC is added. Previous interface is compiled with argument orchidee2.1 in makelmdz and makelmdz_fcm.
At the same time, when the interface was changed, the variable yrmu0(coszang) was added in the call to intersurf_initialize_gathered. This is needed in ORCHIDEE to better initialize the model.
Modifications done by Etienne Vignon and Josefine Ghattas
1055 lines of code changed in 11 files:
Added compilation flag -fimf-arch-consistency=true to have reporducible results at obelix. See ticket https://forge.ipsl.jussieu.fr/orchidee/ticket/824
1 lines of code changed in 1 file:
Correction pour tourner experience avec type_trac=co2i sur Jean-Zay : allocation necessaire sur tout les procs, sinon scatter se plain.
6 lines of code changed in 1 file:
Correction necessaire pour experience IPSLESM/CO2 pour eviter plantage aleatoire en mode debug : carbon_cpl_init doit etre appele avant premier appel a phys_output_write pour que tout les variables (fco2_land, etc..) soient allouees.
28 lines of code changed in 3 files:
Correction d'erreur introduit en commit [3641] pour faire tourner en mode debug.
5 lines of code changed in 1 file:
Ajoute un deuxiement emplacement ou le librarie IOIPSL sera recherche. Cela est deja fait dans les arch pour IRENE et JEAN-ZAY. C'est necessaire quand on compile IOIPSL avec le script makeioipsl_fcm comme fait dans les configurations v6.2 et v6.3.
4 lines of code changed in 3 files:
Put back changes done in commit [3604] which were removed temporary in commit [3607].
69 lines of code changed in 5 files:
Changed back to have same compile options in debug mode as before rev [3602]. Compile option in debug mode from rev 3602 can not run with this branch, with these options the model crashes on line 87 in pression_loc.f at jean-zay.
1 lines of code changed in 1 file:
Revert commit [3604]. This is only done temporary because we need to make a correction for Jean-Zay and to have a revision without these changes to go into IPSLCM6.1.10.
8 lines of code changed in 5 files:
Correction sur le commit [3596]. Desole.
1 lines of code changed in 1 file:
Variable v1 est utilisé que par le master mais il est passe en argument dans le CALL scatter2D. Intel 2019 en mode debug fait planter si le variable n'est pas alloué. Cette correction est necessaire sur Jean-Zay en mode debug, avec option read_climoz=1.
2 lines of code changed in 1 file:
Add missing initalization as done in the trunk
http://web.lmd.jussieu.fr/trac/changeset/3435/LMDZ6/trunk/libf/phylmd/cva_driver.F90
0 lines of code changed in 2 files:
Bug correction: ENDIF was bad placed. Changed some indentation and add comments.
Thanks to Christian Ethe.
24 lines of code changed in 1 file:
Added option that IOIPSL library could be found in IOIPSL/lib and IOIPSL/inc folder. This is the case using the version of IOIPSL compiled with fcm for use with DYNAMICO.
4 lines of code changed in 3 files:
Modified xml files to correspond to those used for the simulations with DYNAMICO done during the Grand Challenge. Note that only histmth, histday and histhf have been activated.
0 lines of code changed in 30 files:
Added all modifications in the model code that were used for the simulations with DYANMICO during the Grand Challeng 2018. Modifications done by Y. Meurdesoif, L. Fairhead and A.K. Traore
28 lines of code changed in 46 files:
As done on the trunk rev [3333] by O.Boucher:
Add a missing flag_aerosol == 7 in reaerosol_optic_rrtm
Beware flag_aerosol = 7 requires aerosols.1980.nc to point to aerosols.nat.nc
8 lines of code changed in 5 files:
Integration des developpements fait sur la trunk par O. Boucher concernant le MACspV2 aerosol plume climatology(nouveau option flag_aersol=7). Les commits suivants fait sur le trunk sont ici merge : [3274], [3279], [3287], [3288], [3290], [3295], [3296], [3297].
Tout les modifications dans newmicro.f90 ne sont pas retenu mais les changemnets lie au flag_aerosol=7 sont prise.
630 lines of code changed in 13 files:
As done on the trunk, added first version of arch files for IRENE/TGCC.
Done by A-K Traore.
29 lines of code changed in 2 files:
(4 more)