StatSVN - November 2017 Commit Log
November 2017 Commit Log
- Number of Commits:
- 28
- Number of Active Developers:
- 8
- oboucher 2017-11-30 15:57 #28 Rev.: 3094
-
Adding calculation of H2SO4 to particles flux diag
0 lines of code changed in 2 files:
- trunk/libf/phylmd/StratAer: micphy_tstep.F90 (changed)
- fairhead 2017-11-27 16:42 #27 Rev.: 3090
-
Update CMIP6 LMDZ ping file to Data Request 01.00.18. Some variables added as well
LF
19 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+19 -17)
- dcugnet 2017-11-23 00:26 #26 Rev.: 3087
-
Desactivate additional debug outputs.
1 lines of code changed in 1 file:
- trunk/libf/phylmd: regr_pr_time_av_m.F90 (+1 -1)
- dcugnet 2017-11-23 00:01 #25 Rev.: 3086
-
Modification of the ozone interpolation routine to ensure more realistic
profiles, in particular when the tropopause adjustment is activated, as
well as an improved accuracy on the chemical tropopause of streched ozone
field:
* stretching function has no longer a trapezoidal shape, but is a hat
function, which top is at the target (ldmz) tropopause, with lower /
upper bounds respectively lower / higher than the lowest / highest
tropopause (lmdz and file). This helps to avoid stretching the profile
too far from the strictly required zone.
* revert to a classical linear vertical interpolation on log-pressure
because the stairs-shape effect of the conservative interpolation can not
be avoided, even at second order method. Note that the second order
conservative method is still used for Cariolle linearized ozone
coefficients interpolation: the regr_pr_time routine now switches from
one method to the other depending on flag "Ploc" (pressures must be given
at layers interfaces - Ploc=='I' - for conservative method and layers
centers - Ploc=='C' - for the regular one).
* force the stretching function to be discretized on at least three
levels to avoid the effect of the stretching to be reduced to a single
point shifting of the ozone profile when discretized.
249 lines of code changed in 3 files:
- trunk/libf/phylmd: physiq_mod.F90 (+5 -4), regr_pr_comb_coefoz_m.F90 (+2 -2), regr_pr_time_av_m.F90 (+242 -230)
- jghattas 2017-11-22 18:44 #24 Rev.: 3085
-
Correction
1 lines of code changed in 1 file:
- branches/IPSLCM6.0.13/DefLists: context_lmdz.xml (+1 -1)
- oboucher 2017-11-21 18:43 #23 Rev.: 3084
-
correcting mistake on mistake
1 lines of code changed in 1 file:
- trunk/libf/phylmd/rrtm: recmwf_aero.F90 (+1 -1)
- oboucher 2017-11-21 18:37 #22 Rev.: 3083
-
Nobody is perfect... correcting previous commit
6 lines of code changed in 1 file:
- trunk/libf/phylmd/rrtm: recmwf_aero.F90 (+6 -4)
- oboucher 2017-11-21 18:18 #21 Rev.: 3082
-
Adding new diagnostics for clean (no aerosol) clear sky SW radiative fluxes
116 lines of code changed in 14 files:
- trunk/DefLists: field_def_lmdz.xml (+5)
- trunk/libf/phylmd: iophy.F90 (new), phys_output_ctrlout_mod.F90 (+10), phys_output_mod.F90 (+1), phys_output_var_mod.F90 (+3 -1), phys_output_write_mod.F90 (+29 -6), phys_state_var_mod.F90 (+15 -15), physiq_mod.F90 (+9 -2), radlwsw_m.F90 (+20 -4)
- trunk/libf/phylmd/rrtm: recmwf_aero.F90 (+11 -4)
- fairhead 2017-11-19 13:23 #20 Rev.: 3081
-
Adding some missing variables to the start files to get 1+1=2 when
we use the gusts parametrization
LF
40 lines of code changed in 10 files:
- branches/IPSLCM6.0.13/libf/phylmd: phyetat0.F90 (new), phyredem.F90 (+15 -5), phys_local_var_mod.F90 (+8 -9), phys_output_write_mod.F90 (+3 -2), phys_state_var_mod.F90 (+8), physiq_mod.F90 (+2 -2)
- fairhead 2017-11-19 12:38 #19 Rev.: 3080
-
Adding some missing variables to the start files to get 1+1=2 when
we use the gusts parametrization
LF
38 lines of code changed in 10 files:
- trunk/libf/phylmd: phyetat0.F90 (+4 -1), phyredem.F90 (+13 -4), phys_local_var_mod.F90 (new), phys_output_write_mod.F90 (+3 -2), phys_state_var_mod.F90 (new), physiq_mod.F90 (+2 -2)
- fairhead 2017-11-17 14:54 #18 Rev.: 3079
-
Updating xml files for CMIP6 DataRequest
29 lines of code changed in 3 files:
- branches/IPSLCM6.0.13/DefLists: CMIP6_ping_atmos.xml (+4 -4), context_lmdz.xml (+21), field_def_lmdz.xml (+4 -1)
- fairhead 2017-11-17 14:54 #17 Rev.: 3078
-
Updating files for CMIP6 DataRequest
28 lines of code changed in 3 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+4 -4), context_lmdz.xml (+21), field_def_lmdz.xml (+3)
- fairhead 2017-11-16 13:12 #16 Rev.: 3077
-
Suite de la synchro
201 lines of code changed in 5 files:
- branches/DYNAMICO-conv/libf/misc: wxios.F90 (+86 -42)
- branches/DYNAMICO-conv/libf/phylmd: ini_histday_seri.h (del), iophy.F90 (+115 -62), write_histREGDYN.h (del), write_histday_seri.h (del)
- emillour 2017-11-16 12:05 #15 Rev.: 3075
-
On some systems (e.g. Ubuntu), when linking with XIOS the ordering of stdc++ and XIOS libs matters.
EM
4 lines of code changed in 3 files:
- trunk: makelmdz (+2 -2), makelmdz_fcm (+2 -2)
- fhourdin 2017-11-15 15:31 #14 Rev.: 3074
-
Threadprivate manquant
2 lines of code changed in 1 file:
- trunk/libf/phylmd: thermcell_plume.F90 (+2)
- jyg 2017-11-15 12:24 #13 Rev.: 3073
-
back to original (correct) formula in alpale_th
3 lines of code changed in 1 file:
- trunk/libf/phylmd: alpale_th.F90 (+3 -2)
- jyg 2017-11-15 11:54 #12 Rev.: 3072
-
bug correction in alpale_th for iflag_clos_bl=3
0 lines of code changed in 2 files:
- trunk/libf/phylmd: alpale_th.F90 (changed)
- jyg 2017-11-14 17:17 #11 Rev.: 3071
-
Correction in ener_conserv.F90: bils_tke is
set to zero if iflag_pbl <= 1.
Cosmetic correction in physiq_mod.F90: pbl_tke is
initialized to zero if iflag_pbl <= 1 and
klon_glo=1.
19 lines of code changed in 3 files:
- trunk/libf/phylmd: ener_conserv.F90 (+8 -2), physiq_mod.F90 (+11 -7)
- fairhead 2017-11-14 15:39 #10 Rev.: 3070
-
Simplifications
LF
0 lines of code changed in 2 files:
- trunk/libf/phylmd: iostart.F90 (new)
- dcugnet 2017-11-13 19:11 #9 Rev.: 3069
-
Fix the ozone vertical interpolation routines. Main features:
* lower initial pressure for chemical tropopause detection routine,
to avoid ozone holes, in 1998 in particular.
* min and max tropopauses pressure ensured for both field (chemical)
and lmdz (dynamical) tropopauses pressures for more safety.
* fix in the second order term of interpolation.
0 lines of code changed in 4 files:
- trunk/libf/misc: regr_conserv_m.F90 (new)
- trunk/libf/phylmd: regr_pr_time_av_m.F90 (changed)
- jyg 2017-11-13 12:17 #8 Rev.: 3068
-
Implementing correct formula in alpale_wk.F90
0 lines of code changed in 2 files:
- trunk/libf/phylmd: alpale_wk.F90 (new)
- fairhead 2017-11-13 11:02 #7 Rev.: 3067
-
Inclusion of r3066 from trunk
2 lines of code changed in 1 file:
- branches/IPSLCM6.0.13/libf/phylmd: phys_output_write_mod.F90 (+2 -1)
- fairhead 2017-11-10 15:44 #6 Rev.: 3066
-
solbnd variable cannot be output using IOIPSL as its shape is not
provisionned for by IOIPSL
LF
2 lines of code changed in 1 file:
- trunk/libf/phylmd: phys_output_write_mod.F90 (+2 -1)
- fairhead 2017-11-10 15:25 #5 Rev.: 3065
-
Continuing LMDZ/DYNAMICO physiqs match-up. First step in replacing dtime in the physics
1113 lines of code changed in 31 files:
- branches/DYNAMICO-conv/libf/misc: handle_err_m.F90 (new), regr1_step_av_m.F90 (new 268), regr3_lint_m.F90 (new 100), wxios.F90 (+2 -1)
- branches/DYNAMICO-conv/libf/phy_common: mod_phys_lmdz_omp_data.F90 (+2 -2)
- branches/DYNAMICO-conv/libf/phylmd: add_phys_tend_mod.F90 (new), calcul_divers.h (new), clesphys.h (+2 -4), climoz_mod.F90 (new 80), conf_phys_m.F90 (+7 -5), grid_noro_m.F90 (new), ini_undefSTD.F90 (+2 -2), moy_undefSTD.F90 (new), phyetat0.F90 (new), phys_state_var_mod.F90 (new), physiq_mod.F90 (new), regr_lat_time_climoz_m.F90 (new 496), undefSTD.F90 (+4 -5)
- fairhead 2017-11-08 11:21 #4
-
Updated ping file following 6.0.13 tests
39 lines of code changed in 2 files:
- branches/IPSLCM6.0.13/DefLists: CMIP6_ping_atmos.xml (+19 -19)
- trunk/DefLists: CMIP6_ping_atmos.xml (+20 -20)
- fairhead 2017-11-08 10:31 #3 Rev.: 3059
-
Adding longitude and latitude as output variables as per CMIP6 Data Request
LF
17 lines of code changed in 4 files:
- trunk/DefLists: field_def_lmdz.xml (+5), file_def_histmth_lmdz.xml (+2)
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+6), phys_output_write_mod.F90 (+4 -1)
- fairhead 2017-11-08 10:19 #2 Rev.: 3058
-
Adding longitude and latitude as output variables as per CMIP6 Data Request
LF
17 lines of code changed in 4 files:
- branches/IPSLCM6.0.13/DefLists: field_def_lmdz.xml (+5), file_def_histmth_lmdz.xml (+2)
- branches/IPSLCM6.0.13/libf/phylmd: phys_output_ctrlout_mod.F90 (+6), phys_output_write_mod.F90 (+4 -1)
- idelkadi 2017-11-07 12:47 #1 Rev.: 3057
-
Correction d'erreur sur les cles logiques controlant les sorties des variables Cosp
0 lines of code changed in 2 files:
- trunk/libf/phylmd/cosp: read_cosp_output_nl.F90 (changed)