New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3027 – NEMO

Changeset 3027


Ignore:
Timestamp:
2011-10-28T18:14:16+02:00 (13 years ago)
Author:
acc
Message:

Branch dev_NOC_2011_MERGE. #874. Step 8: minor corrections for single processor running as uncovered during SETTE testing

Location:
branches/2011/dev_NOC_2011_MERGE/NEMOGCM/NEMO/OPA_SRC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NOC_2011_MERGE/NEMOGCM/NEMO/OPA_SRC/DYN/dynnept.F90

    r2986 r3027  
    2424   USE oce              ! ocean dynamics and tracers 
    2525   USE dom_oce          ! ocean space and time domain 
     26   USE obc_oce          ! ocean lateral open boundary condition 
    2627   USE in_out_manager   ! I/O manager 
    2728   USE lib_mpp          ! distributed memory computing 
  • branches/2011/dev_NOC_2011_MERGE/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r3009 r3027  
    26632663 
    26642664   LOGICAL, PUBLIC, PARAMETER ::   lk_mpp = .FALSE.      !: mpp flag 
     2665   LOGICAL, PUBLIC            ::   ln_nnogather  = .FALSE.  !: namelist control of northfold comms (needed here in case "key_mpp_mpi" is not used) 
    26652666   INTEGER :: ncomm_ice 
    26662667   !!---------------------------------------------------------------------- 
  • branches/2011/dev_NOC_2011_MERGE/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r3009 r3027  
    624624   END SUBROUTINE factorise 
    625625 
     626#if defined key_mpp_mpi 
    626627   SUBROUTINE nemo_northcomms 
    627628      !!====================================================================== 
     
    761762 
    762763   END SUBROUTINE nemo_northcomms 
     764#else 
     765   SUBROUTINE nemo_northcomms      ! Dummy routine 
     766      WRITE(*,*) 'nemo_northcomms: You should not have seen this print! error?' 
     767   END SUBROUTINE nemo_northcomms 
     768#endif 
    763769   !!====================================================================== 
    764770END MODULE nemogcm 
Note: See TracChangeset for help on using the changeset viewer.