Changeset 704 for LMDZ4/branches/V3_test/libf/dyn3d
- Timestamp:
- Aug 17, 2006, 5:41:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/dyn3d/gcm.F
r703 r704 9 9 USE IOIPSL 10 10 #endif 11 11 USE dimphy 12 USE comgeomphy 12 13 IMPLICIT NONE 13 14 … … 183 184 CALL defrun( 99, .TRUE. , clesphy0 ) 184 185 #endif 186 187 call InitDimphy 188 call init_phys_openmp 189 call InitComgeomphy 190 c 191 c 192 c------------------------------------ 193 c Initialisation partie parallele 194 c------------------------------------ 195 185 196 c 186 197 c
Note: See TracChangeset
for help on using the changeset viewer.