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 6041 for branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90 – NEMO

Ignore:
Timestamp:
2015-12-14T10:06:06+01:00 (8 years ago)
Author:
timgraham
Message:

Merged head of trunk into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90

    r5407 r6041  
    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.