Changeset 100 in lmdz_wrf


Ignore:
Timestamp:
Jul 25, 2014, 3:38:54 PM (10 years ago)
Author:
lfita
Message:

zw2 NaN from thermcell_height!

File:
1 edited

Legend:

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

    r1 r100  
    2828
    2929      REAL zlevinter(ngrid)
     30! Lluis
     31      INTEGER                                            :: llp
     32      CHARACTER(LEN=50)                                  :: lvarname, lfname
     33      REAL                                               :: largest
     34
     35      llp = 734
     36      lfname = 'physiq'
     37      largest = 10.e5
    3038
    3139!calcul de la hauteur max du thermique
     
    6371         wmax(ig)=0.
    6472      enddo
     73      lfname='thermcell_height before zw2 max'
     74      lvarname = 'zw2'
     75      CALL check_var3D(lfname, lvarname, zw2, ngrid, nlay+1, largest, .FALSE.)
    6576
    6677      do l=1,nlay
     
    7788          enddo
    7889      enddo
     90
     91      lfname='thermcell_height after zw2 max'
     92      lvarname = 'zw2'
     93      CALL check_var3D(lfname, lvarname, zw2, ngrid, nlay+1, largest, .FALSE.)
    7994
    8095!   Longueur caracteristique correspondant a la hauteur des thermiques.
Note: See TracChangeset for help on using the changeset viewer.