Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 149 (100.0%) | 2755 (100.0%) | 18.4 |
dcugnet | 74 (49.7%) | 1094 (39.7%) | 14.7 |
fairhead | 36 (24.2%) | 712 (25.8%) | 19.7 |
emillour | 9 (6.0%) | 493 (17.9%) | 54.7 |
acozic | 8 (5.4%) | 228 (8.3%) | 28.5 |
evignon | 2 (1.3%) | 92 (3.3%) | 46.0 |
fhourdin | 2 (1.3%) | 49 (1.8%) | 24.5 |
oboucher | 1 (0.7%) | 37 (1.3%) | 37.0 |
lguez | 8 (5.4%) | 25 (0.9%) | 3.1 |
lfalletti | 1 (0.7%) | 20 (0.7%) | 20.0 |
lmdz-users | 2 (1.3%) | 5 (0.2%) | 2.5 |
jbmadeleine | 2 (1.3%) | 0 (0.0%) | 0.0 |
crisi | 4 (2.7%) | 0 (0.0%) | 0.0 |
Fix for reprobus
2 lines of code changed in 1 file:
Last (hopefully) fix for REPROBUS and exceptions about HNO3.
4 lines of code changed in 1 file:
Fix for reprobus
1 lines of code changed in 1 file:
Add modifications for sequantial version of dynetat0 + fix in reprobus case.
11 lines of code changed in 1 file:
Exceptions for REPROBUS with old conventions for HNO3 in the start.nc file were wrongly placed.
9 lines of code changed in 1 file:
Fixes for INCO, CO2i AND REPROBUS, mostly because some sections are specific to type_trac=="lmdz",
which is not always equivalent to ANY(types_trac=='lmdz).
Also force the water phases to get tracers(*)%component='lmdz' so that nqo can be correctly computed.
13 lines of code changed in 1 file:
controle dans les .def du presnivs limite en dessous duquel on ne guide plus
si guide_BL=false
Etienne, pour valentin
5 lines of code changed in 1 file:
Add a syntax correction in leapfrog_loc for compilation with inca / add a condition on inca in phys_output_write to be use without inca
4 lines of code changed in 1 file:
* add the computation of nqINCA in the "tracer.def" case (A. Cozic)
* few fixes
19 lines of code changed in 2 files:
The variable "types_trac" is the equivalent of "type_trac" in case multiple sections must be read
and used in "tracer.def" file.
Tests on the "type_trac" were replaced with tests on the vector "types_trac".
Most of the time, there are two components: 'lmdz' and a second one. The later has priority on 'lmdz'
and must be used for the tests. For more components, care must be taken to execute specific parts
of the code on the right tracers ; the tracers(:)%component has been created in that respect.
10 lines of code changed in 2 files:
Forgot a CPP condition
2 lines of code changed in 1 file:
Source code and xml files needed for XIOS output in the LMDZ LonLat dynamical core.
One flag controls everything: ok_dyn_xios. Parameters controlling outputs need to be put in the xml
files, nothing is set in the code
Work to follow on the dynzon file and the modipsl/libIGCM framework.
ok_dyn_xios = n should not change anything
503 lines of code changed in 7 files:
* Some variables are renamed or replaced by direct equivalents:
- iso_indnum -> tracers(:)%iso_iName
- niso_possibles -> niso
- iqiso -> iqIsoPha ; index_trac -> itZonIso
- ok_iso_verif -> isoCheck
- ntraceurs_zone -> nzone ; ntraciso -> ntiso
- qperemin -> min_qparent ; masseqmin -> min_qmass ; ratiomin -> min_ratio
* Some renamed variables are only aliased with the older name (using USE <module>, ONLY: <oldName> => <newName>) in routines where they are repeated many times.
* Few hard-coded indexes are now computed (examples: ilic, iso, ivap, irneb, iq_vap, iq_liq, iso_H2O, iso_HDO, iso_HTO, iso_O17, iso_O18).
* The IF(isoCheck) test is now embedded in the check_isotopes_seq and check_isotopes_loc routines (lighter calling).
303 lines of code changed in 12 files:
added (and call) a routine for the calculation of mass flux used in offline mode
205 lines of code changed in 4 files:
Fix in parallel mode
1 lines of code changed in 1 file:
Remove solsym, ok_isotopes (=niso>0), ok_isotrac (=nzone>0)
15 lines of code changed in 4 files:
* New water names: H2Ov, H2Ol, H2Oi, H2Or -> H2O_g, H2O_l, H2O_s, H2O_r.
* Corrections for the lOldCode=.FALSE., not activated yet.
65 lines of code changed in 2 files:
Inclusion of some corrections and optimisations for XIOS done by
Arnaud Durocher during his TGCC mission.
Included here are r3703, r3704, r3750, r3751, r3752 from his
LMDZ6/branches/Optimisation_LMDZ branch
3 lines of code changed in 2 files:
Tidying up and adding ok_guide to output
37 lines of code changed in 1 file:
* minor fixes (unused variables suppressed, comas after a WRITE() statement, etc.)
* parser routines taken from version 7 of https://svn.lmd.jussieu.fr/tracers-parser
* few changes in infotrac, and few fixes of (at least) the sequential version:
- uadv and vadv were deallocated twice (fix was lost by mistake just before last commit)
- in [( dum(im), im=1, nm)] implicit loops, ifort evaluates "dum(im)" even if nm==0,
resulting in a crash, "im" being unitialized.
1 lines of code changed in 1 file:
Except if the bench fails, last commit before switching to the new parser.
* parser routines taken from version 6 of https://svn.lmd.jussieu.fr/tracers-parser
* significant changes in "infotrac", now close to its target version.
Modified old code is active (hard-coded flag: lOldCode=.TRUE.).
New code will be activated in the next commit, then old code will be suppressed.
* probably problems with the isotopic version, to be fixed after tgcc maintenance...
6 lines of code changed in 2 files:
Fix the call to vlspltgen_loc in advtrac_loc (one wrong additional calling argument).
7 lines of code changed in 1 file:
Most of the changes are intended to help to eventually remove the constraints about the tracers assumptions, in particular water tracers.
- Remove index tables itr_indice and niadv, replaced by tracers(:)%isAdvected and tracers(:)%isH2OFamily.
Most of the loops are now from 1 to nqtot:
* DO iq=nqo+1,nqtot loops are replaced with:
DO iq=1,nqtot
IF(tracers(iq)%isH2Ofamily) CYCLE
* DO it=1,nbtr; iq=niadv(it+nqo)
and DO it=1,nqtottr; iq=itr_indice(it) loops are replaced with:
it = 0
DO iq = 1, nqtot
IF(.NOT.tracers(iq)%isAdvected .OR. tracers(iq)%isH2Ofamily) CYCLE
it = it+1
- Move some StratAer related code from infotrac to infotrac_phy
- Remove "nqperes" variable:
DO iq=1,nqpere loops are replaced with:
DO iq=1,nqtot
IF(tracers(iq)%parent/='air') CYCLE
- Cosmetic changes (justification, SELECT CASE instead of multiple IF...) mostly in advtrac* routines.
343 lines of code changed in 6 files:
Check that the value of `iflag_top_bound` is valid
This check is useful because if `iflag_top_bound` is not between 0 and
2 then the program runs with an undefined value of lambda in procedure
`top_bound_loc`.
2 lines of code changed in 1 file:
Only compute pk if we are going to need it
In revsion revision 4042, wa added the computation of pk for
guide_plevs == 1. We can restrict a little better the cases where we
need pk.
10 lines of code changed in 1 file:
Fixes for previous commit:
* few tracers(:)%nqChilds were errouneously replaced with tarcers(:)%nqDesc
* minor changes
23 lines of code changed in 5 files:
Second commit for new tracers.
* include most of the keys in the tracers descriptor vector "tracers(:)".
* fix in phylmdiso/cv3_routines: fq_* variables were used where their fxt_* counterparts were expected.
* multiple IF(nqdesc(iq)>0) and IF(nqfils(iq)>0) tests suppressed, because they are not needed:
"do ... enddo" loops with 0 upper bound are not executed.
* remove French accents from comments (encoding problem) in phylmdiso/cv3_routines and phylmdiso/cv30_routines.
* modifications in "isotopes_verif_mod", where the call to function "iso_verif_tag17_q_deltad_chn" in "iso_verif_tag17_q_deltad_chn" was not detected at linking stage, although defined in the same module (?).
242 lines of code changed in 20 files:
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".
19 lines of code changed in 10 files:
Bug fix: define pk also for `guide_plevs` == 1
We will need pk later in `guide_interp` if `guide_T` and not `guide_teta`.
7 lines of code changed in 1 file:
Bug fix: replace `i` by 1
`i` is not defined if `guide_plevs` equals 1.
1 lines of code changed in 1 file:
correction dans check_isotopes + suppression d'un call check_isotopes problematique dans advtrac
0 lines of code changed in 4 files:
Nudging: fixed some indexes in parallel about process domain boundaries and updated the serial nudging routine so that it matches the parallel one (they had diverged at some point).
Also added an "is_master" logical in the parallel_lmdz module to ease decreasing the number of messages written to standard output.
EM
216 lines of code changed in 3 files:
inclusion de messages d'erreur dans guide_loc_mod.F90
pour que le modele stoppe quand les dimensions des fichiers de guidage
ne correspondent pas aux dimensions de la grille de LMDZ.
87 lines of code changed in 1 file:
From Francis
1 lines of code changed in 1 file:
Options supplementaires pour iniacademic
44 lines of code changed in 1 file:
get_var2 can now work with 3d variables which don't have a fourth time axis dimension in start.nc
Solve first part of ticket [#133]
19 lines of code changed in 1 file:
Nudging: fix the problem of having one extra step in the output guide_ins.nc file. This is done by reseting ok_guide to .false. once the restart file is generated, and thus in the ultimate forward Matsuno step that is done afterwards, nudging is not called.
EM
17 lines of code changed in 1 file:
Modifications from Thibaut to create an ESM with interactive CO2 + INCA aerosols
5 lines of code changed in 2 files:
Make dynamics restart.nc file be in "64-bit offset" mode to enable generating large files. While at it also enforce this for limit.nc, guide_ins.nc and grilles_gcm.nc generated by the model.
EM
4 lines of code changed in 3 files:
Move existing constraint on ngroup from `groupeun_loc` to `conf_gcm`
(abort as soon as possible if input is bad) and add constraint on
ngroup and jjm.
4 lines of code changed in 3 files:
(10 more)