Changeset 309 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2
- Timestamp:
- Sep 27, 2011, 9:09:34 AM (13 years ago)
- 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 1 1 SUBROUTINE aeropacity(ngrid,nlayer,nq,zday,pplay,pplev,ls, 2 2 & pq,ccn,tauref,tau,aerosol,reffrad,nueffrad, 3 & QREFvis3d,QREFir3d,omegaREFvis3d,omegaREFir3d,zdqnorm,dsodust,pt) 3 & QREFvis3d,QREFir3d,omegaREFvis3d,omegaREFir3d, 4 & zdqnorm,dsodust,pt) 4 5 5 6 ! to use 'getin' … … 523 524 zalt(ig,l) = LOG( pplev(ig,1)/pplev(ig,l) ) 524 525 & / g / 44.01 525 & * 8.31 * pt(ig,l) .526 & * 8.31 * pt(ig,l) 526 527 IF ( (ztoploc .lt. zalt(ig,l) ) 527 528 & .and. (ztoploc .gt. zalt(ig,l-1)) ) l_top=l-1
Note: See TracChangeset
for help on using the changeset viewer.