Changeset 8181
- Timestamp:
- 2017-06-15T15:47:05+02:00 (7 years ago)
- Location:
- branches/UKMO/dev_r5518_GC3_couple_pkg_GO6/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GC3_couple_pkg_GO6/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90
r7985 r8181 2007 2007 SUBROUTINE mppstop 2008 2008 2009 #if defined key_oasis3 2009 2010 USE mod_oasis ! coupling routines 2010 2011 #endif 2011 2012 !!---------------------------------------------------------------------- 2012 2013 !! *** routine mppstop *** -
branches/UKMO/dev_r5518_GC3_couple_pkg_GO6/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90
r6615 r8181 475 475 #if defined key_oa3mct_v3 476 476 CALL oasis_get_freqs(id, mop, 1, itmp, info) 477 #elseif key_oasis3 478 itmp(1) = namflddti( id ) 477 479 #else 478 !CALL oasis_get_freqs(id, 1, itmp, info)479 cpl_freq = namflddti( id ) 480 #endif 480 CALL oasis_get_freqs(id, 1, itmp, info) 481 #endif 482 cpl_freq = itmp(1) 481 483 ENDIF 482 484 ! … … 527 529 END SUBROUTINE oasis_get_localcomm 528 530 529 SUBROUTINE oasis_def_partition(k1,k2,k3 )531 SUBROUTINE oasis_def_partition(k1,k2,k3,k4) 530 532 INTEGER , INTENT( out) :: k1,k3 531 533 INTEGER , INTENT(in ) :: k2(5) 534 INTEGER , OPTIONAL, INTENT(in ) :: k4 532 535 k1 = k2(1) ; k3 = k2(5) 533 536 WRITE(numout,*) 'oasis_def_partition: Error you sould not be there...'
Note: See TracChangeset
for help on using the changeset viewer.