Changeset 119 in lmdz_wrf


Ignore:
Timestamp:
Jul 28, 2014, 11:15:34 AM (10 years ago)
Author:
lfita
Message:

Adding zero value for 'w_conv' when ok_lcl = .FALSE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LMDZ_WRFmeas/WRFV3/lmdz/thermcell_main.F90

    r118 r119  
    999999     if (pbl_tke_max0(ig).ge.20.) pbl_tke_max0(ig)=20.
    10001000   else
     1001     IF (w_conv(ig) /= w_conv(ig) .OR. ABS(w_conv(ig)) > largest*10.e5) THEN
     1002       PRINT *,'  Lluis wrong w_conv(ig): ',w_conv(ig),' at : ',ig
     1003       PRINT *,'    klcl(ig): ', klcl(ig),' klcl(ig)+1: ',klcl(ig)+1,                &
     1004         ' w_ls(ig,klcl(ig)): ',w_ls(ig,klcl(ig)),' w_ls(ig,klcl(ig)+1): ',          &
     1005         w_ls(ig,klcl(ig)+1), ' interp(ig): ',interp(ig)
     1006     END IF
    10011007     fraca0(ig)=0.
    10021008     w0(ig)=0.
     1009! L. Fita, LMD July 2014. Adding zero value for stability issues
     1010     w_conv(ig) = 0.
    10031011!!jyg le 27/04/2012
    10041012!!     zlcl(ig)=0.
Note: See TracChangeset for help on using the changeset viewer.