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/trcstp.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/trcstp.F90

    r5602 r6101  
    1111   !!---------------------------------------------------------------------- 
    1212   USE oce_trc          ! ocean dynamics and active tracers variables 
    13    USE sbc_oce , ONLY : ltrcdm2dc,qsr_mean 
    1413   USE trc 
    1514   USE trctrp           ! passive tracers transport 
     
    2423   USE in_out_manager 
    2524   USE trcsub 
    26    USE dom_oce, ONLY : nday, nmonth, nyear 
     25   USE dom_oce, ONLY : nday, nmonth, nyear, nsec1jan000, nsec_year 
     26   !USE sbc_oce 
    2727 
    2828   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.