Changeset 657


Ignore:
Timestamp:
May 11, 2012, 3:23:34 PM (13 years ago)
Author:
acolaitis
Message:

Bug correction in input list for pbl_parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r652 r657  
    352352      REAL, ALLOCATABLE, DIMENSION(:) :: z_out     ! height of interpolation between z0 and z1 [meters]
    353353      REAL ustar(ngridmx),tstar(ngridmx)  ! friction velocity and friction potential temp
    354       REAL L_mo(ngridmx),wstarpbl(ngridmx),vhf(ngridmx),vvv(ngridmx)
     354      REAL L_mo(ngridmx),vhf(ngridmx),vvv(ngridmx)
    355355      REAL zu2(ngridmx)
    356356c=======================================================================
     
    13621362c        ----------------------------------------------------------
    13631363
    1364            n_out=5 ! number of elements in the z_out array.
     1364           n_out=0 ! number of elements in the z_out array.
    13651365                   ! for z_out=[3.,2.,1.,0.5,0.1], n_out must be set
    13661366                   ! to 5
     
    13771377           call pbl_parameters(ngrid,nlayer,ps,zplay,z0,
    13781378     & g,zzlay,zzlev,zu,zv,wstar,hfmax_th,zmax_th,tsurf,zh,z_out,n_out,
    1379      & T_out,u_out,ustar,tstar,wstarpbl,L_mo,vhf,vvv)
     1379     & T_out,u_out,ustar,tstar,L_mo,vhf,vvv)
    13801380
    13811381#ifndef MESOSCALE
Note: See TracChangeset for help on using the changeset viewer.