r1861-1909
Différences entre les version r1861 et r1909 du trunk LMDZ
------------------------------------------------------------------------ r1909 | acozic | 2013-11-27 11:13:29 +0100 (Wed, 27 Nov 2013) | 3 lines Fix a bug in calcul of tr_seri for the injection of source in the first model layer ------------------------------------------------------------------------ r1908 | acozic | 2013-11-27 11:11:28 +0100 (Wed, 27 Nov 2013) | 2 lines Fix a bug when we initialize value of q ------------------------------------------------------------------------ r1907 | lguez | 2013-11-26 14:10:46 +0100 (Tue, 26 Nov 2013) | 15 lines Added a copyright property to every file of the distribution, except for the fcm files (which have their own copyright). Use svn propget on a file to see the copyright. For instance: $ svn propget copyright libf/phylmd/physiq.F90 Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory Also added the files defining the CeCILL version 2 license, in French and English, at the top of the LMDZ tree. ------------------------------------------------------------------------ r1906 | musat | 2013-11-21 16:23:01 +0100 (Thu, 21 Nov 2013) | 3 lines Petits oublis IM ------------------------------------------------------------------------ r1905 | acozic | 2013-11-20 14:08:45 +0100 (Wed, 20 Nov 2013) | 4 lines Make some correction in omp synchro and barrier for coupled model with Orchidee These modifications doesn't impact LMDZ without orchidee. ------------------------------------------------------------------------ r1904 | jghattas | 2013-11-19 17:12:20 +0100 (Tue, 19 Nov 2013) | 4 lines Add arch files for linux cluster at LSCE (obelix). No specific fft is added.
------------------------------------------------------------------------ r1903 | musat | 2013-11-19 13:14:17 +0100 (Tue, 19 Nov 2013) | 5 lines Correction sorties dvlif, dtlif seulement si ok_orolf (comme pour dulif). Ajout sorties tendances duthe, dvthe. MPL/JY/FC IM ------------------------------------------------------------------------ r1902 | musat | 2013-11-19 12:40:39 +0100 (Tue, 19 Nov 2013) | 3 lines Ajout verifs fichiers de guidage et noms variables IM ------------------------------------------------------------------------ r1901 | idelkadi | 2013-11-19 10:29:06 +0100 (Tue, 19 Nov 2013) | 7 lines Prise en compte de la variation de l'humidite a saturation (qsat) avec la variation de temperature associee a la condensation dans le calcul de l'eau nuageuse dans fisrtilp. Introduction d'une boucle de convergence avec un nombre maximum d'iterations fixe a iflag_fisrtilp_qsat. Si iflag_fisrtilp_qsat=0: calcul sans variation de qsat avec T Si iflag_fisrtilp_qsat=-1: calcul bogue ------------------------------------------------------------------------ r1900 | emillour | 2013-11-06 11:25:21 +0100 (Wed, 06 Nov 2013) | 4 lines Bug fix, iwrite_phy_omp must be saved (shared by all OpenMP threads). FH ------------------------------------------------------------------------ r1899 | lguez | 2013-11-05 13:59:52 +0100 (Tue, 05 Nov 2013) | 1 line Option mcmodel=large is required for high resolution grids. See also revision 1743. ------------------------------------------------------------------------ r1898 | lguez | 2013-10-31 17:05:33 +0100 (Thu, 31 Oct 2013) | 1 line Indented the file. ------------------------------------------------------------------------ r1897 | emillour | 2013-10-25 10:12:38 +0200 (Fri, 25 Oct 2013) | 3 lines Getting XIOS to work in MPI, OpenMP and mixed MPI/OpenMP modes. Use "-io xios" option with makelmdz or makelmdz_fcm to enable XIOS (this doesn't deactivate IOIPSL outputs; to suppress IOIPSL outputs, add cpp flag CPP_NO_IOIPSL). EM ------------------------------------------------------------------------
r1896 | idelkadi | 2013-10-23 15:49:43 +0200 (Wed, 23 Oct 2013) | 2 lines Correction : declaration de la variable calday dans physiq.F90 (utilisee mais non declaree) ! ------------------------------------------------------------------------ r1895 | idelkadi | 2013-10-23 14:49:46 +0200 (Wed, 23 Oct 2013) | 3 lines Correction sur la sortie du chmaps wind10max (type d'operation : t_max(X) au lieu de ave(X)) ------------------------------------------------------------------------ r1894 | idelkadi | 2013-10-22 11:37:11 +0200 (Tue, 22 Oct 2013) | 14 lines 1) Patchs for idealized terra- and aqua-planets simulations. ablsno.F90, imposing snow albedo at albsno0 if >= 0. (default val. : -1) pbl_surface_mod.F90 : zero evaporation if either qsol0 (for terra-planets) or evap0 (for aqua-planets) = 0. 2) New flag iflag_fisrtilp_qsat=0/1 for fisrtilp.F90, fisrtilp.h: temperature dependency of qsat for iterative procedure temporary flag to switch between the old (CMIP5, =0) and new versions (=1) versions : zcond(i) = MAX(0.0,zqn(i)-zqs(i))/(1.+iflag_fisrtilp_qsat*zdqs(i)) =1 should be avoided because it creates significant supersaturation. Both options are wrong (ongoing work ...) clesphys.h, conf_phys_m.F90 : new parameters, iflag_fisrtilp_qsat, albsno0 and evap0 ------------------------------------------------------------------------ r1891 | fairhead | 2013-10-14 11:16:18 +0200 (Mon, 14 Oct 2013) | 7 lines Améliore la stabililté du modèle ------------------------ Improves model stability ------------------------------------------------------------------------ r1890 | lguez | 2013-10-11 15:25:34 +0200 (Fri, 11 Oct 2013) | 1 line Correcting previous commit: linking to idrmemmpi only when using MPI. ------------------------------------------------------------------------ r1889 | lguez | 2013-10-11 15:16:23 +0200 (Fri, 11 Oct 2013) | 1 line Added linking to idrmemmpi, for information on memory usage. ------------------------------------------------------------------------ r1888 | fairhead | 2013-10-11 12:09:05 +0200 (Fri, 11 Oct 2013) | 2 lines
Clean-up ------------------------------------------------------------------------ r1887 | fairhead | 2013-10-11 12:02:50 +0200 (Fri, 11 Oct 2013) | 3 lines Common ought to be placed in an include file ------------------------------------------------------------------------ r1886 | fairhead | 2013-10-04 17:25:21 +0200 (Fri, 04 Oct 2013) | 2 lines Retour des options debug pour g95 ------------------------------------------------------------------------ r1885 | emillour | 2013-10-04 15:35:36 +0200 (Fri, 04 Oct 2013) | 3 lines Make dyn3dpar/bilan_dyn_p.F work in MPI and OpenMP. EM ------------------------------------------------------------------------ r1884 | idelkadi | 2013-10-03 13:30:31 +0200 (Thu, 03 Oct 2013) | 3 lines Prise en compte du cas par defaut ou les frequences de sorties (phys_out_filetimesteps) ne sont pas definies dans config.def ou output.def Dans ce cas on utilise ecrit_mensuel ecrit_jour ecrit_hf ... ------------------------------------------------------------------------ r1883 | emillour | 2013-10-03 12:00:30 +0200 (Thu, 03 Oct 2013) | 3 lines Updating/adapting iophy in phydev (part 2/2). EM ------------------------------------------------------------------------ r1882 | emillour | 2013-10-03 11:58:39 +0200 (Thu, 03 Oct 2013) | 3 lines Updating/adapting iophy in phydev (part 1). EM ------------------------------------------------------------------------ r1880 | musat | 2013-10-01 16:34:50 +0200 (Tue, 01 Oct 2013) | 3 lines Correction bug sorties niveau de pression hist*NMC.nc IM ------------------------------------------------------------------------ r1879 | emillour | 2013-09-30 09:31:15 +0200 (Mon, 30 Sep 2013) | 3 lines
Added some missing initializations. EM+JG ------------------------------------------------------------------------ r1878 | fairhead | 2013-09-27 13:24:24 +0200 (Fri, 27 Sep 2013) | 6 lines Adaptations nécessaires suite à commits récents ------ 1D follow-ups to recent commits ------------------------------------------------------------------------ r1877 | fairhead | 2013-09-25 15:35:04 +0200 (Wed, 25 Sep 2013) | 11 lines Ménage sur le code pour éliminer les calculs spécifiques ISCCP hors COSP Un certain nombre de variables non utilisées dans physiq.F90 ont aussi été supprimée. Environ 840 lignes supprimées du code physiq.F90 ------ Code cleanup to eliminate specific references to ISCCP outside the COSP library. Unused variables have been cleaned up from the physiq.F90 routine as well. ------------------------------------------------------------------------ r1875 | fairhead | 2013-09-20 16:31:12 +0200 (Fri, 20 Sep 2013) | 7 lines Même si c'est "interdit", réinclusion de g95 dans makegcm pour le 1D en local ----------------- Even if frowned upon, g95 is introduced back in the compilation choice for local 1D jobs ------------------------------------------------------------------------ r1874 | fairhead | 2013-09-20 12:01:19 +0200 (Fri, 20 Sep 2013) | 3 lines Bug correction FH ------------------------------------------------------------------------ r1873 | fairhead | 2013-09-20 11:57:15 +0200 (Fri, 20 Sep 2013) | 7 lines
Pour faire les liens avec la FFT sur ada ------ Setting up link to FFT library on machine ada ------------------------------------------------------------------------ r1872 | fairhead | 2013-09-18 14:27:33 +0200 (Wed, 18 Sep 2013) | 7 lines Correction de bugs suite à l'intégration de SISVAT ------- Bug corrections following integration of SISVAT ------------------------------------------------------------------------ r1871 | idelkadi | 2013-09-16 14:46:21 +0200 (Mon, 16 Sep 2013) | 2 lines Variable renommee pour eviter la confusion avec une autre variable dans phylmd ayant le meme nom ------------------------------------------------------------------------ r1869 | fairhead | 2013-09-16 10:13:50 +0200 (Mon, 16 Sep 2013) | 8 lines Suite intégration SISVAT: ne pas compiler SISVAT si on n'en a pas besoin quand makelmdz_fcm est utilisé ----------- Follow-up on SISVAT integration: do not compile SISVAT if not needed when using makelmdz_fcm ------------------------------------------------------------------------ r1867 | fairhead | 2013-09-13 16:50:51 +0200 (Fri, 13 Sep 2013) | 9 lines La distinction avec ou sans writelim n'a plus lieu d'être MP Lefebvre ------------- the writelim/nowritelim distinction is of no further use MP Lefebvre
------------------------------------------------------------------------ r1866 | fairhead | 2013-09-13 16:48:43 +0200 (Fri, 13 Sep 2013) | 9 lines La distinction avec ou sans writelim n'a plus lieu d'être MP Lefebvre ------------- the writelim/nowritelim distinction is of no further use MP Lefebvre ------------------------------------------------------------------------ r1865 | fairhead | 2013-09-13 10:26:46 +0200 (Fri, 13 Sep 2013) | 10 lines Inclusion de la bibliothèque SISVAT/MAR à LMDZ pour le traitement des surfaces "land ice" M. Menegoz ------- Integration of the SISVAT/MAR library to LMDZ to model the land ice surfaces M. Menegoz ------------------------------------------------------------------------ r1863 | lguez | 2013-09-10 14:42:17 +0200 (Tue, 10 Sep 2013) | 1 line Indented physiq.F90 and replaced #include by include. ------------------------------------------------------------------------ r1862 | lguez | 2013-09-10 14:18:14 +0200 (Tue, 10 Sep 2013) | 1 line Converted physiq.F to free source form (on mandate of the United Poihl). ------------------------------------------------------------------------ r1861 | lguez | 2013-09-10 11:55:26 +0200 (Tue, 10 Sep 2013) | 1 line Replaced #include by include. (Use as little C preprocessing as possible.) ------------------------------------------------------------------------