Changeset 1008 for LMDZ4/trunk/libf/dyn3dpar
- Timestamp:
- Oct 7, 2008, 11:39:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3dpar/mod_const_para.F90
r1000 r1008 18 18 INTEGER :: thread_required 19 19 INTEGER :: thread_provided 20 CHARACTER(len = 6) :: ocean20 CHARACTER(len = 6) :: type_ocean 21 21 22 22 !$OMP MASTER 23 ocean = 'force '24 CALL getin(' OCEAN',ocean)23 type_ocean = 'force ' 24 CALL getin('type_ocean', type_ocean) 25 25 !$OMP END MASTER 26 26 !$OMP BARRIER 27 27 28 IF ( ocean=='couple') THEN28 IF (type_ocean=='couple') THEN 29 29 #ifdef CPP_COUPLE 30 30 !$OMP MASTER
Note: See TracChangeset
for help on using the changeset viewer.