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 689 for trunk/NEMO/OPA_SRC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2007-06-29T19:29:57+02:00 (17 years ago)
Author:
rblod
Message:

nemo_v2_bugfix_058:CT: make a better decomposition domain print in ocean.output file (i.e. from North to South)
nemo_v2_bugfix_059:CT: use lwp (instead hard-coded value .TRUE. ) as argument of ctlopn subroutine for clean outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/mppini_2.h90

    r680 r689  
    7575      !!---------------------------------------------------------------------- 
    7676      !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    77       !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/mppini_2.h90,v 1.16 2007/06/05 10:27:49 opalod Exp $  
     77      !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/mppini_2.h90,v 1.17 2007/06/29 17:00:01 opalod Exp $  
    7878      !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    7979      !!---------------------------------------------------------------------- 
     
    323323            il2 = MIN(jpni,il1+ifreq-1) 
    324324            WRITE(numout,*) 
    325             WRITE(numout,9401) (ji,ji=il1,il2) 
    326325            WRITE(numout,9400) ('***',ji=il1,il2-1) 
    327             DO jj = 1, jpnj 
    328                ! WRITE(numout,9400) 
     326            DO jj = jpnj, 1, -1 
    329327               WRITE(numout,9403) ('   ',ji=il1,il2-1) 
    330328               WRITE(numout,9402) jj, (ilci(ji,jj),ilcj(ji,jj),ji=il1,il2) 
     
    332330               WRITE(numout,9403) ('   ',ji=il1,il2-1) 
    333331               WRITE(numout,9400) ('***',ji=il1,il2-1) 
    334                ! WRITE(numout,9400) 
    335332            END DO 
     333            WRITE(numout,9401) (ji,ji=il1,il2) 
    336334            il1 = il1+ifreq 
    337335         END DO 
Note: See TracChangeset for help on using the changeset viewer.