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 5989 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/NEMO/TOP_SRC/C14b/trcice_c14b.F90 – NEMO

Ignore:
Timestamp:
2015-12-03T09:10:32+01:00 (8 years ago)
Author:
deazer
Message:

Merging TMB and 25h diagnostics to head of trunk
added brief documentation

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/NEMO/TOP_SRC/C14b/trcice_c14b.F90

    r5386 r5989  
    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   !!---------------------------------------------------------------------- 
     
    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.