Changeset 2220 for LMDZ5/branches/testing/libf/phylmd/cv3a_uncompress.F90
- Timestamp:
- Mar 3, 2015, 2:41:13 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2188-2195,2197-2202,2204-2210,2213-2216
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cv3a_uncompress.F90
r1999 r2220 6 6 , clw, elij, evap, ep, epmlmmm, eplamm & ! RomP 7 7 , wdtraina, wdtrainm & ! RomP 8 , qtc, sigt & 8 9 9 10 , iflag1, kbas1, ktop1, precip1, cbmf1, plcl1, plfc1, wbeff1, sig1, w01, & … … 13 14 , da1, phi1, mp1, phi21, d1a1, dam1, sigij1 & ! RomP+AC+jyg 14 15 , clw1, elij1, evap1, ep1, epmlmmm1, eplamm1 & ! RomP 15 , wdtraina1, wdtrainm1) ! RomP 16 , wdtraina1, wdtrainm1 & ! RomP 17 , qtc1, sigt1) 16 18 17 19 ! ************************************************************** … … 56 58 REAL evap(nloc, nd), ep(nloc, nd) !RomP 57 59 REAL epmlmmm(nloc, nd, nd), eplamm(nloc, nd) !RomP+jyg 60 REAL qtc(nloc, nd), sigt(nloc, nd) !RomP 58 61 REAL wdtraina(nloc, nd), wdtrainm(nloc, nd) !RomP 59 62 … … 84 87 REAL evap1(len, nd), ep1(len, nd) !RomP 85 88 REAL epmlmmm1(len, nd, nd), eplamm1(len, nd) !RomP+jyg 89 REAL qtc1(len, nd), sigt1(len, nd) !RomP 86 90 REAL wdtraina1(len, nd), wdtrainm1(len, nd) !RomP 87 91 … … 141 145 wdtraina1(idcum(i), k) = wdtraina(i, k) !RomP 142 146 wdtrainm1(idcum(i), k) = wdtrainm(i, k) !RomP 147 qtc1(idcum(i), k) = qtc(i, k) 148 sigt1(idcum(i), k) = sigt(i, k) 143 149 144 150 END DO
Note: See TracChangeset
for help on using the changeset viewer.