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_c3d.h90 – 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_c3d.h90

    r2715 r2887  
    8989      ENDIF 
    9090 
    91 # if defined key_traldf_eiv 
     91# if defined key_traldf_eiv  
    9292      aeiu(:,:,:) = aeiv0            ! set aeiu = aeiv at u- and v-points, 
    9393      aeiv(:,:,:) = aeiv0            ! and aeiw at w-point 
     
    108108      CALL lbc_lnk( aeiv, 'V', 1. ) 
    109109      CALL lbc_lnk( aeiw, 'W', 1. ) 
    110 # endif 
    111110 
    112111      IF(lwp .AND. ld_print ) THEN 
     
    121120         CALL prihre(aeiw(:,:,1),jpi,jpj,1,jpi,1,1,jpj,1,1.e-3,numout) 
    122121      ENDIF 
     122# endif 
    123123      ! 
    124124   END SUBROUTINE ldf_tra_c3d 
Note: See TracChangeset for help on using the changeset viewer.