StatSVN - /LMDZ6 Developers: jyg
/LMDZ6 Developers: jyg
- Login name:
- jyg
- Total Commits:
- 78 (2,4 %)
- Lines of Code:
- 1 488 (1,5 %)
- Most Recent Commit:
- 2019-01-30 12:55
- Tweet this:
Activity by Clock Time
Activity in Directories
Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 78 (100.0%) | 1488 (100.0%) | 19.0 |
trunk/libf/phylmd/ | 69 (88.5%) | 1472 (98.9%) | 21.3 |
trunk/DefLists/ | 7 (9.0%) | 14 (0.9%) | 2.0 |
trunk/libf/phylmd/StratAer/ | 2 (2.6%) | 2 (0.1%) | 1.0 |
Most Recent Commits
- jyg 2019-01-30 12:55 Rev.: 3455
-
Adding some forgotten SAVE in wake.F90
6 lines of code changed in 1 file:
- trunk/libf/phylmd: wake.F90 (+6 -3)
- jyg 2019-01-30 12:29 Rev.: 3454
-
Bug fix: uninitialized variable in wake.F90 when iflag_wk_pop_dyn >= 1
3 lines of code changed in 1 file:
- trunk/libf/phylmd: wake.F90 (+3)
- jyg 2018-06-20 10:42 Rev.: 3345
-
Bug fix in cv3_routines.F90 concerning the computation of the in-cloud water content
5 lines of code changed in 1 file:
- trunk/libf/phylmd: cv3_routines.F90 (+5 -1)
- jyg 2018-04-30 17:45 Rev.: 3319
-
Adding missing IMPLICIT NONE
18 lines of code changed in 15 files:
- trunk/libf/phylmd: aero_mod.F90 (+3), calcul_fluxs_mod.F90 (+1), cv3_crit.F90 (+1), freinage.F90 (+2 -1), indice_sol_mod.F90 (new), radiation_ar4_param.F90 (new), suphel.F90 (+2), surface_data.F90 (+2)
- trunk/libf/phylmd/StratAer: aerophys.F90 (+2)
- jyg 2018-03-15 11:32 Rev.: 3267
-
Refinement of commit 3253
4 lines of code changed in 1 file:
- trunk/libf/phylmd: cvltr_noscav.F90 (+4 -1)
- jyg 2018-03-12 19:49 Rev.: 3253
-
Regularization of a division by 0
0 lines of code changed in 2 files:
- trunk/libf/phylmd: cvltr_noscav.F90 (changed)
- jyg 2018-03-12 19:32 Rev.: 3252
-
Bug correction concerning the growth rate of the
wake radius.
8 lines of code changed in 1 file:
- trunk/libf/phylmd: wake.F90 (+8 -6)
- jyg 2018-02-16 14:12 Rev.: 3211
-
xml files related to commits 3208 and 3209
14 lines of code changed in 7 files:
- trunk/DefLists: field_def_lmdz.xml (+3 -1), file_def_histLES_lmdz.xml (+1), file_def_histday_lmdz.xml (+2), file_def_histhf_lmdz.xml (+2), file_def_histins_lmdz.xml (+2), file_def_histmth_lmdz.xml (+2), file_def_histstn_lmdz.xml (+2)
- jyg 2018-02-16 13:50 Rev.: 3209
-
error in the prvious commit
3 lines of code changed in 1 file:
- trunk/libf/phylmd: alpale_th.F90 (+3 -11)
- jyg 2018-02-16 13:42 Rev.: 3208
-
Implementation of a first crude model of the
dynamic of wake population.
401 lines of code changed in 13 files:
- trunk/libf/phylmd: add_wake_tend.F90 (+10 -7), alpale_th.F90 (+23 -5), calwake.F90 (new), phys_local_var_mod.F90 (+8 -4), phys_output_ctrlout_mod.F90 (+5 -1), phys_output_write_mod.F90 (+5 -3), phys_state_var_mod.F90 (+5 -4), physiq_mod.F90 (+14 -13), tend_to_tke.F90 (+1 -1), wake.F90 (new)
- jyg 2018-02-09 12:22 Rev.: 3197
-
small bug in cv3_yield in cv3_routines.F90
13 lines of code changed in 5 files:
- trunk/libf/phylmd: concvl.F90 (+2 -2), cv3_routines.F90 (+3 -1), cva_driver.F90 (new)
- jyg 2018-02-05 17:02 Rev.: 3181
-
bug fix: forgotten OMP THREADPRIVATE
4 lines of code changed in 1 file:
- trunk/libf/phylmd: wx_pbl_mod.F90 (+4 -4)
- jyg 2018-02-03 13:02 Rev.: 3180
-
Correction to commit 3178: the bug is corrected only if
ok_bug_split_th is "false". The default is "true".
13 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+13 -4)
- jyg 2018-02-03 10:52 Rev.: 3179
-
New structure for the representation of vdf
splitting in pbl_surface. Computations are
gathered in two subroutines included in the module
wx_pbl_mod: wx_pbl0_fuse, called before the
sub-surfaces, determines the single column
equivalent to the (w) and (x) columns.
wx_pbl0_split, called after the subsurfaces,
determines the distinct (w) and (x) surface
fluxes.
This is a first version with no surface
temperature difference between (w) and (x) (hence
the index 0).
700 lines of code changed in 5 files:
- trunk/libf/phylmd: pbl_surface_mod.F90 (+214 -195), phys_local_var_mod.F90 (+4 -17), phys_output_write_mod.F90 (+15 -5), physiq_mod.F90 (+11 -5), wx_pbl_mod.F90 (new 456)
- jyg 2018-02-03 09:58 Rev.: 3178
-
Bug fix concerning the effect of thermals on wakes
when thermals are allowed only outside wakes.
3 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+3 -1)
- jyg 2018-02-01 11:12 Rev.: 3171
-
Update of the various connvection frequency
variables:
ftime_con, ftime_deepcv, ftime_th
41 lines of code changed in 2 files:
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+2), phys_output_write_mod.F90 (+39 -22)
- jyg 2018-01-29 17:07 Rev.: 3167
-
Bug fix for output field "mc"
New way of computing output field "ftime_con"
14 lines of code changed in 2 files:
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+4 -3), phys_output_write_mod.F90 (+10 -3)
- jyg 2018-01-22 17:06 Rev.: 3161
-
test conv call every step if dtcon > threshold
10 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+10)
- jyg 2018-01-16 11:42 Rev.: 3154
-
Forgotten initialization
1 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+1)
- jyg 2018-01-16 11:38 Rev.: 3153
-
bug fix on commit 3150, print added
16 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+16 -1)
(8 more)