Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 152 (100.0%) | 4826 (100.0%) | 31.7 |
trunk/libf/phylmd/ | 132 (86.8%) | 4721 (97.8%) | 35.7 |
trunk/DefLists/ | 10 (6.6%) | 57 (1.2%) | 5.7 |
trunk/libf/phylmd/dyn1d/ | 8 (5.3%) | 46 (1.0%) | 5.7 |
trunk/libf/phylmd/StratAer/ | 2 (1.3%) | 2 (0.0%) | 1.0 |
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:
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:
Wake.F90 : Reading some population dynamic parameters from .def files
19 lines of code changed in 1 file:
bug fix in mod_1D_cases_read_std.F90
1 lines of code changed in 1 file:
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:
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:
Correction of a bug in cv3_unsat: the ice fraction in the precipitation source was different in cv3_unsat and in cv3_undilute2.
The correction is protected by a new flag: keepbug_ice_frac.
23 lines of code changed in 1 file:
(34 more)