MODULE trcice_c14 !!====================================================================== !! *** MODULE trcice_c14 *** !!====================================================================== USE par_trc ! TOP parameters USE oce_trc ! Ocean variables USE trc ! TOP variables IMPLICIT NONE PRIVATE PUBLIC trc_ice_ini_c14 ! called by trcice.F90 module !!---------------------------------------------------------------------- !! NEMO/TOP 4.0 , NEMO Consortium (2018) !! $Id$ !! Software governed by the CeCILL license (see ./LICENSE) !!---------------------------------------------------------------------- CONTAINS SUBROUTINE trc_ice_ini_c14 !!---------------------------------------------------------------------- !! *** trc_ice_c14b *** !! !!---------------------------------------------------------------------- ! ! END SUBROUTINE trc_ice_ini_c14 !!====================================================================== END MODULE trcice_c14