StatSVN - October 2017 Commit Log
October 2017 Commit Log
- Number of Commits:
- 5
- Number of Active Developers:
- 4
- idelkadi 2017-10-10 09:18 #5 Rev.: 3013
-
Passage aux nouvelles definitions XIOS de grilles pour les diagnostiques Cosp.
(Definition de grille pour chaque champs, axis_ref n'est plus utilise)
111 lines of code changed in 5 files:
- trunk/DefLists: context_lmdz.xml (+31 -20), field_def_lmdz.xml (+43 -31), file_def_histdayCOSP_lmdz.xml (+16 -16), file_def_histhfCOSP_lmdz.xml (+16 -16), file_def_histmthCOSP_lmdz.xml (+5 -5)
- fairhead 2017-10-03 16:45 #4 Rev.: 3003
-
Modifications to the code and xml files to output Ap and B, the coefficients
of the hybrid coordinates as requested by the CMIP6 DataRequest
LF (with guidance from A. Caubel and S. Senesi)
200 lines of code changed in 8 files:
- trunk/DefLists: context_lmdz.xml (+14), field_def_lmdz.xml (+7), file_def_histmth_lmdz.xml (+7)
- trunk/libf/misc: wxios.F90 (+16 -2)
- trunk/libf/phylmd: iophy.F90 (+112 -73), phys_output_ctrlout_mod.F90 (+7 -3), phys_output_mod.F90 (+22 -4), phys_output_write_mod.F90 (+15)
- emillour 2017-10-03 08:18 #3 Rev.: 3002
-
Improved slab routines.
FC
560 lines of code changed in 8 files:
- trunk/libf/dynphy_lonlat/phylmd: iniphysiq_mod.F90 (+1 -1)
- trunk/libf/phylmd: conf_phys_m.F90 (+1 -1), limit_slab.F90 (+38 -10), ocean_slab_mod.F90 (+81 -24), phys_output_ctrlout_mod.F90 (+6), phys_output_write_mod.F90 (+10 -5), slab_heat_transp_mod.F90 (+410 -43), surf_ocean_mod.F90 (+13 -1)
- jyg 2017-10-02 10:29 #2 Rev.: 3001
-
addendum to the previous commit
81 lines of code changed in 1 file:
- trunk/libf/phylmd: alpale_wk.F90 (new 81)
- jyg 2017-10-02 10:16 #1 Rev.: 3000
-
(i) Implementation of the conditionning of the Alp
provided by the wakes: when iflag_alp_wk_cond > 0,
Alp_wk is divided by the probability that there is
a gust front within the grid cell.
New subroutine alpale_wk.F90 called by physiq.
(ii) Some changes concerning the initialization of
the variable wake_dens.
36 lines of code changed in 3 files:
- trunk/libf/phylmd: calwake.F90 (+13 -2), phyetat0.F90 (+6 -1), physiq_mod.F90 (+17 -1)