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 2917 for branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2011-10-13T18:28:09+02:00 (13 years ago)
Author:
mlelod
Message:

save memory and cpu in the layer case, see ticket/863?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r2905 r2917  
    9090      END IF 
    9191      ! 
    92       ! - ML - only used in domvvl but could be usefull in many routines 
     92      ! - ML - Used in domvvl and traldf_(lab/bilap/iso) but could be usefull in many other modules 
    9393      e12t  (:,:) = e1t(:,:) * e2t(:,:) 
    9494      e12u  (:,:) = e1u(:,:) * e2u(:,:) 
     
    9696      e12v_1(:,:) = 0.5 / ( e1v(:,:) * e2v(:,:) ) 
    9797      e12f_1(:,:) = 0.5 / ( e1f(:,:) * e2f(:,:) ) 
    98       ! - ML - used in domvvl and traldf_(lab/bilap/iso) 
    9998      e1ur  (:,:) = e2u(:,:) / e1u(:,:) 
    10099      e2vr  (:,:) = e1v(:,:) / e2v(:,:) 
Note: See TracChangeset for help on using the changeset viewer.