May 2016 Commit Log

Number of Commits:
31
Number of Active Developers:
8
oboucher 2016-05-31 13:55 Rev.: 2531

Needed for rev2530.

1 lines of code changed in 1 file:

oboucher 2016-05-31 13:34 Rev.: 2530

Changing flag_aerosol_strat from logical (y/n) to
an integer (0/1/2) for CMIP6 needs

28 lines of code changed in 6 files:

oboucher 2016-05-30 22:46 Rev.: 2529

Reviewing the way swaero_diag is computed to correct an old bug that
makes topswad and co diagnostics wrong for the first timestep...
And introducing swaero_diag in rrtm/recmwf_aero so that double and
triple radiation calls when diagnostics are not needed to save time

29 lines of code changed in 4 files:

dcugnet 2016-05-30 17:09 Rev.: 2528

Bug fix: for high output resolution or particular zoom center locations, output cells with no matching input cell caused crash.

9 lines of code changed in 1 file:

oboucher 2016-05-27 22:39 Rev.: 2527

Adding a routine to compute a stratospheric mask
Will be needed later on for stratospheric aerosols

246 lines of code changed in 1 file:

oboucher 2016-05-27 00:13 Rev.: 2526

Adding OpenMP parallelization to both reaerosolstrato routines

21 lines of code changed in 2 files:

oboucher 2016-05-27 00:04 Rev.: 2525

Adding a compilation directive in case the model is not compiled with -rrtm true
This fixes the previous commit

2 lines of code changed in 1 file:

oboucher 2016-05-26 07:39 Rev.: 2524

Enabling the possibility to prescribe daily values for solaire and RSUN
Only works for RRTM new radiation scheme
This is activated by ok_suntime_rrtm
This does not have any impact on REPROBUS

133 lines of code changed in 4 files:

fhourdin 2016-05-25 14:15 Rev.: 2523

Correction d'un bug dans l'interpollation temporelle des aérosols.
Bug fixing in temporal interpolation of aerosol fields.

4 lines of code changed in 1 file:

fairhead 2016-05-24 12:43 Rev.: 2522

File updated for solid water tracer

3 lines of code changed in 1 file:

fairhead 2016-05-24 12:28 Rev.: 2521

Type correction

5 lines of code changed in 1 file:

lguez 2016-05-23 10:32 Rev.: 2520

Bug fix: icb1 was not made >= 2.

2 lines of code changed in 2 files:

emillour 2016-05-23 09:20 Rev.: 2519

Missing output variable definitions for "plun" (r2516) and "runofflic" (r2517) for XIOS.
EM

14 lines of code changed in 7 files:

jbmadeleine 2016-05-20 16:38 Rev.: 2518

Declaration de la variable zxrunofflic qui manquait suite au commit 2517

4 lines of code changed in 1 file:

oboucher 2016-05-20 11:57 Rev.: 2517

Adding runofflic diagnostic in outputs
This is the freshwater flux going into the coupler

11 lines of code changed in 4 files:

fhourdin 2016-05-19 20:58 Rev.: 2516

Introduction d'un seuil oliqmax sur l'eau condensée liquide maximum
conservée dans l'atmosphère.
Par défaut, oliqmax=999 et la correction est inactive.
Pour des valeurs plus faibles, l'eau en sus est convertie en
précipitation ajoutée à rain_lsc (plul dans les sorties).
Cette pluie additionelle est également sauvegardée dans rain_num
et sortie dans plun.
Cette modification est une tentative pour résoudre certains plantages
en haute résolution.


29 lines of code changed in 4 files:

jyg 2016-05-13 10:14 Rev.: 2515

Bug fix to svn2513

1 lines of code changed in 1 file:

emillour 2016-05-13 08:46 Rev.: 2514

Some bug fixes in slab model to run in parallel.
FC

19 lines of code changed in 1 file:

jyg 2016-05-12 18:21 Rev.: 2513

Creation of two new subroutines containing all
the Ale and Alp stuff previously present in
physiq_mod.F90: files alpale.F90 and
alpale_th.F90.

397 lines of code changed in 3 files:

fairhead 2016-05-12 15:35 Rev.: 2512

convection.file is now included directly in physiq.def file
LF

0 lines of code changed in 1 file:

fairhead 2016-05-12 15:34 Rev.: 2511

Inclusion of the convection.def file in physiq.def

366 lines of code changed in 4 files:

fairhead 2016-05-12 15:27 Rev.: 2510

Wrong file was commited
LF

1 lines of code changed in 1 file:

fairhead 2016-05-12 12:18 Rev.: 2509


Modifications for the XIOS 2 I/O library

LMDZ will now, by default, use the XIOS 2 library. If you need/want to link LMDZ
with the XIOS 1 library you will need to add the XIOS1 cpp key to your compilation thus:

makelmdz_fcm -d ... -cpp XIOS1 ... gcm

and then use the XIOS1 xml files for LMDZ that are in LMDZ/DefLists:

DefLists/iodef_XIOS1.0.xml
DefLists/context_lmdz_XIOS1.0.xml

as there are some incompatibilities between XIOS 1 and XIOS 2.

LF

190 lines of code changed in 5 files:

jyg 2016-05-07 19:12 Rev.: 2508

Optimization of cv3_yield (in cv3_routines.F90):
suppression of the triple vertical loops. The
optimized code is activated by:
ok_optim_yield=y
which changes numerical results.


236 lines of code changed in 2 files:

jbmadeleine 2016-05-04 16:36 Rev.: 2507

Added the iflag_t_glace = 2 option that turns off the convertion of cloud
water to ice close to the surface when T< t_glace_max (273.15K). This option
is now obsolete because the liquid precipitation is now converted to ice when the
temperature is negative using the iflag_bergeron option.

14 lines of code changed in 2 files:

fairhead 2016-05-04 16:02 Rev.: 2506

Extraneous characters on xml line. Seemed to bother XIOS which hung up.

1 lines of code changed in 1 file:

emillour 2016-05-04 14:37 Rev.: 2505

Output variable declarations that were omitted in revision 2496.
EM

70 lines of code changed in 7 files:

oboucher 2016-05-04 12:45 Rev.: 2504

changed infotrac to infotrac_phy in rrtm routines

2 lines of code changed in 2 files:

oboucher 2016-05-04 12:05 Rev.: 2503

Correction pour le travail de cochon fait dans le commit 2501....

8 lines of code changed in 1 file:

jyg 2016-05-04 11:51 Rev.: 2502

Bug fix in cv3p1_closure.F90 and
cv3p2_closure.F90: initialization loops extended
up to nd.

7 lines of code changed in 2 files:

oboucher 2016-05-03 17:09 Rev.: 2501

Adding a template for tropospheric aerosol LW optical properties
Only works for aerosol_couple = TRUE

96 lines of code changed in 2 files:

April 2016 »

Generated by StatSVN 0.7.0