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 5666 for branches/UKMO/2015_CO6_CO5_shelfdiagnostic/NEMOGCM/NEMO/TOP_SRC/C14b/trcice_c14b.F90 – NEMO

Ignore:
Timestamp:
2015-08-04T14:45:33+02:00 (9 years ago)
Author:
deazer
Message:

Upgraded branch to VERSION 3 6 STABLE

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2015_CO6_CO5_shelfdiagnostic/NEMOGCM/NEMO/TOP_SRC/C14b/trcice_c14b.F90

    r5386 r5666  
    1616   PRIVATE 
    1717 
    18    PUBLIC   trc_ice_c14b       ! called by trcice.F90 module 
     18   PUBLIC   trc_ice_ini_c14b       ! called by trcice.F90 module 
    1919 
    2020   !!---------------------------------------------------------------------- 
    2121   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    22    !! $Id: trcice_c14b.F90 4990 2014-12-15 16:42:49Z timgraham $ 
     22   !! $Id$ 
    2323   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    2424   !!---------------------------------------------------------------------- 
    2525CONTAINS 
    2626 
    27    SUBROUTINE trc_ice_c14b 
     27   SUBROUTINE trc_ice_ini_c14b 
    2828      !!---------------------------------------------------------------------- 
    2929      !!                     ***  trc_ice_c14b  *** 
     
    3232      ! 
    3333      ! 
    34    END SUBROUTINE trc_ice_c14b 
     34   END SUBROUTINE trc_ice_ini_c14b 
    3535 
    3636 
     
    4040   !!---------------------------------------------------------------------- 
    4141CONTAINS 
    42    SUBROUTINE trc_ice_c14b             ! Empty routine 
    43    END SUBROUTINE trc_ice_c14b 
     42   SUBROUTINE trc_ice_ini_c14b             ! Empty routine 
     43   END SUBROUTINE trc_ice_ini_c14b 
    4444#endif 
    4545 
Note: See TracChangeset for help on using the changeset viewer.