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 2887 for branches/2011/dev_r2802_NOCL_Smagorinsky/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra.F90 – NEMO

Ignore:
Timestamp:
2011-10-05T11:16:29+02:00 (13 years ago)
Author:
hliu
Message:

addition and modification of files for Smagorinsky method. for Maria Luneva

File:
1 edited

Legend:

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

    r2715 r2887  
    6868         &                 ln_traldf_grif , ln_traldf_gdia,                   & 
    6969         &                 rn_aht_0       , rn_ahtb_0      , rn_aeiv_0,       & 
    70          &                 rn_slpmax 
     70         &                 rn_slpmax , chsmag 
    7171      !!---------------------------------------------------------------------- 
    7272 
     
    157157      ENDIF 
    158158#endif 
     159#if defined key_traldf_smag && ! defined key_traldf_c3d 
     160       CALL ctl_stop( 'key_traldf_smag can only be used with key_traldf_c3d' ) 
     161#endif 
     162 
    159163      ! 
    160164   END SUBROUTINE ldf_tra_init 
Note: See TracChangeset for help on using the changeset viewer.