Skip to content

Commit

Permalink
improved su compatibility with multiple ersem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 22, 2020
1 parent 73f7068 commit 0e58664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/su/ersem/mesozooplankton.F90
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ subroutine initialize(self,configunit)
call self%register_diagnostic_variable(self%id_I, 'I', 'g C/g C/d', 'total carbon ingestion', output=output_time_step_averaged)

! Contribute to aggregate fluxes.
call self%add_to_aggregate_variable(zooplankton_respiration_rate,self%id_fZIO3c)
call self%add_to_aggregate_variable(type_bulk_standard_variable(name='zooplankton_respiration_rate',units='mg C/m^3/d',aggregate_variable=.true.),self%id_fZIO3c)

end subroutine

Expand Down

0 comments on commit 0e58664

Please sign in to comment.