Changeset 6546
- Timestamp:
- 2016-05-17T16:20:29+02:00 (9 years ago)
- Location:
- branches/UKMO/dev_r5518_MO_couple_package/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_MO_couple_package/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90
r6545 r6546 2016 2016 !!---------------------------------------------------------------------- 2017 2017 ! 2018 2018 #if defined key_oasis3 2019 2019 ! If we're trying to shut down cleanly then we need to consider the fact 2020 2020 ! that this could be part of an MPMD configuration - we don't want to … … 2023 2023 CALL oasis_abort(nproc,"mppstop","NEMO initiated abort") 2024 2024 2025 2025 #else 2026 2026 2027 2027 CALL mppsync 2028 2028 CALL mpi_finalize( info ) 2029 2029 2030 2030 #endif 2031 2031 2032 2032 ! -
branches/UKMO/dev_r5518_MO_couple_package/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90
r6545 r6546 82 82 83 83 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: exfld ! Temporary buffer for receiving 84 84 INTEGER, PUBLIC :: localComm 85 85 !!---------------------------------------------------------------------- 86 86 !! NEMO/OPA 3.3 , NEMO Consortium (2010) … … 120 120 IF ( nerror /= OASIS_Ok ) & 121 121 CALL oasis_abort (ncomp_id, 'cpl_init','Failure in oasis_get_localcomm' ) 122 localComm = kl_comm 122 123 ! 123 124 END SUBROUTINE cpl_init … … 463 464 CALL oasis_get_freqs(id, mop, 1, itmp, info) 464 465 #else 465 CALL oasis_get_freqs(id, 1, itmp, info) 466 #endif 467 cpl_freq = itmp(1) 466 ! CALL oasis_get_freqs(id, 1, itmp, info) 467 #endif 468 cpl_freq = itmp(1) 469 470 #if defined key_oasis3 471 cpl_freq = namflddti( id ) 472 #endif 468 473 ENDIF 469 474 ! -
branches/UKMO/dev_r5518_MO_couple_package/NEMOGCM/NEMO/OPA_SRC/wrk_nemo.F90
r6545 r6546 485 485 ii = ii + 1 486 486 IF (ii > jparray) CALL ctl_stop('STOP', 'NEMO aborted wrk_allocbase') 487 ! increase the value of jparray (should not be needed as already very big!) END DO 487 ! increase the value of jparray (should not be needed as already very big!) 488 END DO 488 489 489 490 IF( SUM( tree(ii)%ishape ) == 0 ) THEN ! create a new branch
Note: See TracChangeset
for help on using the changeset viewer.