StatSVN - Directory trunk/libf/phylmd/
Directory trunk/libf/phylmd/
- Total Files:
- 144
- Deleted Files:
- 2
- Lines of Code:
- 91331
[root]/trunk/libf/phylmd
Dust
(1 files, 1658 lines)
StratAer
(15 files, 4059 lines)
cosp
(23 files, 11546 lines)
cosp2
(35 files, 17329 lines)
cospv2
(37 files, 19054 lines)
dyn1d
(15 files, 13613 lines)
rrtm
(12 files, 7077 lines)
sisvat
(1 files, 1741 lines)
Lines of Code
Developers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 690 (100.0%) | 15490 (100.0%) | 22.4 |
fairhead | 182 (26.4%) | 5699 (36.8%) | 31.3 |
oboucher | 200 (29.0%) | 3762 (24.3%) | 18.8 |
jyg | 102 (14.8%) | 2453 (15.8%) | 24.0 |
fhourdin | 50 (7.2%) | 1856 (12.0%) | 37.1 |
musat | 60 (8.7%) | 472 (3.0%) | 7.8 |
ymeurdesoif | 10 (1.4%) | 351 (2.3%) | 35.1 |
dcugnet | 12 (1.7%) | 264 (1.7%) | 22.0 |
lguez | 5 (0.7%) | 159 (1.0%) | 31.8 |
acozic | 19 (2.8%) | 124 (0.8%) | 6.5 |
idelkadi | 9 (1.3%) | 109 (0.7%) | 12.1 |
lfalletti | 9 (1.3%) | 101 (0.7%) | 11.2 |
emillour | 23 (3.3%) | 71 (0.5%) | 3.0 |
jghattas | 9 (1.3%) | 69 (0.4%) | 7.6 |
Most Recent Commits
- fairhead 2020-05-07 19:13 Rev.: 3678
-
JB found some mismatched variable names
3 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+3 -2)
- oboucher 2020-05-06 17:18 Rev.: 3677
-
Changed the way to initialise nbtr_bin and other dimensions and indices
in the StratAer module based on infotrac_phy rather than infotrac.
Also added a missing $OMP THREADPRIVATE(nqperes)
32 lines of code changed in 1 file:
- trunk/libf/phylmd: infotrac_phy.F90 (+32 -1)
- jyg 2020-04-29 15:48 Rev.: 3671
-
Bug fix in cv3p1_closure,F90 and cv3p2_closure.F90
2 lines of code changed in 2 files:
- trunk/libf/phylmd: cv3p1_closure.F90 (+1 -1), cv3p2_closure.F90 (+1 -1)
- jyg 2020-04-27 10:49 Rev.: 3670
-
In order to makEmanuel scheme : set iflag=14 in
cv3_trigger when
no convection and reset Cin to Cin_noconv at the
end of cva_driver when iflag=14.
19 lines of code changed in 2 files:
- trunk/libf/phylmd: cv3_routines.F90 (+2 -2), cva_driver.F90 (+17 -2)
- lfalletti 2020-04-20 12:13 Rev.: 3666
-
Adding changes for Reprobus
101 lines of code changed in 9 files:
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (-3), phys_output_mod.F90 (-15), phys_output_write_mod.F90 (+1 -18), physiq_mod.F90 (+60 -2), radiation_AR4.F90 (new), radlwsw_m.F90 (+4 -2), tracreprobus_mod.F90 (+29 -22), tropopause_m.F90 (+6)
- oboucher 2020-04-12 18:41 Rev.: 3662
-
Correct dimension for alpha_bin, piz_bin and cg_bin
3 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_local_var_mod.F90 (+3 -3)
- jghattas 2020-03-20 12:24 Rev.: 3651
-
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:
- trunk/libf/phylmd: tracco2i_mod.F90 (+6 -6)
- jghattas 2020-03-17 13:41 Rev.: 3649
-
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:
- trunk/libf/phylmd: carbon_cycle_mod.F90 (+2 -5), phytrac_mod.F90 (+15 -1), tracco2i_mod.F90 (+11 -6)
- jghattas 2020-03-16 17:36 Rev.: 3648
-
Correction d'erreur introduit en commit [3641] pour faire tourner en mode debug.
5 lines of code changed in 1 file:
- trunk/libf/phylmd: wake.F90 (+5 -3)
- jyg 2020-02-25 17:30 Rev.: 3641
-
Wake.F90 : Reading some population dynamic parameters from .def files
19 lines of code changed in 1 file:
- trunk/libf/phylmd: wake.F90 (+19 -6)
- acozic 2020-02-13 12:30 Rev.: 3632
-
Add new arguments to Inca (to calcul hybrid coordinates)
2 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+2 -2)
- fairhead 2020-02-10 12:04 Rev.: 3630
-
Parameter new_aod is not needed anymore as it is assumed to be true
all the time. This means that we cannot replay AR4 simulations with new
LMDZ sources (we probably couldn't anyway)
LF, OB
87 lines of code changed in 7 files:
- trunk/libf/phylmd: conf_phys_m.F90 (+1 -17), phys_output_mod.F90 (+2 -2), phys_output_write_mod.F90 (+71 -76), physiq_mod.F90 (+10 -12), radlwsw_m.F90 (+2 -21), readaerosol_optic.F90 (+1 -10)
- jyg 2020-01-27 11:50 Rev.: 3624
-
Correction to commit 3614:
A new formula is used for "phinu2p" (hopefully
correct) in subroutine cv3_undilute2 in
cv3_routines.F90.
6 lines of code changed in 1 file:
- trunk/libf/phylmd: cv3_routines.F90 (+6 -3)
- fairhead 2020-01-17 17:14 Rev.: 3623
-
missing_val should really be missing_val_f90
1 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_output_write_mod.F90 (+1)
- oboucher 2020-01-15 12:50 Rev.: 3622
-
Adding a diagnostics for the 100-m wind for estimating renewables
40 lines of code changed in 2 files:
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+2), phys_output_write_mod.F90 (+38 -1)
- jyg 2019-12-14 11:15 Rev.: 3614
-
Bug fix:
Missing a max( . . . ,0.) in the computation of
the conversion of cloud water in precipitation
(subroutine cv3_undilute2 in cv3_routines.F90).
1 lines of code changed in 1 file:
- trunk/libf/phylmd: cv3_routines.F90 (+1 -1)
- acozic 2019-11-29 16:13 Rev.: 3613
-
merge with rev 3611 on LMDZ5/branches/IPSLCM5A2.1/
2 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+2)
- oboucher 2019-11-06 16:26 Rev.: 3600
-
adding a ompthreadprivate to ok_volcan
2 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+2 -2)
- fairhead 2019-11-05 17:36 Rev.: 3599
-
Correction to r3587. Sorry.
9 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+9 -7)
- jghattas 2019-11-04 17:57 Rev.: 3598
-
Correction sur le commit [3596]. Desole.
1 lines of code changed in 1 file:
- trunk/libf/phylmd: regr_pr_time_av_m.F90 (+1 -1)
- fairhead 2019-11-04 17:56 Rev.: 3597
-
Temporary fix for tr_ancien initialisation see ticket 104
LF
9 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+9)
- jghattas 2019-11-04 15:25 Rev.: 3596
-
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:
- trunk/libf/phylmd: regr_pr_time_av_m.F90 (+2)
- oboucher 2019-10-18 20:04 Rev.: 3590
-
Reverting change on zfice. First timestep is now protected.
2 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_output_write_mod.F90 (+2 -3)
- fhourdin 2019-10-16 05:25 Rev.: 3588
-
On enleve temporairement la sortie d'une variable porbablement mal initialisee.
3 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_output_write_mod.F90 (+3 -2)
- fhourdin 2019-10-15 18:23 Rev.: 3587
-
Suite du bug precedent ...
5 lines of code changed in 1 file:
- trunk/libf/phylmd: orografi_strato.F90 (+5 -2)
- fhourdin 2019-10-15 16:24 Rev.: 3586
-
bcast manquant.
3 lines of code changed in 1 file:
- trunk/libf/phylmd: orografi_strato.F90 (+3)
- emillour 2019-10-15 12:38 Rev.: 3585
-
Follow-up of r3579 (update of iniaqua) for the unstructured case, along with some code cleanup (use getin_p instead of getin+broadcasts).
EM
21 lines of code changed in 1 file:
- trunk/libf/phylmd: create_etat0_limit_unstruct.F90 (+21 -20)
- oboucher 2019-10-10 14:35 Rev.: 3581
-
Big update to the interactive carbon cycle
from Patricia's code
139 lines of code changed in 5 files:
- trunk/libf/phylmd: carbon_cycle_mod.F90 (+50 -380), phyetat0.F90 (+4 -2), tracco2i_mod.F90 (+85 -24), traclmdz_mod.F90 (-15)
- fairhead 2019-10-09 15:11 Rev.: 3579
-
Make aquaplanets run again (on jean-zay)
EM & MP
23 lines of code changed in 1 file:
- trunk/libf/phylmd: phyaqua_mod.F90 (+23 -4)
- fhourdin 2019-10-07 15:30 Rev.: 3577
-
Corrections d'erreurs identifiees en debug ancienne physique sur Jean-Zay
Vive le poihl interactif.
17 lines of code changed in 3 files:
- trunk/libf/phylmd: coef_diff_turb_mod.F90 (+3), cv30_routines.F90 (+9 -8), physiq_mod.F90 (+5 -1)
- fhourdin 2019-10-07 11:48 Rev.: 3575
-
Correction suite a la detections de problemes en 1D avec le mode
debug sur jean-zay.
2 lines of code changed in 2 files:
- trunk/libf/phylmd: phys_output_write_mod.F90 (+1 -1), physiq_mod.F90 (+1)
- fhourdin 2019-10-01 06:10 Rev.: 3571
-
iflag_wb devient un real pour pouvoir lui donner une valeur continue
quand on l'utilise comme valeur de wbmax en surface.
Pas très joli mais important pour le tuning automatique pour lequel on
genere des valeurs continues de wb_max.
8 lines of code changed in 4 files:
- trunk/libf/phylmd: cv3p1_closure.F90 (new), cv3p2_closure.F90 (+3 -3), cv3param.h (+2 -1)
- fhourdin 2019-09-27 23:17 Rev.: 3570
-
Sortie de nouveaux parametres pour controler la distribution des nuages.
10 lines of code changed in 1 file:
- trunk/libf/phylmd: cloudth_mod.F90 (+10 -2)
- fairhead 2019-09-24 12:48 Rev.: 3568
-
Needed for debug options of newest versions of gfortran compiler
2 lines of code changed in 1 file:
- trunk/libf/phylmd: surf_land_orchidee_noz0h_mod.F90 (+2 -1)
- acozic 2019-09-23 15:42 Rev.: 3567
-
initialisation de tausum_aero(id_STRAT_phy) dans le cas ou flag_aerosol_strat = 0
2 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+2)
- acozic 2019-09-12 16:02 Rev.: 3563
-
merge with rev 3481 from branches/IPSLCM6.0.15
4 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+4 -6)
- oboucher 2019-08-08 14:11 Rev.: 3551
-
remove old comment
0 lines of code changed in 1 file:
- trunk/libf/phylmd: surf_land_orchidee_mod.F90 (-1)
- oboucher 2019-08-07 14:31 Rev.: 3550
-
reordering loops for tracer output
15 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_output_write_mod.F90 (+15 -16)
- oboucher 2019-08-05 21:40 Rev.: 3549
-
Allocate CO2 flux variables at first timestep
12 lines of code changed in 1 file:
- trunk/libf/phylmd: tracco2i_mod.F90 (+12 -4)
- ymeurdesoif 2019-07-05 12:32 Rev.: 3543
-
Create etat0 limit for unstructured case.
Missing STOP.
YM2 lines of code changed in 1 file:
- trunk/libf/phylmd: create_etat0_limit_unstruct.F90 (+2)
(188 more)