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 2814 for branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2011-07-27T14:41:28+02:00 (13 years ago)
Author:
davestorkey
Message:
  1. Implement tidal harmonics forcing (UKMO version) in new structure.
  2. Other bug fixes and updates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r2800 r2814  
    2626   USE zdfbfr          ! bottom friction 
    2727   USE dynvor          ! vorticity term 
     28   USE obc_par         ! for lk_obc 
    2829   USE obc_oce         ! Lateral open boundary condition 
    2930   USE obcdta          ! open boundary condition data      
     
    528529      !                                                    ! ==================== ! 
    529530 
    530 #if defined key_obc 
    531       IF( lp_obc_east  )   sshfoe_b(:,:) = zcoef * sshfoe_b(:,:)     !!gm totally useless ????? 
    532       IF( lp_obc_west  )   sshfow_b(:,:) = zcoef * sshfow_b(:,:) 
    533       IF( lp_obc_north )   sshfon_b(:,:) = zcoef * sshfon_b(:,:) 
    534       IF( lp_obc_south )   sshfos_b(:,:) = zcoef * sshfos_b(:,:) 
    535 #endif 
    536  
    537531      ! ----------------------------------------------------------------------------- 
    538532      ! Phase 3. update the general trend with the barotropic trend 
Note: See TracChangeset for help on using the changeset viewer.