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 7525 for branches/2016/dev_r6519_HPC_4/NEMOGCM/NEMO/OPA_SRC/SBC/sbcana.F90 – NEMO

Ignore:
Timestamp:
2017-01-04T17:47:47+01:00 (7 years ago)
Author:
mocavero
Message:

changes after review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6519_HPC_4/NEMOGCM/NEMO/OPA_SRC/SBC/sbcana.F90

    r7508 r7525  
    272272      ztau_sais = 0.015 
    273273      ztaun = ztau - ztau_sais * COS( (ztime - ztimemax) / (ztimemin - ztimemax) * rpi ) 
    274       ! module of wind stress and wind speed at T-point 
     274 
    275275      zcoef = 1. / ( zrhoa * zcdrag )  
    276276!$OMP PARALLEL 
     
    285285      END DO 
    286286 
     287      ! module of wind stress and wind speed at T-point 
    287288!$OMP DO schedule(static) private(jj, ji, ztx, zty, zmod) 
    288289      DO jj = 2, jpjm1 
Note: See TracChangeset for help on using the changeset viewer.