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 776 for branches/dev_001_GM/NEMO/TOP_SRC/TRP/trcadv_smolar.F90 – NEMO

Ignore:
Timestamp:
2007-12-19T15:10:14+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - passivetrc_substitute.h90 renamed top_substitute.h90 - compilation OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/TRP/trcadv_smolar.F90

    r772 r776  
    1212   !!                  FCT scheme 
    1313   !!---------------------------------------------------------------------- 
    14    !! * Modules used 
    1514   USE oce_trc             ! ocean dynamics and active tracers variables 
    1615   USE trc                 ! ocean passive tracers variables 
     
    2221   PRIVATE 
    2322 
    24    !! * Accessibility 
    2523   PUBLIC trc_adv_smolar    ! routine called by trcstp.F90 
    2624 
    27    !! * Module variable 
    28    REAL(wp), DIMENSION(jpk) ::   & 
    29       rdttrc                     ! vertical profile of tracer time-step 
     25   REAL(wp), DIMENSION(jpk) ::   rdttrc       ! vertical profile of tracer time-step 
    3026  
    3127   !! * Substitutions 
    32 #  include "passivetrc_substitute.h90" 
     28#  include "top_substitute.h90" 
    3329   !!---------------------------------------------------------------------- 
    3430   !!   TOP 1.0 , LOCEAN-IPSL (2005)  
Note: See TracChangeset for help on using the changeset viewer.