July 2017 Commit Log

Number of Commits:
43
Number of Active Developers:
10
oboucher 2017-07-31 22:47 Rev.: 2975

Adding tro3 into histmth for monitoring

1 lines of code changed in 1 file:

fairhead 2017-07-31 16:10 Rev.: 2974

Inclusion of iflag_phytrac in 6.0.12 branch
LF

0 lines of code changed in 6 files:

fairhead 2017-07-31 15:41 Rev.: 2973

Bypassing the call to phytrac when not needed.
Controlled by iflag_phytrac read in physiq.def and which is 0
by default (thus no call to phytrac by default)
LF

12 lines of code changed in 3 files:

acozic 2017-07-26 16:53 Rev.: 2972

merge with rev 2951 to correct an error on AOD diagnostics for sulfate.

0 lines of code changed in 2 files:

dcugnet 2017-07-26 14:48 Rev.: 2971

Control outputs for debug are removed.

0 lines of code changed in 1 file:

fairhead 2017-07-26 11:06 Rev.: 2970

Integrating bug correction r2969 from trunk into 6.0.12 branch

0 lines of code changed in 2 files:

fhourdin 2017-07-25 19:22 Rev.: 2969

Petit bug dans iflag_t_glace>=1 vu uniquement en debug en 1D quand
exposant < 1. C'est bien de l'avoir quand même dans les sources
au cas où.

1 lines of code changed in 1 file:

dcugnet 2017-07-25 18:03 Rev.: 2968

Improved method for ozone forcing: the ozone field from the forcing file is
vertically interpolated on the LMDZ pressure field that is stretched, so
that the resulting tropopause is close from the one of LMDZ.
(need to activate key adjust_tropopause=y in run.def)

The stretching is done in a limited region in each column, defined by a
trapezoidal function:
- flat between LMDZ and file tropopauses (full stretching)
- quasi-linear in the 2 surrounding regions (from full to null stretching)
This way, most of the ozone profile is unaffected by the stretching.

The total ozone column is not stricly conserved.

The transition regions are thick enough to ensure that the stretched
pressure profile is growing with decreasing height. Some additional margin
helps to avoid a too steep variation in the stretched region.

In case the distance separating the chemical tropopause of the forcing
fields (built from monthly means) from the LMDZ dynamical tropopause
(extremely variable, both in space and time) is too large, it is under-
evaluated to avoid injecting ozone at low troposphere levels (filaments
of stratospheric air entering the troposphere are not accurately enough
detected to allow that to be done reliably).

In the dynamical tropopause detection routine, the PV and the potential
temperature are moderately smoothed to avoid the algorithm to be fooled
by local variations.

419 lines of code changed in 3 files:

acozic 2017-07-25 15:24 Rev.: 2967

merge with revision 2966 of the trunk to allow inca to run without crash with this version of lmdz

0 lines of code changed in 2 files:

acozic 2017-07-25 15:13 Rev.: 2966

when we turn with inca and old physics we don't calcul toplwad, toplwad0, sollwad, sollwad0

9 lines of code changed in 1 file:

oboucher 2017-07-24 16:50 Rev.: 2964

Correcting the diameter of the first aerosol bin

1 lines of code changed in 1 file:

dcugnet 2017-07-24 15:56 Rev.: 2963

Fix a bug in the longitude interpolation of ozone, leading for some
resolutions to a too small margin to ensure inetrpolation without
any extrapolation.
Also, minor fix in regular_lonlat_mod.F90 routine to ensure that
boundslon_reg(i,east)>boundslon_reg(i,west).

14 lines of code changed in 3 files:

fhourdin 2017-07-22 18:24 Rev.: 2962

Nouvelle option pour la reevaporation des pluies.

14 lines of code changed in 1 file:

jbmadeleine 2017-07-20 20:55 Rev.: 2961

Added iflag_t_glace=3 which uses a better function of the ice fraction:
iflag_t_glace.LT.3 uses icefrac = (1.-(T-Tmin)/(Tmax-Tmin))**nx
iflag_t_glace.GE.3 uses icefrac = 1. - ((T-Tmin)/(Tmax-Tmin))**nx

8 lines of code changed in 1 file:

fhourdin 2017-07-19 12:19 Rev.: 2960

Un lievre leve, sans doute.
Un tout petit seuil sur les largeurs de distributions sous maille
du schéma de nuage, qui produit un gros effet sur le contraste
strato-cumulus / cumulus ...

10 lines of code changed in 1 file:

jbmadeleine 2017-07-18 16:45 Rev.: 2959

Added a max on sigma1s to avoid numerical noise;

1 lines of code changed in 1 file:

jbmadeleine 2017-07-18 14:21 Rev.: 2958

Added new outputs to cloudth_vert (level 10):
s_th, Thermal plume saturation deficit, kg/kg
s_env, Environment saturation deficit, kg/kg
sigma_th, Thermal plume gauss variance, kg/kg
sigma_env, Environment gauss variance, kg/kg

78 lines of code changed in 11 files:

jbmadeleine 2017-07-18 12:38 Rev.: 2957

Added options in cloudth_vert_v3:
- iflag_cloudth_vert_noratqs runs only when iflag_cloudth_vert=4 and removes
the dependency to ratqs from the calculation of sigma1s
- sigma1s_factor=1.1 and sigma1s_power=0.6 control the values used in the
calculation of sigma1s=(1.1**0.5)*(fraca(ind1,ind2)**0.6)/...

30 lines of code changed in 1 file:

jbmadeleine 2017-07-18 00:01 Rev.: 2956

Corrected rneblsvol in fisrtilp to make it equal to rnebls in the part
controlled by the large-scale lognormal PDF. Nb: rneblsvol stays equal to 0 if
iflag_cloudth_vert<3.

12 lines of code changed in 1 file:

musat 2017-07-17 17:52 Rev.: 2955

Ajout modifs de Rodrigo Guzman et Marine Bonazolla dans la version COSP/CMIP6
IM

419 lines of code changed in 13 files:

fairhead 2017-07-15 15:30 Rev.: 2954

Bug correction for new copses drag

2 lines of code changed in 2 files:

oboucher 2017-07-14 23:55 Rev.: 2953

Correcting an issue with the aerosol load diagnostics
that was introduced with revision 2823 in a failed attempt
to save a bit of memory... This is bit convergent with
previous version as it affects only diagnostics.

45 lines of code changed in 3 files:

fairhead 2017-07-14 22:23 Rev.: 2952

Parametrization of drag by copses
Need version 4465 of ORCHIDEE at least
F. Cheruy

1096 lines of code changed in 24 files:

oboucher 2017-07-14 17:22 Rev.: 2951

Correcting an error on AOD diagnostics for sulfate.
Accumulation mode and coarse mode were swapped....

5 lines of code changed in 1 file:

oboucher 2017-07-14 17:20 Rev.: 2950

Correcting a small mistake from last commit.
k_B should be RKBOL

2 lines of code changed in 1 file:

oboucher 2017-07-13 21:33 Rev.: 2949

Adding enhancement factor to coagulation kernels due to van der Waals forces.
Two options are possible, default is no enhancement factor.

33 lines of code changed in 1 file:

oboucher 2017-07-13 21:15 Rev.: 2948

Nstart is increased for the downward recurrence for more accurate results.
The calculations for the very small x (small particles and large wavelengths) has accuracy problem

24 lines of code changed in 1 file:

dcugnet 2017-07-13 18:43 Rev.: 2947

* The "units" attribute of SST variable is now checked to allow celcius
degrees to kelvins conversion if required.
* Few cosmetic changes for output text file to make it more readable (and
help to detect if ce0l has really done what was expected).

45 lines of code changed in 1 file:

oboucher 2017-07-12 20:28 Rev.: 2946

Put under the ok_lic_cond flag the option of depositing water vapour
onto snow, especially over ice sheets (lic). The default for the flag is
FALSE in order to keep backward compatibility, but should be turned to TRUE
in order to close the water budget. Tested in CM6.0.11.

37 lines of code changed in 3 files:

jbmadeleine 2017-07-12 16:20 Rev.: 2945

- Added a new output called rneblsvol which is the cloud fraction by volume
computed in the thermals (see cloudth_vert in cloudth_mod.F90)
- Added an option called iflag_rain_incloud_vol that computes the conversion
of cloud water to rain using the cloud fraction by volume instead of the cloud
fraction by area, which is larger and otherwise erroneously reduces the in-cloud
water content; iflag_rain_incloud_vol can only be used for iflag_cloudth_vert>=3

96 lines of code changed in 14 files:

idelkadi 2017-07-12 15:15 Rev.: 2944

Changement d unite pour toutes les fractions nuageuse sauf celle de Calipso utilisees dans les scripts des diagnostiques multi-atlas (passage au %)

62 lines of code changed in 2 files:

idelkadi 2017-07-12 13:49 Rev.: 2943

Initialisation des 2 nouveaux diagnostiques du simulateur MODIS non initialises a l'origine (Optical_Thickness_vs_ReffLIQ et Optical_Thickness_vs_ReffICE).

3 lines of code changed in 1 file:

dcugnet 2017-07-11 17:42 Rev.: 2942

Remove test on sea ice concentration.

The aim of the test was to detect if a sea ice concentration field supposedly in
percents (holding the attribute "units" as correct) was in fact in area fraction.
But in some cases, all the fractions can be lower than one on the globe for
particular months, even if the field is really in percents.

2 lines of code changed in 1 file:

acozic 2017-07-11 16:15 Rev.: 2941

when we make a simulation with inca, we do not want to make a test on ozone for the ce0l

2 lines of code changed in 1 file:

fcheruy 2017-07-10 08:11 Rev.: 2940

pour avoir drgtree ds les restart (a ameliorer)

10 lines of code changed in 2 files:

jghattas 2017-07-07 14:40 Rev.: 2939

Correction.

2 lines of code changed in 1 file:

fcheruy 2017-07-07 13:27 Rev.: 2938

ifl_pbltree > 1 changed in igl_pbltree >0 in phyetat0

8 lines of code changed in 2 files:

fcheruy 2017-07-07 12:09 Rev.: 2937

added routine freinage to compute the tendencies on u and v due to drag of vegetation and the drag profile which is used in yamada4 for the computation of the tke

130 lines of code changed in 1 file:

fcheruy 2017-07-07 12:02 Rev.: 2936

corrected restart for drgtree
Cd_frein is read from physiq.def

14 lines of code changed in 4 files:

jghattas 2017-07-07 10:58 Rev.: 2935

Correcte error.

0 lines of code changed in 1 file:

jghattas 2017-07-07 10:38 Rev.: 2934

Amelioration/correction pour retro-compatiblite avec different version de ORHCIDEE. Ajoute de test de coherence.

718 lines of code changed in 6 files:

fhourdin 2017-07-03 18:15 Rev.: 2933

Les insectes ont parfois une carapace solide.
Correction d'une correction qui en avait oublié un précédente.
(Frédéric pour Marie-Pierre)

55 lines of code changed in 2 files:

musat 2017-07-03 14:13 Rev.: 2928

Ajout variables dans les poches (_w) et en dehors des poches (_x)

112 lines of code changed in 7 files:

June 2017 »

Generated by StatSVN 0.7.0