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 1112 for trunk/NEMO/LIM_SRC_3/limwri.F90 – NEMO

Ignore:
Timestamp:
2008-06-13T17:23:36+02:00 (16 years ago)
Author:
rblod
Message:

Correct some prints in LIM3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limwri.F90

    r1055 r1112  
    125125         CALL lim_wri_init  
    126126 
    127          WRITE(numout,*) ' lim_wri, first time step ' 
    128          WRITE(numout,*) ' add_diag_swi ', add_diag_swi 
     127         IF(lwp) WRITE(numout,*) ' lim_wri, first time step ' 
     128         IF(lwp) WRITE(numout,*) ' add_diag_swi ', add_diag_swi 
    129129 
    130130         !-------------------- 
     
    150150 
    151151         DO jf = 1 , noumef 
    152             WRITE(numout,*) 'jf', jf 
     152            IF(lwp) WRITE(numout,*) 'jf', jf 
    153153            IF ( nc(jf) == 1 ) THEN 
    154154               CALL histdef( nice, nam(jf), titn(jf), uni(jf), jpi, jpj & 
    155155                  , nhorid, 1, 1, 1, -99, 32, clop, zsto, zout ) 
    156                WRITE(numout,*) 'nice, nam(jf), titn(jf), uni(jf), nhorid, clop, zsto, zout' 
    157                WRITE(numout,*)  nice, nam(jf), titn(jf), uni(jf), nhorid, clop, zsto, zout  
     156               IF(lwp) WRITE(numout,*) 'nice, nam(jf), titn(jf), uni(jf), nhorid, clop, zsto, zout' 
     157               IF(lwp) WRITE(numout,*)  nice, nam(jf), titn(jf), uni(jf), nhorid, clop, zsto, zout  
    158158            ENDIF 
    159159         END DO 
     
    316316 
    317317      IF ( ( nn_fsbc * niter + nit000 - 1 ) >= nitend .OR. kindic < 0 ) THEN 
    318          WRITE(numout,*) ' Closing the icemod file ' 
     318         IF( lwp) WRITE(numout,*) ' Closing the icemod file ' 
    319319         CALL histclo( nice ) 
    320320      ENDIF 
     
    375375 
    376376         IF ( ( nn_fsbc * niter + nit000 - 1 ) >= nitend .OR. kindic < 0 ) THEN 
    377             WRITE(numout,*) ' Closing the icemod file ' 
     377            IF(lwp) WRITE(numout,*) ' Closing the icemod file ' 
    378378            CALL histclo( nicea )  
    379379         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.