StatSVN - December 2017 Commit Log
December 2017 Commit Log
- Number of Commits:
- 46
- Number of Active Developers:
- 9
- fairhead 2017-12-22 15:04 #46 Rev.: 3142
-
Corrections and modifications following CMIP6 WorkFlow tests.
AC/LF
22 lines of code changed in 2 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+10 -10), field_def_lmdz.xml (+12 -6)
- dcugnet 2017-12-19 20:49 #45 Rev.: 3141
-
* Fix: Sig_bot was used before being initialized in "regr_pr_time_av".
* Add an optional output argument to the "dyn_tropopause" function:
the table of the last tropospheric layer in each column.
* A filter for irrealistic tropopause pressure (lower than 80hPa or
greater than 400hPa) is included in "dyn_tropopause". This is safer
if this function is not used together with "regr_pr_time_av" (which
contains already this filter), which is the case for the LMDZ version
with coupled REPROBUS and INCA chemistry.
13 lines of code changed in 3 files:
- trunk/libf/phylmd: regr_pr_time_av_m.F90 (+1 -1), tropopause_m.F90 (+12 -2)
- fairhead 2017-12-19 16:57 #44 Rev.: 3140
-
Initializing variable that prevented running in debug mode
Removing superfluous print
LF
0 lines of code changed in 4 files:
- branches/IPSLCM6.0.14/libf/phylmd: physiq_mod.F90 (changed), regr_pr_time_av_m.F90 (new)
- fairhead 2017-12-18 16:21 #43 Rev.: 3139
-
Synchronizing ping file with the one in trunk
LF
14 lines of code changed in 1 file:
- branches/IPSLCM6.0.14/DefLists: CMIP6_ping_atmos.xml (+14 -14)
- jghattas 2017-12-18 13:07 #42 Rev.: 3138
-
As done in the trunk [3137] : deactivate ifl_pbltree if Orchidee is not activated instead of aborting the model.
0 lines of code changed in 2 files:
- branches/IPSLCM6.0.14/libf/phylmd: conf_phys_m.F90 (changed)
- jghattas 2017-12-18 13:06 #41 Rev.: 3137
-
Deactivate ifl_pbltree if Orchidee is not activated instead of aborting the model.
3 lines of code changed in 1 file:
- trunk/libf/phylmd: conf_phys_m.F90 (+3 -2)
- emillour 2017-12-18 10:20 #40 Rev.: 3136
-
Removed rsdsdiff and rsdscsdiff from output, as they are not defined.
EM
0 lines of code changed in 1 file:
- trunk/DefLists: file_def_histhf_lmdz.xml (-2)
- fairhead 2017-12-18 10:11 #39 Rev.: 3135
-
rsdsdiff and rsdscsdiff were removed as output variables
LF
0 lines of code changed in 1 file:
- branches/IPSLCM6.0.14/DefLists: file_def_histhf_lmdz.xml (-2)
- jyg 2017-12-16 12:57 #38 Rev.: 3134
-
Bug fix: some communication variables between the
convective scheme and phytrac were set to zero at
the beginning of physiq (and others were not
saved) which led to an erroneous behaviour when
convection was not called at every time step. Now
all theses variables are in phys_local_var_mod and
are no longer reset to zero at the beginning of
physiq provided ok_bug_cv_trac=n .
If ok_bug_cv_trac=y, then the reset to zero is
still performed.
148 lines of code changed in 2 files:
- trunk/libf/phylmd: phys_local_var_mod.F90 (+68 -18), physiq_mod.F90 (+80 -29)
- fairhead 2017-12-15 17:51 #37 Rev.: 3133
-
Forgot definitions in field_def_lmdz.xml in r3127 when updating with r3124 from trunk
0 lines of code changed in 2 files:
- branches/IPSLCM6.0.14/DefLists: field_def_lmdz.xml (changed)
- fairhead 2017-12-15 16:03 #36 Rev.: 3132
-
Adjustments to ping file
OB
2 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+2 -2)
- fairhead 2017-12-15 15:14 #35 Rev.: 3131
-
Few more variables from the gravity wave drag parametrisation
FL
4 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+4 -4)
- oboucher 2017-12-15 13:15 #34 Rev.: 3130
-
Various corrections to the ping file to bring LMDz variables in line with CMIP6 CDR
8 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+8 -8)
- fairhead 2017-12-15 09:41 #33 Rev.: 3129
-
Added two dynamic variables to ping file
LF
2 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+2 -2)
- fairhead 2017-12-15 09:36 #32 Rev.: 3128
-
Added a couple of dynamic variables
LF
2 lines of code changed in 1 file:
- branches/IPSLCM6.0.14/DefLists: CMIP6_ping_atmos.xml (+2 -2)
- musat 2017-12-14 15:27 #31 Rev.: 3127
-
Add LMDZ outputs: icc3dcon, icc3dstra corresponding to
CMIP6' clic, clis
Correct CMIP6_parasolRefl_sea diag
Add CMIP6' variables cldicemxrat, cldwatmxrat
IM
0 lines of code changed in 22 files:
- branches/IPSLCM6.0.14/DefLists: CMIP6_ping_atmos.xml (changed), file_def_histLES_lmdz.xml (new), file_def_histday_lmdz.xml (changed), file_def_histhf_lmdz.xml (new), file_def_histins_lmdz.xml (new), file_def_histmth_lmdz.xml (changed), file_def_histstn_lmdz.xml (new)
- branches/IPSLCM6.0.14/libf/phylmd: newmicro.F90 (changed), phys_local_var_mod.F90 (changed), phys_output_ctrlout_mod.F90 (new), phys_output_write_mod.F90 (new)
- jyg 2017-12-14 11:35 #30 Rev.: 3126
-
Some cleaning in cv3_tracer in cv3_routines.F90
0 lines of code changed in 2 files:
- trunk/libf/phylmd: cv3_routines.F90 (new)
- acozic 2017-12-14 09:55 #29 Rev.: 3125
-
Update some routines to coupled LMDZ6 with REPROBUS
66 lines of code changed in 8 files:
- trunk/libf/dynphy_lonlat/phylmd: iniphysiq_mod.F90 (new)
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+3), phys_output_mod.F90 (+16 -1), phys_output_write_mod.F90 (+18), phytrac_mod.F90 (+3), tracreprobus_mod.F90 (new)
- musat 2017-12-13 16:24 #28 Rev.: 3124
-
Add CMIP6' variables cldicemxrat, cldwatmxrat
IM
30 lines of code changed in 12 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+2 -2), field_def_lmdz.xml (+2), file_def_histLES_lmdz.xml (+2), file_def_histday_lmdz.xml (+2), file_def_histhf_lmdz.xml (+2 -2), file_def_histins_lmdz.xml (+2), file_def_histmth_lmdz.xml (+2), file_def_histstn_lmdz.xml (+2)
- trunk/libf/phylmd: newmicro.F90 (+1 -2), phys_local_var_mod.F90 (+4), phys_output_ctrlout_mod.F90 (+4), phys_output_write_mod.F90 (+5 -2)
- oboucher 2017-12-13 15:16 #27 Rev.: 3123
-
Compute z_tropopause for diagnostic purpose from geoid rather than from the surface as per CF convention
7 lines of code changed in 2 files:
- trunk/libf/phylmd: physiq_mod.F90 (+2 -2), stratosphere_mask.F90 (+5 -2)
- musat 2017-12-13 15:02 #26 Rev.: 3122
-
Correct CMIP6_parasolRefl_sea diag
IM
1 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+1 -1)
- musat 2017-12-13 12:35 #25 Rev.: 3121
-
Add LMDZ outputs: icc3dcon, icc3dstra corresponding to
CMIP6' clic, clis
IM
46 lines of code changed in 11 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+2 -2), field_def_lmdz.xml (+2), file_def_histLES_lmdz.xml (+2), file_def_histday_lmdz.xml (+2), file_def_histins_lmdz.xml (+2), file_def_histmth_lmdz.xml (+2), file_def_histstn_lmdz.xml (+2)
- trunk/libf/phylmd: newmicro.F90 (+12 -1), phys_local_var_mod.F90 (+8), phys_output_ctrlout_mod.F90 (+5 -1), phys_output_write_mod.F90 (+7 -3)
- fairhead 2017-12-09 19:49 #24 Rev.: 3120
-
Inclusion of bugfix 3119 from trunk
OB
0 lines of code changed in 2 files:
- branches/IPSLCM6.0.14/libf/phylmd: stratosphere_mask.F90 (new)
- oboucher 2017-12-09 18:46 #23 Rev.: 3119
-
Correcting a mistake in implementation of Reichler et al (2003)
diagnostic of the tropopause. This diagnostic is used to clip
stratospheric aerosols in the model so it has an impact if
flag_aerosol_strat = 1 or 2.
0 lines of code changed in 2 files:
- trunk/libf/phylmd: stratosphere_mask.F90 (new)
- musat 2017-12-08 15:04 #22 Rev.: 3117
-
Back to the 3111 svn for the moment..
Keep 2corrections in CMIP6_ping_atmos.xml
IM
18 lines of code changed in 10 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+7 -8), field_def_lmdz.xml (+1 -7), file_def_histday_lmdz.xml (-12), file_def_histmth_lmdz.xml (-6)
- trunk/libf/phylmd: newmicro.F90 (+2 -10), phys_local_var_mod.F90 (+1 -20), phys_output_ctrlout_mod.F90 (-16), phys_output_write_mod.F90 (+4 -23), physiq_mod.F90 (+2 -5), radlwsw_m.F90 (+1 -2)
- musat 2017-12-07 16:57 #21 Rev.: 3116
-
Corrections
IM
2 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+2 -2)
- emillour 2017-12-07 16:45 #20 Rev.: 3115
-
Comply strictly to Fortran norm: add a space between "STOP" and message.
(in fact, "stop" should not be used at all... use abort_physic).
LF+EM
0 lines of code changed in 4 files:
- trunk/libf/phylmd: iophys.F90 (new)
- trunk/libf/phylmd/rrtm: suecrad.F90 (changed)
- oboucher 2017-12-05 15:49 #19 Rev.: 3114
-
Small change in Pinatubo emissions
0 lines of code changed in 2 files:
- trunk/libf/phylmd/StratAer: traccoag_mod.F90 (new)
- musat 2017-12-05 14:29 #18 Rev.: 3113
-
Add CMIP6' variables cldicemxrat, cldwatmxrat
IM
28 lines of code changed in 9 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+2 -2), field_def_lmdz.xml (+2), file_def_histday_lmdz.xml (+2), file_def_histhf_lmdz.xml (+2), file_def_histmth_lmdz.xml (+2)
- trunk/libf/phylmd: newmicro.F90 (+1 -2), phys_local_var_mod.F90 (+4), phys_output_ctrlout_mod.F90 (+6), phys_output_write_mod.F90 (+7 -2)
- musat 2017-12-05 13:52 #17 Rev.: 3112
-
Add LMDZ outputs: icc3dcon, icc3dstra
Add CMIP6 outputs : clic, clis, rsdsdiff, rsdscsdiff
Correct parasolRefl_sea
Add "HomeCMIP6" variable HomeCMIP6_parasolCRefl
IM
98 lines of code changed in 12 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+6 -5), field_def_lmdz.xml (+5 -1), file_def_histday_lmdz.xml (+10), file_def_histhf_lmdz.xml (+12 -2), file_def_histmth_lmdz.xml (+4)
- trunk/libf/phylmd: newmicro.F90 (+10 -1), phys_local_var_mod.F90 (+16 -1), phys_output_ctrlout_mod.F90 (+10), phys_output_write_mod.F90 (+18 -4), physiq_mod.F90 (+5 -2), radlwsw_m.F90 (+2 -1)
- fhourdin 2017-12-04 19:30 #16 Rev.: 3111
-
Modification de la formulation des rafales (gust) prenant en compte
ale_bl_stat plutot que ale_bl
3 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+3 -3)
- fairhead 2017-12-04 18:19 #15 Rev.: 3110
-
Added sza, solar zenithal angle, to outputs for CMIP6 dataresquest
21 lines of code changed in 11 files:
- trunk/DefLists: field_def_lmdz.xml (+1), file_def_histLES_lmdz.xml (+1), file_def_histday_lmdz.xml (+1), file_def_histhf_lmdz.xml (+1), file_def_histins_lmdz.xml (+1), file_def_histmth_lmdz.xml (+1), file_def_histstn_lmdz.xml (+1)
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+2), phys_output_var_mod.F90 (+4), phys_output_write_mod.F90 (+3 -1), physiq_mod.F90 (+5)
- oboucher 2017-12-04 16:04 #14 Rev.: 3109
-
Commenting out the safeguard test that puts an upper bound to tr_seri
5 lines of code changed in 1 file:
- trunk/libf/phylmd: phytrac_mod.F90 (+5 -3)
- fairhead 2017-12-04 15:42 #13 Rev.: 3108
-
Some more CMIP6 variables we will not be providing
15 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+15 -15)
- oboucher 2017-12-03 23:09 #12 Rev.: 3107
-
Minor changes related to previous commit
2 lines of code changed in 2 files:
- trunk/libf/phylmd: iophy.F90 (+1 -1), physiq_mod.F90 (+1 -1)
- oboucher 2017-12-03 23:03 #11 Rev.: 3106
-
Adding clear-sky clean (no aerosol) LW radiative fluxes at TOA and SFC as diagnostic
80 lines of code changed in 8 files:
- trunk/DefLists: field_def_lmdz.xml (+2)
- trunk/libf/phylmd: iophy.F90 (+2 -1), phys_output_ctrlout_mod.F90 (+7 -3), phys_output_write_mod.F90 (+15 -5), phys_state_var_mod.F90 (+15 -15), physiq_mod.F90 (+5 -4), radlwsw_m.F90 (+21 -5)
- trunk/libf/phylmd/rrtm: recmwf_aero.F90 (+13 -6)
- oboucher 2017-12-03 22:50 #10
-
Removing x permission from this file
0 lines of code changed in 4 files:
- trunk/libf/dyn3d_common: invert_lat.F90 (new)
- trunk/libf/dyn3dpar: guide_p_mod.F90 (changed)
- oboucher 2017-12-03 22:49 #9 Rev.: 3103
-
Removing x permission from these files
0 lines of code changed in 6 files:
- trunk/libf/dyn3d: guide_mod.F90 (new), ini_paramLMDZ_dyn.h (changed), write_paramLMDZ_dyn.h (new)
- oboucher 2017-12-03 22:27 #8 Rev.: 3102
-
Removing x permission from these files
0 lines of code changed in 85 files:
- trunk/libf/phylmd: albsno.F90 (new), calbeta.F90 (new), calcul_fluxs_mod.F90 (-1), cfmip_point_locations.F90 (new), climb_hq_mod.F90 (-1), climb_wind_mod.F90 (-1), coef_diff_turb_mod.F90 (-1), compbl.h (-1), condsurf.F90 (-1), cpl_mod.F90 (-1), fonte_neige_mod.F90 (new), global_mean.F90 (-1), hbtm.F90 (-1), hbtm2l.F90 (-1), hines_gwd.F90 (new), icefrac_lsc_mod.F90 (-1), ini_bilKP_ave.h (-1), ini_bilKP_ins.h (new), interfoce_lim.F90 (-1), iotd.h (new), iotd_ecrit.F90 (-1), iotd_fin.F90 (-1), iotd_ini.F90 (-1), limit_slab.F90 (new), nonlocal.F90 (new), oasis.F90 (new), ocean_cpl_mod.F90 (-1), ocean_forced_mod.F90 (-1), ocean_slab_mod.F90 (new), pbl_surface_mod.F90 (-1), surf_land_mod.F90 (-1), surf_land_orchidee_mod.F90 (-1), surf_land_orchidee_nofrein_mod.F90 (new), surf_land_orchidee_noz0h_mod.F90 (-1), surf_landice_mod.F90 (-1), surf_ocean_mod.F90 (new), surf_seaice_mod.F90 (new), surface_data.F90 (-1), thermcell.F90 (-1), thermcell_flux2.F90 (-1), transp_lay.F90 (-1), write_bilKP_ave.h (new), write_bilKP_ins.h (-1)
- oboucher 2017-12-03 22:19 #7 Rev.: 3101
-
Removing x permission from this file
0 lines of code changed in 2 files:
- trunk/libf/phylmd/rrtm: aeropt_lw_rrtm.F90 (new)
- oboucher 2017-12-03 19:22 #6 Rev.: 3100
-
Adding some diags for the StratAer configuration
60 lines of code changed in 5 files:
- trunk/DefLists: field_def_lmdz.xml (+4)
- trunk/libf/phylmd: phys_local_var_mod.F90 (+14 -2), phys_output_ctrlout_mod.F90 (+8), phys_output_write_mod.F90 (+8), phytrac_mod.F90 (+26 -4)
- oboucher 2017-12-03 17:18 #5 Rev.: 3099
-
Removing a line that causes some trouble for conservation of stratospheric aerosols
3 lines of code changed in 1 file:
- trunk/libf/phylmd: phytrac_mod.F90 (+3)
- oboucher 2017-12-03 17:08 #4 Rev.: 3098
-
Cosmetic changes to the routine
15 lines of code changed in 1 file:
- trunk/libf/phylmd/StratAer: micphy_tstep.F90 (+15 -15)
- oboucher 2017-12-02 19:19 #3 Rev.: 3097
-
minor change to diag to avoid copy of arrays
0 lines of code changed in 2 files:
- trunk/libf/phylmd/StratAer: interp_sulf_input.F90 (new)
- musat 2017-12-01 20:10 #2 Rev.: 3096
-
Adding variables for the CMIP6 Data Request v18
IM
5 lines of code changed in 1 file:
- trunk/DefLists: CMIP6_ping_atmos.xml (+5 -5)
- fairhead 2017-12-01 18:07 #1 Rev.: 3095
-
Adding some further variables for the CMIP6 Data Request v18
LF
47 lines of code changed in 15 files:
- trunk/DefLists: CMIP6_ping_atmos.xml (+21 -21), field_def_lmdz.xml (+3), file_def_histLES_lmdz.xml (+2), file_def_histday_lmdz.xml (new), file_def_histhf_lmdz.xml (new), file_def_histins_lmdz.xml (+2), file_def_histmth_lmdz.xml (+2), file_def_histstn_lmdz.xml (+2)
- trunk/libf/phylmd: phys_output_ctrlout_mod.F90 (+4), phys_output_write_mod.F90 (+7 -2)