- Timestamp:
- 04/07/10 10:05:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/src/histcom.f90
r962 r964 278 278 !- One pair (x_1d,y_1d) or (x_2d,y_2d) must be supplied. 279 279 !- 280 !- For regular grid (reg1d or reg2d), 280 !- For regular grid (reg1d or reg2d), 281 281 !- the next 4 arguments allow to define a horizontal zoom 282 282 !- for this file. It is assumed that all variables to come … … 2378 2378 DEALLOCATE(W_F(ifile)%W_V(iv)%t_bf) 2379 2379 ENDIF 2380 !------ Reinitialize the sizes 2381 W_F(ifile)%W_V(iv)%datasz_in(:) = -1 2382 W_F(ifile)%W_V(iv)%datasz_max = -1 2380 2383 ENDDO 2381 2384 !----- … … 2385 2388 iret = NF90_CLOSE(nfid) 2386 2389 W_F(ifile)%ncfid = -1 2390 W_F(ifile)%dom_id_svg = -1 2387 2391 ENDIF 2388 2392 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.