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/LIM_SRC_2/limhdf_2.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/LIM_SRC_2/limhdf_2.F90

    r7508 r7525  
    125125         IF( iter == 1 ) THEN 
    126126!$OMP PARALLEL DO schedule(static) private(jj, ji) 
    127              DO jj= 2, jpjm1                                       ! diffusive trend : divergence of the fluxes 
     127             DO jj= 2, jpjm1 
    128128                DO ji = fs_2 , fs_jpim1   ! vector opt.  
    129129                   zdiv0(ji,jj) = zdiv(ji,jj)              ! save the 1st evaluation of the diffusive trend in zdiv0 
Note: See TracChangeset for help on using the changeset viewer.