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 5434 for trunk/NEMOGCM/NEMO/TOP_SRC/C14b/trcice_c14b.F90 – NEMO

Ignore:
Timestamp:
2015-06-18T11:05:30+02:00 (9 years ago)
Author:
cetlod
Message:

fix to add undefined subroutines, see ticket #1541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/C14b/trcice_c14b.F90

    r5385 r5434  
    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.