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 7521 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC – NEMO

Ignore:
Timestamp:
2016-12-29T16:20:07+01:00 (7 years ago)
Author:
cbricaud
Message:

correc bugs in crs branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90

    r7398 r7521  
    375375   USE dom_oce , ONLY :   e3w        =>  e3w_0         !: w-points (m) 
    376376   USE dom_oce , ONLY :   e3f        =>  e3f_0         !: f-points (m) 
    377    USE dom_oce , ONLY :   gdept_n    =>  gdept_0         !: f-points (m) 
    378    USE dom_oce , ONLY :   gdepw_n    =>  gdepw_0         !: f-points (m) 
    379377#endif 
    380378   USE dom_oce , ONLY :   ff         =>  ff         !: f-points (m) 
     
    384382   USE dom_oce , ONLY :   e3w_0      =>  e3w_0         !: w-points (m) 
    385383   USE dom_oce , ONLY :   gdept_0    =>  gdept_0         !: f-points (m) 
     384   USE dom_oce , ONLY :   gdepw_0    =>  gdepw_0         !: f-points (m) 
    386385   USE dom_oce , ONLY :   gdept_1d   => gdept_1d          !: f-points (m) 
    387386   USE dom_oce , ONLY :   tmask      => tmask          !: f-points (m) 
Note: See TracChangeset for help on using the changeset viewer.