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 3432 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2012-07-11T13:22:58+02:00 (12 years ago)
Author:
trackstand2
Message:

Merge branch 'ksection_partition'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r3211 r3432  
    156156      ! surface at t-points and inverse surface at (u/v)-points used in surface averaging computations 
    157157      ! for ssh and scale factors 
    158       zs_t  (:,:) =       e1t(:,:) * e2t(:,:) 
    159       zs_u_1(:,:) = 0.5 / e1u(:,:) * e2u(:,:) 
    160       zs_v_1(:,:) = 0.5 / e1v(:,:) * e2v(:,:) 
     158      zs_t  (:,:) =         e1t(:,:) * e2t(:,:) 
     159      zs_u_1(:,:) = 0.5 / ( e1u(:,:) * e2u(:,:) ) 
     160      zs_v_1(:,:) = 0.5 / ( e1v(:,:) * e2v(:,:) ) 
    161161 
    162162      DO jj = 1, jpjm1                          ! initialise before and now Sea Surface Height at u-, v-, f-points 
Note: See TracChangeset for help on using the changeset viewer.