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 8143 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfdrg.F90 – NEMO

Ignore:
Timestamp:
2017-06-06T15:55:44+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09) - step-7: top/bottom drag computed at T-points, zdfbfr.F90 replaced by zdfdrg.F90 + changes in namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfdrg.F90

    r8093 r8143  
    1010   !!            3.4  ! 2011-11  (H. Liu) implementation of semi-implicit bottom friction option 
    1111   !!                 ! 2012-06  (H. Liu) implementation of Log Layer bottom friction option 
     12   !!            4.0  ! 2017-05  (G. Madec) zdfbfr becomes zdfdrg + variable names change 
     13   !!                                     + drag defined at t-point + new user interface + top drag (ocean cavities) 
    1214   !!---------------------------------------------------------------------- 
    1315 
     
    2830   USE prtctl         ! Print control 
    2931   USE timing         ! Timing 
    30    USE wrk_nemo       ! Memory Allocation 
    3132 
    3233   IMPLICIT NONE 
     
    137138      ENDIF 
    138139      ! 
    139 !!gm to be moved at the end of zdfphy 
    140       CALL lbc_lnk( pCdU, 'T', 1. )    ! Lateral boundary condition 
    141 !!gm end 
    142       ! 
    143140      IF(ln_ctl)   CALL prt_ctl( tab2d_1=pCdU, clinfo1=' Cd*U ') 
    144141      ! 
Note: See TracChangeset for help on using the changeset viewer.