Ignore:
Timestamp:
Sep 27, 2011, 9:09:34 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor typos in previous commit prevented compiling storm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/STORM_JULIEN_LAST/aeropacity_tachemobile_z.F

    r308 r309  
    11      SUBROUTINE aeropacity(ngrid,nlayer,nq,zday,pplay,pplev,ls,
    22     &    pq,ccn,tauref,tau,aerosol,reffrad,nueffrad,
    3      &    QREFvis3d,QREFir3d,omegaREFvis3d,omegaREFir3d,zdqnorm,dsodust,pt)
     3     &    QREFvis3d,QREFir3d,omegaREFvis3d,omegaREFir3d,
     4     &    zdqnorm,dsodust,pt)
    45                                                   
    56! to use  'getin'
     
    523524            zalt(ig,l) = LOG( pplev(ig,1)/pplev(ig,l) )
    524525     &                      / g / 44.01
    525      &                    * 8.31 * pt(ig,l).
     526     &                    * 8.31 * pt(ig,l)
    526527                IF (     (ztoploc .lt. zalt(ig,l)  )
    527528     &          .and. (ztoploc .gt. zalt(ig,l-1)) ) l_top=l-1
Note: See TracChangeset for help on using the changeset viewer.