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

Ignore:
Timestamp:
2015-02-24T15:46:25+01:00 (9 years ago)
Author:
cbricaud
Message:

bug correction

File:
1 edited

Legend:

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

    r4990 r5105  
    1111   !!---------------------------------------------------------------------- 
    1212   USE oce_trc          ! ocean dynamics and active tracers variables 
    13    USE sbc_oce 
     13   USE sbc_oce , ONLY : ltrcdm2dc,qsr_mean 
    1414   USE trc 
    1515   USE trctrp           ! passive tracers transport 
     
    1717   USE prtctl_trc       ! Print control for debbuging 
    1818   USE trcdia 
    19    USE trcwri 
     19   USE trcwri , ONLY : trc_wri 
    2020   USE trcrst 
    2121   USE trdtrc_oce 
    2222   USE trdmxl_trc 
    23    USE iom 
     23   USE iom, ONLY : lk_iomput , iom_close 
    2424   USE in_out_manager 
    2525   USE trcsub 
     26   USE dom_oce, ONLY : nday, nmonth, nyear 
    2627 
    2728   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.