Changeset 645 for trunk/LMDZ.MARS/libf/phymars/simpleclouds.F
- Timestamp:
- May 3, 2012, 8:44:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/simpleclouds.F
r633 r645 1 1 subroutine simpleclouds(ngrid,nlay,ptimestep, 2 & ppl ev,pplay,pzlay,pt,pdt,2 & pplay,pzlay,pt,pdt, 3 3 & pq,pdq,pdqcloud,pdtcloud, 4 4 & nq,tau,rice) … … 41 41 integer nq ! nombre de traceurs 42 42 REAL ptimestep ! pas de temps physique (s) 43 REAL pplev(ngrid,nlay+1) ! pression aux inter-couches (Pa)43 ! REAL pplev(ngrid,nlay+1) ! pression aux inter-couches (Pa) 44 44 REAL pplay(ngrid,nlay) ! pression au milieu des couches (Pa) 45 45 REAL pzlay(ngrid,nlay) ! altitude at the middle of the layers
Note: See TracChangeset
for help on using the changeset viewer.