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 2730 for trunk/NEMOGCM/NEMO – NEMO

Changeset 2730 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2011-04-08T13:14:00+02:00 (13 years ago)
Author:
rblod
Message:

Add missing logical lwp

Location:
trunk/NEMOGCM/NEMO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/LIM_SRC_2/iceini_2.F90

    r2715 r2730  
    9494      CALL lim_sbc_init_2              ! ice surface boundary condition    
    9595      ! 
    96       IF( lk_lim2_vp )   THEN   ;   WRITE(numout,*) '                VP  rheology - B-grid case' 
    97       ELSE                      ;   WRITE(numout,*) '                EVP rheology - C-grid case' 
     96      IF( lk_lim2_vp )   THEN   ;   IF(lwp) WRITE(numout,*) '                VP  rheology - B-grid case' 
     97      ELSE                      ;   IF(lwp) WRITE(numout,*) '                EVP rheology - C-grid case' 
    9898      ENDIF 
    9999      ! 
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/p4zprod.F90

    r2715 r2730  
    327327#endif 
    328328 
    329      IF( kt == nitend .AND. jnt == nrdttrc ) THEN 
     329     IF( kt == nitend .AND. jnt == nrdttrc .AND. lwp ) THEN 
    330330        WRITE(numout,*) 'Total PP (Gtc) :' 
    331331        WRITE(numout,*) '-------------------- : ',tpp * 12. / 1.E12 
Note: See TracChangeset for help on using the changeset viewer.