Changeset 1810 for LMDZ5/trunk/libf/dyn3dmem/caldyn_mod.F90
- Timestamp:
- Jul 24, 2013, 10:06:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/caldyn_mod.F90
r1632 r1810 20 20 SUBROUTINE caldyn_allocate 21 21 USE bands 22 USE allocate_field 22 USE allocate_field_mod 23 23 USE parallel 24 USE dimensions 24 USE dimensions_mod 25 25 USE advect_new_mod,ONLY : advect_new_allocate 26 26 IMPLICIT NONE … … 47 47 48 48 SUBROUTINE caldyn_switch_caldyn(dist) 49 USE allocate_field 49 USE allocate_field_mod 50 50 USE bands 51 51 USE parallel
Note: See TracChangeset
for help on using the changeset viewer.