Changeset 2488 for LMDZ5/branches/testing/libf/phylmd/cv3a_uncompress.F90
- Timestamp:
- Apr 3, 2016, 12:09:34 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2458-2470,2472-2487
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cv3a_uncompress.F90
r2408 r2488 13 13 wdtrainA, wdtrainM, & ! RomP 14 14 qtc, sigt, & 15 15 epmax_diag, & ! epmax_cape 16 16 iflag1, kbas1, ktop1, & 17 17 precip1, cbmf1, plcl1, plfc1, wbeff1, sig1, w01, ptop21, & … … 26 26 clw1, elij1, evap1, ep1, epmlmMm1, eplaMm1, & ! RomP 27 27 wdtrainA1, wdtrainM1, & ! RomP 28 qtc1, sigt1) 28 qtc1, sigt1, & 29 epmax_diag1) ! epmax_cape 29 30 30 31 ! ************************************************************** … … 52 53 REAL, DIMENSION (nloc, nd), INTENT (IN) :: sig, w0 53 54 REAL, DIMENSION (nloc), INTENT (IN) :: ptop2 55 REAL, DIMENSION (nloc), INTENT (IN) :: epmax_diag 54 56 REAL, DIMENSION (nloc, nd), INTENT (IN) :: ft, fq, fu, fv 55 57 REAL, DIMENSION (nloc, nd, ntra), INTENT (IN) :: ftra … … 86 88 REAL, DIMENSION (len), INTENT (OUT) :: wbeff1 87 89 REAL, DIMENSION (len, nd), INTENT (OUT) :: sig1, w01 90 REAL, DIMENSION (len), INTENT (OUT) :: epmax_diag1 ! epmax_cape 88 91 REAL, DIMENSION (len), INTENT (OUT) :: ptop21 89 92 REAL, DIMENSION (len, nd), INTENT (OUT) :: ft1, fq1, fu1, fv1 … … 144 147 supmax01(idcum(i)) = supmax0(i) 145 148 asupmaxmin1(idcum(i)) = asupmaxmin(i) 149 epmax_diag1(idcum(i)) = epmax_diag(i) 146 150 END DO 147 151
Note: See TracChangeset
for help on using the changeset viewer.