@@ -949,8 +949,6 @@ function chem_implements_cnst(name)
949949 ! Purpose: return true if specified constituent is implemented by this package
950950 ! Author: B. Eaton
951951
952- IMPLICIT NONE
953-
954952 CHARACTER (LEN=* ), INTENT (IN ) :: name ! constituent name
955953 LOGICAL :: chem_implements_cnst ! return value
956954 INTEGER :: M
@@ -4640,12 +4638,8 @@ subroutine chem_init_restart(File)
46404638 use tracer_cnst, only : init_tracer_cnst_restart
46414639 use tracer_srcs, only : init_tracer_srcs_restart
46424640
4643- IMPLICIT NONE
4644-
46454641 TYPE (file_desc_t) :: File
46464642
4647- WRITE (iulog,' (a)' ) ' chem_init_restart: init restarts for tracer sources and offline fields'
4648-
46494643 !
46504644 ! data for offline tracers
46514645 !
@@ -4665,12 +4659,8 @@ subroutine chem_write_restart( File )
46654659 use tracer_cnst, only : write_tracer_cnst_restart
46664660 use tracer_srcs, only : write_tracer_srcs_restart
46674661
4668- IMPLICIT NONE
4669-
46704662 TYPE (file_desc_t) :: File
46714663
4672- WRITE (iulog,' (a)' ) ' chem_write_restart: writing restarts for tracer sources and offline fields'
4673-
46744664 ! data for offline tracers
46754665 call write_tracer_cnst_restart(File)
46764666 call write_tracer_srcs_restart(File)
@@ -4687,12 +4677,8 @@ subroutine chem_read_restart( File )
46874677 use tracer_cnst, only : read_tracer_cnst_restart
46884678 use tracer_srcs, only : read_tracer_srcs_restart
46894679
4690- IMPLICIT NONE
4691-
46924680 TYPE (file_desc_t) :: File
46934681
4694- WRITE (iulog,' (a)' ) ' GCCALL CHEM_READ_RESTART'
4695-
46964682 ! data for offline tracers
46974683 call read_tracer_cnst_restart(File)
46984684 call read_tracer_srcs_restart(File)
0 commit comments