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 5948 for branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90 – NEMO

Ignore:
Timestamp:
2015-11-30T11:47:24+01:00 (8 years ago)
Author:
timgraham
Message:

Merged in head of trunk (r5936)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90

    r5947 r5948  
    8080   INTEGER , PUBLIC, PARAMETER ::   jp_mfs     = 6        !: MFS  bulk                     formulation 
    8181   INTEGER , PUBLIC, PARAMETER ::   jp_none    = 7        !: for OPA when doing coupling via SAS module 
    82    INTEGER , PUBLIC, PARAMETER ::   jp_esopa   = -1       !: esopa test, ALL formulations 
    8382    
    8483   !!---------------------------------------------------------------------- 
     
    200199      !!--------------------------------------------------------------------- 
    201200      zcoef = 0.5 / ( zrhoa * zcdrag )  
    202 !CDIR NOVERRCHK 
    203201      DO jj = 2, jpjm1 
    204 !CDIR NOVERRCHK 
    205202         DO ji = fs_2, fs_jpim1   ! vect. opt. 
    206203            ztx = utau(ji-1,jj  ) + utau(ji,jj)  
Note: See TracChangeset for help on using the changeset viewer.