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/LIM_SRC_2/iceini_2.F90 – NEMO

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

Add missing logical lwp

File:
1 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      ! 
Note: See TracChangeset for help on using the changeset viewer.