Ignore:
Timestamp:
Jun 16, 2011, 11:43:20 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: modifications mineures LESnophys (stretch_grid) et mars_lmd_new_storm (essais pour stabiliser RDUST)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/LESnophys_/modif/module_initialize_les.F

    r156 r159  
    164164!  stretch_grid = .true.
    165165!  FOR LES, set stretch to false
     166#ifdef NOPHYS
     167   stretch_grid = .true.
     168#else
    166169   stretch_grid = .false.
     170#endif
    167171   delt = 3.
    168172!   z_scale = .50
     
    233237
    234238   IF (stretch_grid) THEN ! exponential stretch for eta (nearly constant dz)
     239     print *, '*** STRETCH GRID ***'
    235240     DO k=1, kde
    236241      grid%znw(k) = (exp(-(k-1)/float(kde-1)/z_scale) - exp(-1./z_scale))/ &
Note: See TracChangeset for help on using the changeset viewer.