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/CFC – 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/CFC/trcice_cfc.F90

    r5385 r5434  
    1919   PRIVATE 
    2020 
    21    PUBLIC   trc_ice_cfc       ! called by trcice.F90 module 
     21   PUBLIC   trc_ice_ini_cfc       ! called by trcice.F90 module 
    2222 
    2323   !!---------------------------------------------------------------------- 
     
    2828CONTAINS 
    2929 
    30    SUBROUTINE trc_ice_cfc 
     30   SUBROUTINE trc_ice_ini_cfc 
    3131      !!---------------------------------------------------------------------- 
    3232      !!                     ***  trc_ice_cfc  *** 
     
    3838      ! 
    3939      ! 
    40    END SUBROUTINE trc_ice_cfc 
     40   END SUBROUTINE trc_ice_ini_cfc 
    4141 
    4242 
     
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
    48    SUBROUTINE trc_ice_cfc             ! Empty routine 
    49    END SUBROUTINE trc_ice_cfc 
     48   SUBROUTINE trc_ice_ini_cfc             ! Empty routine 
     49   END SUBROUTINE trc_ice_ini_cfc 
    5050#endif 
    5151 
Note: See TracChangeset for help on using the changeset viewer.