MODULE initrc !!====================================================================== !! *** MODULE initrc *** !! Dummy module !! Initialization for the tracer model !!====================================================================== !!---------------------------------------------------------------------- !! Default key No passive tracers !!---------------------------------------------------------------------- !!---------------------------------------------------------------------- !! OPA 9.0 , LOCEAN-IPSL (2005) !! $Header$ !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt !!---------------------------------------------------------------------- CONTAINS SUBROUTINE ini_trc ! Empty routine WRITE(*,*) 'ini_trc: You should not have seen this print! error?' END SUBROUTINE ini_trc !!====================================================================== END MODULE initrc