Changeset 2488 for LMDZ5/branches/testing/libf/dyn3dmem/writehist_loc.F
- 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/dyn3dmem/writehist_loc.F
r1910 r2488 89 89 !$OMP MASTER 90 90 ALLOCATE(unat(ijb_u:ije_u,llm)) 91 ALLOCATE(vnat(ijb_ u:ije_u,llm))91 ALLOCATE(vnat(ijb_v:ije_v,llm)) 92 92 ALLOCATE(tm(ijb_u:ije_u,llm)) 93 93 ALLOCATE(ndex2d(ijnb_u*llm)) … … 127 127 C Vents V 128 128 C 129 129 ije=ij_end 130 if (pole_sud) jjn=jj_nb-1 131 if (pole_sud) ije=ij_end-iip1 130 132 !$OMP BARRIER 131 133 !$OMP MASTER … … 136 138 137 139 C 138 C Temperature potentielle moyennee 139 C 140 C Temperature potentielle 141 C 142 ijb=ij_begin 143 ije=ij_end 144 jjn=jj_nb 140 145 !$OMP MASTER 141 146 call histwrite(histid, 'theta', itau_w, teta(ijb:ije,:), … … 144 149 145 150 C 146 C Temperature moyennee151 C Temperature 147 152 C 148 153 … … 186 191 !$OMP MASTER 187 192 call histwrite(histid, 'masse', itau_w, masse(ijb:ije,:), 188 . iip1*jjn , ndexu)193 . iip1*jjn*llm, ndexu) 189 194 !$OMP END MASTER 190 195 … … 194 199 C 195 200 !$OMP MASTER 196 197 201 call histwrite(histid, 'ps', itau_w, ps(ijb:ije), 198 202 . iip1*jjn, ndex2d) … … 203 207 C 204 208 !$OMP MASTER 205 call histwrite(histid, 'phis', itau_w, phis(ijb:ije),206 . iip1*jjn, ndexu)209 ! call histwrite(histid, 'phis', itau_w, phis(ijb:ije), 210 ! . iip1*jjn, ndex2d) 207 211 !$OMP END MASTER 208 212 … … 218 222 !$OMP END MASTER 219 223 #else 220 write(lunout,*)'write dynav_p: Needs IOIPSL to function'224 write(lunout,*)'writehist_loc: Needs IOIPSL to function' 221 225 #endif 222 226 ! #endif of #ifdef CPP_IOIPSL 223 return224 227 end
Note: See TracChangeset
for help on using the changeset viewer.