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 9069 for branches/2017/dev_merge_2017/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2017-12-15T10:35:02+01:00 (6 years ago)
Author:
acc
Message:

Branch 2017/dev_merge_2017. mpp minor changes to reinstate missing jperio=7 option.

Location:
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LBC/lib_mpp.F90

    r9019 r9069  
    136136 
    137137   ! variables used in case of sea-ice 
    138    INTEGER, PUBLIC ::   ncomm_ice       !: communicator made by the processors with sea-ice (public so that it can be freed in limthd) 
     138   INTEGER, PUBLIC ::   ncomm_ice       !: communicator made by the processors with sea-ice (public so that it can be freed in icethd) 
    139139   INTEGER         ::   ngrp_iworld     !  group ID for the world processors (for rheology) 
    140140   INTEGER         ::   ngrp_ice        !  group ID for the ice processors (for rheology) 
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/LBC/mppini.F90

    r9019 r9069  
    251251         ! warning ii*ij (zone) /= nproc (processors)! 
    252252 
    253          IF( jperio == 1 .OR. jperio == 4 .OR. jperio == 6 ) THEN 
     253         IF( jperio == 1 .OR. jperio == 4 .OR. jperio == 6 .OR. jperio == 7 ) THEN 
    254254            IF( jpni == 1 )THEN 
    255255               ibondi(ii,ij) = 2 
     
    494494         WRITE(numout,*) ' nn_hls = ', nn_hls  
    495495      ENDIF 
    496  
     496  
    497497      IF( nperio == 1 .AND. jpni /= 1 ) CALL ctl_stop( 'mpp_init: error on cyclicity' ) 
     498 
     499      IF( jperio == 7 .AND. ( jpni /= 1 .OR. jpnj /= 1 ) ) & 
     500         &                  CALL ctl_stop( ' mpp_init: error jperio = 7 works only with jpni = jpnj = 1' ) 
    498501 
    499502      !                          ! Prepare mpp north fold 
Note: See TracChangeset for help on using the changeset viewer.