You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/tracer/MOM_tracer_flow_control.F90, the documentation for the subroutine call_tracer_stocks() is identical to that of call_tracer_surface_state() (presumably somebody just copy / pasted the latter to use as a template for the former).
!> This subroutine calls all registered tracer packages to enable them to
!! add to the surface state returned to the coupler. These routines are optional.
subroutinecall_tracer_surface_state(sfc_state, h, G, GV, US, CS)
!> This subroutine calls all registered tracer packages to enable them to
!! add to the surface state returned to the coupler. These routines are optional.
subroutinecall_tracer_stocks(h, stock_values, G, GV, US, CS, stock_names, stock_units, &num_stocks, stock_index, got_min_max, global_min, global_max, &xgmin, ygmin, zgmin, xgmax, ygmax, zgmax)
This is reflected in the documentation on ReadTheDocs.
The text was updated successfully, but these errors were encountered:
In
src/tracer/MOM_tracer_flow_control.F90
, the documentation for the subroutinecall_tracer_stocks()
is identical to that ofcall_tracer_surface_state()
(presumably somebody just copy / pasted the latter to use as a template for the former).Header for
call_tracer_surface_state
Header for
call_tracer_stocks
This is reflected in the documentation on ReadTheDocs.
The text was updated successfully, but these errors were encountered: