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 3288 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2012-01-27T14:32:32+01:00 (13 years ago)
Author:
rblod
Message:

Update prtctl in case of one processor run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r3240 r3288  
    270270         WRITE(numout,*) '                       NEMO team' 
    271271         WRITE(numout,*) '            Ocean General Circulation Model' 
    272          WRITE(numout,*) '                version 3.4_beta  (2011) ' 
     272         WRITE(numout,*) '                  version 3.4  (2011) ' 
    273273         WRITE(numout,*) 
    274274         WRITE(numout,*) 
     
    414414      ! 
    415415      IF( ln_ctl ) THEN                 ! sub-domain area indices for the control prints 
    416          IF( lk_mpp ) THEN 
     416         IF( lk_mpp .AND. jpnij > 1 ) THEN 
    417417            isplt = jpni   ;   jsplt = jpnj   ;   ijsplt = jpni*jpnj   ! the domain is forced to the real split domain 
    418418         ELSE 
Note: See TracChangeset for help on using the changeset viewer.