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 258 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2005-09-02T17:48:36+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_004 : CT : Integration of the control print option for debugging work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r253 r258  
    4646 
    4747   USE step            ! OPA time-stepping                  (stp     routine) 
     48   USE prtctl          ! Print control                 (prt_ctl_init routine) 
    4849   USE ini1d           ! re-initialization of u-v mask for the 1D configuration 
    4950   USE dyncor1d        ! Coriolis factor at T-point 
     
    126127      lwp   = narea == 1 
    127128 
    128       IF( lk_mpp )   THEN 
    129 !! #############################  MPI debug  ###########################  !! 
    130 !!  To allow each processor to write its own mpp.output_XXX file, decomment  
    131 !!  the 5 following lines, else the output will be done only by the first 
    132 !!  processor in the ocean.output file: 
    133 !!  this one        numout = 80 
    134 !!  this one        numout = numout + narea 
    135 !!  this one        lwp    = .TRUE. 
    136 !!  this one        WRITE(file_out,FMT="('mpp.output_',I3.3)") narea-1 
    137 !!  this one        OPEN( UNIT=numout, FILE=TRIM(file_out),FORM='FORMATTED' ) 
    138 !! #############################  MPI debug  ###########################  !! 
    139       ENDIF 
    140  
    141129      IF(lwp) THEN 
    142130         WRITE(numout,*) 
     
    168156       
    169157      CALL dom_init                         ! Domain 
     158 
     159      IF( ln_ctl )      CALL prt_ctl_init   ! Print control 
    170160 
    171161      IF( lk_cfg_1d )   CALL fcorio_1d      ! redefine Coriolis at T-point 
Note: See TracChangeset for help on using the changeset viewer.