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 2933 for branches/2011/dev_r2802_NOCL_Smagorinsky – NEMO

Ignore:
Timestamp:
2011-10-16T09:55:38+02:00 (12 years ago)
Author:
hliu
Message:

new variable defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_NOCL_Smagorinsky/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra.F90

    r2926 r2933  
    6868         &                 ln_traldf_grif , ln_traldf_gdia,                   & 
    6969         &                 rn_aht_0       , rn_ahtb_0      , rn_aeiv_0,       & 
    70          &                 rn_slpmax 
     70         &                 rn_slpmax      ,rn_chsmag 
    7171      !!---------------------------------------------------------------------- 
    7272 
     
    157157      ENDIF 
    158158#endif 
     159 
     160 
     161#if defined key_traldf_smag && ! defined key_traldf_c3d 
     162      CALL ctl_stop( 'key_traldf_smag can only be used with key_traldf_c3d' ) 
     163#endif 
     164      nkaht_smag=0 
     165# if defined key_traldf_smag 
     166      nkaht_smag=1 
     167      IF(lwp.and.ln_traldf_bilap) WRITE(numout,*)' SMAGORINSKY + BILAPLACIAN - UNSTABLE OR NON_CONSERVATIVE' 
     168# endif 
     169 
    159170      ! 
    160171   END SUBROUTINE ldf_tra_init 
Note: See TracChangeset for help on using the changeset viewer.