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 10106 for NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2018-09-07T15:53:19+02:00 (6 years ago)
Author:
cbricaud
Message:

add mikt coarsening in nemo3.6 coarsening branch

File:
1 edited

Legend:

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

    r10104 r10106  
    122122   USE dom_oce , ONLY : ln_sco => ln_sco 
    123123   USE dom_oce , ONLY : neuler => neuler 
    124    USE dom_oce , ONLY : mikt      => mikt          !: f-points (m) 
    125124 
    126125   USE crs,  ONLY : mi0 => mi0  
     
    193192   USE crs , ONLY :     e3t_0    =>    e3t_0_crs       !: depth of t-points (m) 
    194193   USE crs , ONLY :   mbkt       =>   mbkt_crs       !: vertical index of the bottom last T- ocean level 
     194   USE crs , ONLY :   mikt       =>   mikt_crs       !: vertical index of the top first T- ocean level 
    195195   USE crs , ONLY :   tmask_i    =>   tmask_i_crs    !: Interior mask at t-points 
    196196   USE crs , ONLY :   tmask      =>   tmask_crs      !: land/ocean mask at t-points 
Note: See TracChangeset for help on using the changeset viewer.