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 9169 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_rhg_evp.F90 – NEMO

Ignore:
Timestamp:
2017-12-26T17:32:56+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: all SRC: finalize the removal of useless warning when reading namelist_cfg + remove all nn_closea + nn_msh replaced by a logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_rhg_evp.F90

    r9049 r9169  
    875875               CALL iom_get( numrir, jpdom_autoglo, 'stress12_i', stress12_i ) 
    876876            ELSE                                     ! start rheology from rest 
    877                IF(lwp) WRITE(numout,*) '   ==>>   previous run without rheology, set stresses to 0' 
     877               IF(lwp) WRITE(numout,*) 
     878               IF(lwp) WRITE(numout,*) '   ==>>>   previous run without rheology, set stresses to 0' 
    878879               stress1_i (:,:) = 0._wp 
    879880               stress2_i (:,:) = 0._wp 
     
    881882            ENDIF 
    882883         ELSE                                   !* Start from rest 
    883             IF(lwp) WRITE(numout,*) '   ==>>   start from rest: set stresses to 0' 
     884            IF(lwp) WRITE(numout,*) 
     885            IF(lwp) WRITE(numout,*) '   ==>>>   start from rest: set stresses to 0' 
    884886            stress1_i (:,:) = 0._wp 
    885887            stress2_i (:,:) = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.