Skip to content

Commit

Permalink
fixed parameter description issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Jan 2, 2025
1 parent 78d3812 commit 818e93f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config_src/external/GFDL_ocean_BGC/generic_tracer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ subroutine generic_tracer_source(Temp,Salt,rho_dzt,dzt,hblt_depth,ilb,jlb,tau,dt
real, dimension(ilb:,jlb:),optional , intent(in) :: current_wave_stress !< Unknown, and presently unused by MOM6
real, optional , intent(in) :: sosga !< Global average sea surface salinity [ppt]
real, dimension(ilb:,jlb:),optional, intent(in) :: geolat !< Latitude
real, dimension(ilb:,jlb:), optional, intent(in) :: photo_acc_dpth
real, dimension(ilb:,jlb:), optional, intent(in) :: photo_acc_dpth !< The mixed layer depth calculated for photoacclimation
!! that is used for COBALTv3
end subroutine generic_tracer_source

!> Update the tracers from bottom fluxes
Expand Down

0 comments on commit 818e93f

Please sign in to comment.