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 9490 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynadv.F90 – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DYN/dynadv.F90

    r9190 r9490  
    9898      !!---------------------------------------------------------------------- 
    9999      ! 
     100      IF(lwp) THEN 
     101         WRITE(numout,*) 
     102         WRITE(numout,*) 'dyn_adv_init : choice/control of the momentum advection scheme' 
     103         WRITE(numout,*) '~~~~~~~~~~~~' 
     104      ENDIF 
     105      ! 
    100106      REWIND( numnam_ref )              ! Namelist namdyn_adv in reference namelist : Momentum advection scheme 
    101107      READ  ( numnam_ref, namdyn_adv, IOSTAT = ios, ERR = 901) 
     
    107113 
    108114      IF(lwp) THEN                    ! Namelist print 
    109          WRITE(numout,*) 
    110          WRITE(numout,*) 'dyn_adv_init : choice/control of the momentum advection scheme' 
    111          WRITE(numout,*) '~~~~~~~~~~~~' 
    112115         WRITE(numout,*) '   Namelist namdyn_adv : chose a advection formulation & scheme for momentum' 
    113116         WRITE(numout,*) '      linear dynamics : no momentum advection          ln_dynadv_NONE = ', ln_dynadv_NONE 
Note: See TracChangeset for help on using the changeset viewer.