Ignore:
Timestamp:
Mar 20, 2012, 2:27:39 PM (13 years ago)
Author:
acolaitis
Message:

Minor change to internal parameters of the thermal: smoothed detrainment profiles, reduced the contribution of upward subsidence to entrainment drag, and increased pressure torque induced drag. Consequences : more precise prediction of zmax (it was overestimated by 5 to 10 percent during the late afternoon), no consequence on the thermal structure, better predictions for internal variables (much better w profile and detrainment rate profile). Tested on both high resolution and low resolution (33 level grid from me and 36 level grid from Forget)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90

    r557 r593  
    401401! Best config for norad 222 levels:
    402402
    403        omega=0.06
     403!       omega=0.06
     404       omega=0.04
    404405       a1=1.
    405        b1=0.
     406!       b1=0.
     407       b1=0.0001
    406408       a1inv=a1
    407409       be=1.1*be
     
    409411       adalim=0.
    410412       b1inv=0.00025
     413!       b1inv = 0.0003
    411414
    412415!      omega=0.06
     
    621624          else
    622625          detr_star(ig,l)=f_star(ig,l)*zdz*                        &
    623                 &     bd*zbuoy(ig,l)/zw2m
     626                &     MAX(ad,bd*zbuoy(ig,l)/zw2m)
    624627!             &  Max(0., 0.001 - 0.45*zbuoy(ig,l)/zw2m)
    625628!             &  Max(0., Min(0.001,0.0005 - 0.55*zbuoy(ig,l)/zw2m))
     
    660663!---------------------------------------------------------------------------
    661664
    662       DO tic=0,0  ! internal convergence loop
     665      DO tic=0,5  ! internal convergence loop
    663666      activetmp(:)=activecell(:) .and. f_star(:,l+1)>1.e-10
    664667      do ig=1,ngridmx
     
    718721          else
    719722          detr_star(ig,l)=f_star(ig,l)*zdz*                        &
    720                 &     bd*zbuoy(ig,l)/zw2m
     723                &     MAX(ad,bd*zbuoy(ig,l)/zw2m)
    721724!             &  Max(0.,Min(0.001,0.0005 - 0.55*zbuoy(ig,l)/zw2m))
    722725
Note: See TracChangeset for help on using the changeset viewer.