Changeset 1864 for LMDZ5/branches/testing/libf/dyn3dmem/dissip_mod.F90
- Timestamp:
- Sep 11, 2013, 11:45:01 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1797-1799,1801-1811,1813-1834,1836,1838-1840,1842-1860
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/dissip_mod.F90
r1669 r1864 7 7 SUBROUTINE dissip_allocate 8 8 USE bands 9 USE allocate_field 10 USE parallel 11 USE dimensions 9 USE allocate_field_mod 10 USE parallel_lmdz 11 USE dimensions_mod 12 12 USE gradiv2_mod, ONLY : gradiv2_allocate 13 13 USE nxgraro2_mod, ONLY : nxgraro2_allocate … … 23 23 24 24 SUBROUTINE dissip_switch_dissip(dist) 25 USE allocate_field 25 USE allocate_field_mod 26 26 USE bands 27 USE parallel 27 USE parallel_lmdz 28 28 USE gradiv2_mod,ONLY : gradiv2_switch_dissip 29 29 USE nxgraro2_mod,ONLY : nxgraro2_switch_dissip
Note: See TracChangeset
for help on using the changeset viewer.