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

Ignore:
Timestamp:
2015-12-17T16:48:41+01:00 (8 years ago)
Author:
cbricaud
Message:

correction of bugs from last update and improvments for CRS

File:
1 edited

Legend:

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

    r5602 r6101  
    7676   USE dom_oce , ONLY : ln_sco => ln_sco 
    7777   USE dom_oce , ONLY : neuler => neuler 
     78   USE dom_oce , ONLY : mikt      => mikt          !: f-points (m) 
    7879 
    7980   USE crs,  ONLY : mi0 => mi0  
     
    282283   USE dom_oce , ONLY :   mbku      => mbku          !: f-points (m) 
    283284   USE dom_oce , ONLY :   mbkv      => mbkv          !: f-points (m) 
     285   USE dom_oce , ONLY :   mikt      => mikt          !: f-points (m) 
    284286 
    285287   !* IO manager * 
     
    401403#endif 
    402404 
     405 
     406   USE dom_oce , ONLY : ndastp 
     407   USE sbc_oce , ONLY : nn_ice_embd 
     408   USE sbc_oce , ONLY : ln_cpl 
     409   USE sbc_oce , ONLY : ncpl_qsr_freq 
     410 
    403411#else 
    404412   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.