Changeset 324 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Jan 30, 2002, 5:29:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/startvar.F
r320 r324 590 590 ! In case we have a file which is in degrees we do the transformation 591 591 ! 592 DEALLOCATE (lon_rad)593 592 ALLOCATE(lon_rad(iml_phys)) 594 DEALLOCATE (lon_ini)595 593 ALLOCATE(lon_ini(iml_phys)) 596 594 … … 671 669 CALL flinclo(fid_phys) 672 670 ! 673 DEALLOCATE (lon_rad)674 DEALLOCATE (lon_ini)675 DEALLOCATE (lat_rad)676 DEALLOCATE (lat_ini)677 671 END SUBROUTINE start_init_phys 678 672 !
Note: See TracChangeset
for help on using the changeset viewer.