Changeset 290 for trunk/LMDZ.MARS/README


Ignore:
Timestamp:
Sep 9, 2011, 4:24:40 PM (13 years ago)
Author:
acolaitis
Message:

--- AC 07/09/2011 ---

This is a major update for thermals and richardson layer parametrization. This update stabilizes thermals (further
studies might show that we can reduce the value of nsplit in gcm. To be tested.), and prevent downdrafts from descending into
the surface layer, which was acting as a cold feedback on the thermals. The Richardson surface layer now features
different gustiness coefficients for Richardson, heat and momentum so that u* and t* are correctly represented.

Upcoming updates will change surflayer_interpol.F90 to implement those changes in the interpolation scheme as well.

*
IMPORTANT : several parts of the vdifc code might want to use these new definitions for gustiness, u* and t*. exemple : dust devil routines
that recompute u* ? lifting routines ? TODO !

M 289 libf/phymars/thermcell_main_mars.F90
-----------------> Added iterations to the velocity / buoyancy / entrainment / detrainment

computation to ensure correct convergence. Iteration number is for now set to
4, which is probably too much. This will be changed once several cases are tested.
The minimum is probably 2 iterations.

M 289 libf/phymars/vdifc.F
-----------------> Subgrid gustiness parametrization now uses different gustiness beta coefficients

for heat and momentum. Comparisons with LES at Exomars landing site, matching u*
and teta* suggests values of beta=0.7 for momentum and beta=1.2 for heat, where
the formula for large scale horizontal winds in the first layer is :

U02 = pu2 + pv2 + (beta*wmax_th)2

M 289 libf/phymars/vdif_cd.F
-----------------> LES data suggests that Richardson number distribution during daytime has a very large

standart deviation due to highly negative Richardsons on several gridpoints. As a consequence,
the mean Richardson in daytime in the LES is much more negative than in LES. In the gcm,
parametrized subgrid turbulence prevents such cases, which can be dangerous in nearly unstable conditions.
Hence, we use beta=0.5 instead of one, so that we keep the anti-crazy-hfx function of beta and we increase the
norm of negative Richardsons in general for daytime conditions. This is set in conjonction with
beta settings for heat and momentum in vdifc.

M 289 libf/phymars/meso_inc/meso_inc_les.F
-----------------> HFX and USTM computations now uses the different betas for heat and momentum.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r288 r290  
    965965with the new mixing layer scheme (thermals). And anyway it is a much
    966966better scheme than the previous one.
     967
     968== 09/09/11 == AC
     969
     970 This is a major update for thermals and richardson layer parametrization. This update stabilizes thermals (further
     971 studies might show that we can reduce the value of nsplit in gcm. To be tested.), and prevent downdrafts from descending into
     972 the surface layer, which was acting as a cold feedback on the thermals. The Richardson surface layer now features
     973 different gustiness coefficients for Richardson, heat and momentum so that u* and t* are correctly represented.
     974 
     975 Upcoming updates will change surflayer_interpol.F90 to implement those changes in the interpolation scheme as well.
     976 
     977 ***************************
     978 IMPORTANT : several parts of the vdifc code might want to use these new definitions for gustiness, u* and t*. exemple : dust devil routines
     979 that recompute u* ? lifting routines ? TODO !
     980 **************************
     981 
     982 
     983 M             289   libf/phymars/thermcell_main_mars.F90
     984 ^-----------------> Added iterations to the velocity / buoyancy / entrainment / detrainment
     985                     computation to ensure correct convergence. Iteration number is for now set to
     986                     4, which is probably too much. This will be changed once several cases are tested.
     987                     The minimum is probably 2 iterations.
     988 
     989 M             289   libf/phymars/vdifc.F
     990 ^-----------------> Subgrid gustiness parametrization now uses different gustiness beta coefficients
     991                     for heat and momentum. Comparisons with LES at Exomars landing site, matching u*
     992                     and teta* suggests values of beta=0.7 for momentum and beta=1.2 for heat, where
     993                     the formula for large scale horizontal winds in the first layer is :
     994                          U0^2 = pu^2 + pv^2 + (beta*wmax_th)^2
     995 
     996 M             289   libf/phymars/vdif_cd.F
     997 ^-----------------> LES data suggests that Richardson number distribution during daytime has a very large
     998                     standart deviation due to highly negative Richardsons on several gridpoints. As a consequence,
     999                     the mean Richardson in daytime in the LES is much more negative than in LES. In the gcm,
     1000                     parametrized subgrid turbulence prevents such cases, which can be dangerous in nearly unstable conditions.
     1001                     Hence, we use beta=0.5 instead of one, so that we keep the anti-crazy-hfx function of beta and we increase the
     1002                     norm of negative Richardsons in general for daytime conditions. This is set in conjonction with
     1003                     beta settings for heat and momentum in vdifc.
     1004 
     1005 M             289   libf/phymars/meso_inc/meso_inc_les.F
     1006 ^-----------------> HFX and USTM computations now uses the different betas for heat and momentum.
     1007
Note: See TracChangeset for help on using the changeset viewer.