Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 169 (100.0%) | 5806 (100.0%) | 34.3 |
trunk/libf/phylmd/ | 147 (87.0%) | 5695 (98.1%) | 38.7 |
trunk/DefLists/ | 10 (5.9%) | 57 (1.0%) | 5.7 |
trunk/libf/phylmd/dyn1d/ | 10 (5.9%) | 52 (0.9%) | 5.2 |
trunk/libf/phylmd/StratAer/ | 2 (1.2%) | 2 (0.0%) | 1.0 |
smalle bug fix in pbl_surface_mod.F90
3 lines of code changed in 1 file:
Implementation of a two radii model for wake population dynamics.
It is activated with : iflag_wk_pop_dyn=3
824 lines of code changed in 11 files:
Bug fix in lmdz_wake.F90 and associated flag ok_bug_gfl
31 lines of code changed in 2 files:
replacing (:) by (1:knon) in operations on compressed variables
95 lines of code changed in 1 file:
ok_bug_ajs_cv = Logical switch to a bug : modifying directly wake_deltat
by adding the (w) dry adjustment tendency to wake_deltat.
IF ok_bug_ajs_cv is false, then tendencies are not added to wake_deltat
(and are taken into account through only the heating and moistening
profiles).
8 lines of code changed in 1 file:
enabling replay of wake_popdyn2 alone
19 lines of code changed in 1 file:
Bug fix in dyn1d/old_lmdz1d.F90: compute the geopotential before it is used
19 lines of code changed in 1 file:
Fix sign error in convective saturated downdraught mass flux
6 lines of code changed in 1 file:
Bug fixes concerning various variables ill-initialized, ill-used, ill-printed, or ill-placed.
+ cv_gen moved from phys_local_var_mod.F90 to phys_state_var_mod.F90; ==> changes in physiq_mod.F90
and phys_output_write.F90
+ awake_dens added in phys_state_var_mod.F90
+ cv_gen and awake_dens now initialized in phyetat0.F90 and written in phyredem.F90
+ cv_gen, awake_dens, and solswfdiff now initialized in old_lmdz1d.F90 and scm.F90
+ useless variables suppressed in pbl_surface_mod.F90.
67 lines of code changed in 9 files:
Bug fix: output arguments are added to subroutine
wx_pbl_prelim0 so that exchange coefficients Kh, Kh_w and
Kh_x are no longer undefined.
10 lines of code changed in 2 files:
bug fix of revision 3906
5 lines of code changed in 1 file:
add missing test on vars_defined in phys_output_write
4 lines of code changed in 1 file:
Further correction of commit 3900 after commit 3912
2 lines of code changed in 1 file:
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:
Bug fix in wx_pbl_var_mod.F90
4 lines of code changed in 1 file:
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:
update to commit 3888
10 lines of code changed in 3 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.).
2148 lines of code changed in 12 files:
Bug fix in cv3p1_closure,F90 and cv3p2_closure.F90
2 lines of code changed in 2 files:
(40 more)