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/TRA/tradmp.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/TRA/tradmp.F90

    r9168 r9490  
    197197      ENDIF 
    198198      ! 
    199       IF( ln_tradmp) THEN 
     199      IF( ln_tradmp ) THEN 
    200200         !                          ! Allocate arrays 
    201201         IF( tra_dmp_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'tra_dmp_init: unable to allocate arrays' ) 
     
    212212         !    so can damp to something other than intitial conditions files? 
    213213         !!gm: In principle yes. Nevertheless, we can't anticipate demands that have never been formulated. 
    214          IF( .NOT.ln_tsd_tradmp ) THEN 
     214         IF( .NOT.ln_tsd_dmp ) THEN 
    215215            IF(lwp) WRITE(numout,*) 
    216             IF(lwp) WRITE(numout, *)  '   read T-S data not initialized, we force ln_tsd_tradmp=T' 
     216            IF(lwp) WRITE(numout, *)  '   read T-S data not initialized, we force ln_tsd_dmp=T' 
    217217            CALL dta_tsd_init( ld_tradmp=ln_tradmp )        ! forces the initialisation of T-S data 
    218218         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.