[root]/trunk/libf/phylmd
Dust
(9 files, 9256 lines)
Ocean_skin
(11 files, 726 lines)
StratAer
(15 files, 4059 lines)
cosp
(23 files, 11546 lines)
cosp2
(35 files, 17329 lines)
cospv2
(37 files, 19035 lines)
dyn1d
(15 files, 13577 lines)
ecrad
(368 files, 64284 lines)
data
(22 files, 0 lines)
inlandsis
(20 files, 9569 lines)
rrtm
(12 files, 7077 lines)
sisvat
(1 files, 1741 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 861 (100.0%) | 23775 (100.0%) | 27.6 |
fairhead | 188 (21.8%) | 5744 (24.2%) | 30.5 |
jyg | 119 (13.8%) | 4645 (19.5%) | 39.0 |
oboucher | 230 (26.7%) | 4342 (18.3%) | 18.8 |
musat | 80 (9.3%) | 2613 (11.0%) | 32.6 |
fhourdin | 60 (7.0%) | 2201 (9.3%) | 36.6 |
lguez | 28 (3.3%) | 1450 (6.1%) | 51.7 |
evignon | 43 (5.0%) | 757 (3.2%) | 17.6 |
idelkadi | 17 (2.0%) | 644 (2.7%) | 37.8 |
ymeurdesoif | 10 (1.2%) | 351 (1.5%) | 35.1 |
dcugnet | 12 (1.4%) | 264 (1.1%) | 22.0 |
lmdz-users | 6 (0.7%) | 233 (1.0%) | 38.8 |
acozic | 22 (2.6%) | 132 (0.6%) | 6.0 |
asima | 3 (0.3%) | 127 (0.5%) | 42.3 |
lfalletti | 9 (1.0%) | 101 (0.4%) | 11.2 |
emillour | 24 (2.8%) | 75 (0.3%) | 3.1 |
jghattas | 9 (1.0%) | 69 (0.3%) | 7.6 |
lmdz-user | 1 (0.1%) | 27 (0.1%) | 27.0 |
Correction in the case of use of the ECRAD code: Reversal of flows on the vertical
35 lines of code changed in 1 file:
Correction: calculation of net radiative flux in the case where ECRAD is activated
10 lines of code changed in 1 file:
Correction: initialization of the local logical key "lldebug" at the declaration before use
2 lines of code changed in 1 file:
correction de la commission 3900
4 lines of code changed in 1 file:
Error correction (variable ZO3_DP to be treated under CPP_ECRAD keys)
2 lines of code changed in 1 file:
Online implementation of the radiative transfer code ECRAD in the LMDZ model.
- Inclusion of the ecrad directory containing the sources of the ECRAD code
* interface routine : radiation_scheme.F90
- Adaptation of compilation scripts :
* compilation under CPP key CPP_ECRAD
* compilation with option "-rad ecard" or "-ecard true"
* The "-rad old/rtm/ecran" build option will need to replace the "-rrtm true" and "-ecrad true" options in the future.
- Runing LMDZ simulations with ecrad, you need :
* logical key iflag_rrtm = 2 in physiq.def
* namelist_ecrad (DefLists)
* the directory "data" containing the configuration files is temporarily placed in ../libf//phylmd/ecrad/
- Compilation and execution are tested in the 1D case. The repository under svn would allow to continue the implementation work: tests, verification of the results, ...
470 lines of code changed in 3 files:
1/ Bug fix in wx_pbl_mod.F90
2/ New pbl_split option:
iflag_pbl_split=3 ==> iflag_split=1 over ocean,
iflag_split=0 everywhere else.
36 lines of code changed in 3 files:
suppression du repertoire sisvat et nettoyage, deuxieme essai apres modifs
de JYG et plantage lie au bld.cfg
1 lines of code changed in 2 files:
Bug fix in wx_pbl_var_mod.F90
4 lines of code changed in 1 file:
Commission LMDZ-sisvat, deuxieme phase:
- suppression du repertoire sisvat
- nettoyage de certains scripts de la physique et des makefile
8 lines of code changed in 4 files:
Commission de la nouvelle interface LMDZ-SISVAT
la prochaine commission consistera a supprimer l'ancien repertoire sisvat
et a faire un peu de nettoyage.
254 lines of code changed in 9 files:
further fix after commit 3896
1 lines of code changed in 1 file:
bug fix in wx_pbl_var_mod.F90
1 lines of code changed in 1 file:
Correction pour voir la sur-saturation (EV)
IM
1 lines of code changed in 1 file:
update to commit 3888
9 lines of code changed in 2 files:
New provisional version of the splitting of the
diffusive boundary layer into inwake and offwake
PBLs. The splitting of the diffuse BL should NOT
be activated yet for general purpose simulations.
The splitting is activated by:
mod(iflag_pbl_split,10)=1 for the option with
fixed surface temperature and
mod(iflag_pbl_split,10)=2 for the option with
coupled surface temperature.
iflag_pbl_split=0 ==> no splittingat all.
iflag_pbl_split=10 ==> splitting of thermals.
iflag_pbl_split=11 ==> splitting of thermals and
of vertical diffusion (fixed surf. temp.).
iflag_pbl_split=12 ==> splitting of thermals and
of vertical diffusion (coupled surf. temp.).
2141 lines of code changed in 9 files:
cancel rev [3777] : create_etat0_limit in dynamico case was not run any more. The call to create_etat0_limit_unstruct need to be done after the xios_calendar_update.
With this new commit results are not modified for create_etat0_limit in lon,lat grid (check limit.nc, start.nc, starphy.nc), and for lmdzor simulation (check restart.nc, histmth.nc after 1 month)
(Anne C.)
2 lines of code changed in 1 file:
various minor tweaks
17 lines of code changed in 3 files:
Modification de la reevaporation de la precipitation par Ludovic Touzé Peiffer.
Actif seulement si iflag_evap_prec=4.
Resultats numériquement inchangés sinon.
Frédéric
240 lines of code changed in 1 file:
Error in variable longname and units
4 lines of code changed in 1 file:
Last modifications for the CO2/INCA (inco) case
9 lines of code changed in 2 files:
Corrections to r3865 that will hopefully repair the debug compilation
TL
29 lines of code changed in 3 files:
Modifications from Thibaut to create an ESM with interactive CO2 + INCA aerosols
233 lines of code changed in 6 files:
Missing THREADPRIVATE statement
Thanks JYG
2 lines of code changed in 1 file:
I forgot a few lines in my previous commit.
The CO2 correction fluxes in the .def file are now transferred to the main variables.
4 lines of code changed in 1 file:
Correction de bug dans l'initialisation des ratqs interactifs
Fredho
2 lines of code changed in 1 file:
merge with rev 3860
6 lines of code changed in 2 files:
Missing routine in rev 3856
Fredho
69 lines of code changed in 1 file:
Additions for the interactive carbon cycle
194 lines of code changed in 5 files:
Introduction d'un ratqs (largeur relative de la distribution sous maille de l'eau)
interactif (travail de Louis D'Alençon, Frédéric Hourdin et Catherine Rio).
Contrôlé par le flag iflag_ratqs=10 (précédemment 4).
N'affecte pas les calculs si iflag_ratqs=4.
Fredho
30 lines of code changed in 6 files:
correction of a comment that is incorrect
1 lines of code changed in 1 file:
Ajout ustar pour diagnostics pbl
13 lines of code changed in 2 files:
Correction 10m
13 lines of code changed in 1 file:
Supprime le fichier 'cdrag.F90'
0 lines of code changed in 4 files:
Nouveaux calculs a 10m
98 lines of code changed in 2 files:
Derniere commission nvlle formulation t2m/q2m
1 lines of code changed in 1 file:
Nouvelle formulation des calculs a 2m
2015 lines of code changed in 9 files:
Merge Ocean_skin branch back into trunk
514 lines of code changed in 17 files:
Bug fix: no operation in arg of `histwrite_phy`
An operation like `zx_rhl*100`. in the actual argument of
`histwrite_phy` crashes the code if it is compiled in debug mode: at
the first call of `phys_output_write_mod`, `zx_rhl` is not defined.
4 lines of code changed in 1 file:
Ajout de INLANDSIS, nouvelle interface entre LMDZ et la neige de SISVAT
Etienne, 04/01/2021
250 lines of code changed in 8 files:
(248 more)