[root]/trunk/libf/phylmd/dyn1d
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 141 (100.0%) | 16302 (100.0%) | 115.6 |
fhourdin | 87 (61.7%) | 13005 (79.8%) | 149.4 |
lguez | 11 (7.8%) | 2719 (16.7%) | 247.1 |
evignon | 25 (17.7%) | 478 (2.9%) | 19.1 |
fairhead | 7 (5.0%) | 49 (0.3%) | 7.0 |
jyg | 8 (5.7%) | 46 (0.3%) | 5.7 |
musat | 2 (1.4%) | 3 (0.0%) | 1.5 |
dcugnet | 1 (0.7%) | 2 (0.0%) | 2.0 |
Suppression de print
7 lines of code changed in 1 file:
add initialisation of ice specific content for 1D cases (missing so far)
1 lines of code changed in 1 file:
fix bug of SANDU/FAST (vertical interpolation of initial tke)
2 lines of code changed in 1 file:
Une derniere correction pour le 1D
5 lines of code changed in 1 file:
Bug fix: add count argument to `nf90_get_var`
Because, in the rico case, NetCDF variables which are read have
dimensions `(..., lat, lon)`, in NetCDF order, with lon = lat =
1. Without the count argument, for apbp for example, `nf90_get_var`
tried to read nlevel + 1 subscript values in the dimension lon, 1
subscript value in the lat dimension, and 1 subscript value in the
nlevp1 dimension: not what we want. I have checked that the cases
ARMCU/REF, amma and rico work with this revision.
5 lines of code changed in 1 file:
Bug fix lecture format standard 1D
17 lines of code changed in 1 file:
Bug fix: remove comma before i/o item list
This was accepted by compilers as a legacy extension.
3 lines of code changed in 1 file:
Replace `nf_get_var_type` by `nf90_get_var`
The immediate motivation is a bug fix: `nf_get_var_type` was called
with scalar resul3 or lat, lon, alt, phis instead of array actual
argument for dummy array argument rvals or dvals. Correcting this, we
might as well take the opportunity to use `nf90_get_var`, so we no
longer need to test `NC_DOUBLE` and we have half as many calls.
101 lines of code changed in 3 files:
Bug fix: split too long lines
The Fortran 2003 standard says a line may contain no more than 132
characters.
6 lines of code changed in 2 files:
Indent the files
2345 lines of code changed in 2 files:
Remove useless `&` at beginning of continued line
259 lines of code changed in 2 files:
Supression de sorties qui faisaient panter avec des compilos recents
7 lines of code changed in 1 file:
replay, suite
1 lines of code changed in 1 file:
Pour la capacité "replay" des paramétrisations
13 lines of code changed in 2 files:
Bug fix in dyn1d/old_lmdz1d.F90: compute the geopotential before it is used
19 lines of code changed in 1 file:
modification des routines pour lecture de la v1 des cas 1D
au format standard + corrections de bug pour le geopotentiel à la surface
199 lines of code changed in 7 files:
Nettoyage thermiques (suite) et replay1d
143 lines of code changed in 1 file:
First commit for new tracers.
* parser routines readTracFiles, strings_mod and tracer_types added in misc using revision 4 of
https://svn.lmd.jussieu.fr/tracers-parser
* tested in sequential and parallel mode using ioipsl.
* for now, only two fields of "tracers(:)" derived type vector are used: "name" and "longName".
2 lines of code changed in 1 file:
Modification des routines iotd* pour mieux gerer les coordonnees.
Utile notamment pour la physique a 20 parametres.
2 lines of code changed in 2 files:
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.
18 lines of code changed in 2 files:
update to commit 3888
1 lines of code changed in 1 file:
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.).
7 lines of code changed in 3 files:
Initialisation de la TKE pour les cas 1D (important pour GABLS1), Etienne
127 lines of code changed in 6 files:
Premiere comission Etienne: changements pour le 1D (forcage en Ts au dessus des continents) et inclusion drag arbres dans yamada4_num=6
149 lines of code changed in 10 files:
Corrections on the standard SCM format.
Fredho
30 lines of code changed in 1 file:
1D standard format
Fredho pour Marie-Pierre
4 lines of code changed in 1 file:
Retropedalage sur le 1D.
Annulation de toutes les modifs de la veille.
Frederic
629 lines of code changed in 7 files:
Correction format standard
Frédéric
14 lines of code changed in 1 file:
rad_t* changed from integer to character (0/1/"adv")
Frédéric
689 lines of code changed in 3 files:
Ajouter pour le format 1D standard.
Frédéric pour Marie-Pierre
78 lines of code changed in 1 file:
Modifications pour le format standard.
Frédéric pour Marie-Pierre
Frédéric
641 lines of code changed in 5 files:
Some cleaning for the SCM
7 lines of code changed in 2 files:
Traitement du guidage pour le format standard
Marie-Pierre et Frédéric
9 lines of code changed in 1 file:
Lecture de z0 au lieu de rugos pour le format standard DEPHY
Fredho
2 lines of code changed in 1 file:
bug fix in mod_1D_cases_read_std.F90
1 lines of code changed in 1 file:
Corrections pour le format standard 1D.
39 lines of code changed in 1 file:
Details SCM standard format
53 lines of code changed in 2 files:
Improvement for SCM standard format
54 lines of code changed in 7 files:
Significant progress for the SCM standard format
728 lines of code changed in 10 files:
Plein de petites corrections pour le format commun.
Semble fonctionner correctement pour ARMCU/REF et RICO/REF
163 lines of code changed in 5 files:
(12 more)