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 4370 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr_substitute.h90 – NEMO

Ignore:
Timestamp:
2014-01-23T18:13:16+01:00 (10 years ago)
Author:
jchanut
Message:

Time split cleaning / AMM12 restart / BDY and Agrif. See tickets #1228, #1227, #1225 and #1133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr_substitute.h90

    r4292 r4370  
    3434 
    3535#   define  fse3t_m(i,j)     e3t_m(i,j) 
     36 
     37#   define  hu_a(i,j)        ehu_a(i,j) 
     38#   define  hur_a(i,j)       ehur_a(i,j) 
     39#   define  hv_a(i,j)        ehv_a(i,j) 
     40#   define  hvr_a(i,j)       ehvr_a(i,j) 
     41#   define  hu_b(i,j)        ehu_b(i,j) 
     42#   define  hur_b(i,j)       ehur_b(i,j) 
     43#   define  hv_b(i,j)        ehv_b(i,j) 
     44#   define  hvr_b(i,j)       ehvr_b(i,j) 
    3645 
    3746! This part should be removed one day ... 
     
    7584#   define  fse3t_m(i,j)     e3t_0(i,j,1) 
    7685 
     86#   define  hu_a(i,j)        hu(i,j) 
     87#   define  hur_a(i,j)       hur(i,j) 
     88#   define  hv_a(i,j)        hv(i,j) 
     89#   define  hvr_a(i,j)       hvr(i,j) 
     90#   define  hu_b(i,j)        hu(i,j) 
     91#   define  hur_b(i,j)       hur(i,j) 
     92#   define  hv_b(i,j)        hv(i,j) 
     93#   define  hvr_b(i,j)       hvr(i,j) 
     94 
    7795! This part should be removed one day ... 
    7896! ... In that case all occurence of the above statement functions 
Note: See TracChangeset for help on using the changeset viewer.