Changeset 1864 for LMDZ5/branches/testing/libf/dyn3dmem/groupe_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/groupe_mod.F90
r1669 r1864 8 8 SUBROUTINE groupe_allocate 9 9 USE bands 10 USE allocate_field 11 USE parallel 10 USE allocate_field_mod 11 USE parallel_lmdz 12 12 USE infotrac 13 13 USE advtrac_mod, ONLY : advtrac_allocate … … 25 25 26 26 SUBROUTINE groupe_switch_caldyn(dist) 27 USE allocate_field 27 USE allocate_field_mod 28 28 USE bands 29 USE parallel 29 USE parallel_lmdz 30 30 IMPLICIT NONE 31 31 TYPE(distrib),INTENT(IN) :: dist
Note: See TracChangeset
for help on using the changeset viewer.