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

Ignore:
Timestamp:
2016-11-30T15:44:11+01:00 (7 years ago)
Author:
cbricaud
Message:

coarsening branch: first implementation of coarsening in PISCES

File:
1 edited

Legend:

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

    r7332 r7398  
    1111   !!---------------------------------------------------------------------- 
    1212   USE oce_trc          ! ocean dynamics and active tracers variables 
    13    USE trc 
     13   USE trc, ONLY: cvol,numont,numstr 
    1414   USE trctrp           ! passive tracers transport 
    1515   USE trcsms           ! passive tracers sources and sinks 
     
    2222   USE iom, ONLY : lk_iomput , iom_close, iom_varid, jpdom_autoglo, iom_get, iom_rstput 
    2323   USE in_out_manager 
    24    USE trcsub 
     24   USE trcsub, ONLY: trc_sub_stp,trc_sub_reset 
    2525   USE dom_oce, ONLY : nday, nmonth, nyear, nsec1jan000, nsec_year 
    26    !USE sbc_oce 
    2726 
    2827   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.