Skip to content

Commit

Permalink
Add boundary_forcing_tend to stub g_tracer_type
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-c-ross committed Aug 6, 2024
1 parent 0fb2043 commit ef29b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config_src/external/GFDL_ocean_BGC/generic_tracer_utils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ module g_tracer_utils
real, pointer, dimension(:,:,:,:) :: field => NULL()
!> Tracer concentration in river runoff
real, allocatable, dimension(:,:) :: trunoff
real, allocatable, dimension(:,:,:) :: boundary_forcing_tend !< Tendency for budget diagnostics
logical :: requires_restart = .true. !< Unknown
character(len=fm_string_len) :: src_file !< Tracer source filename
character(len=fm_string_len) :: src_var_name !< Tracer source variable name
character(len=fm_string_len) :: src_var_unit !< Tracer source variable units
character(len=fm_string_len) :: src_var_gridspec !< Tracer source grid file name
character(len=fm_string_len) :: obc_src_file_name !< Boundary condition tracer source filename
character(len=fm_string_len) :: obc_src_field_name !< Boundary condition tracer source fieldname
integer :: diag_id_boundary_forcing_tend = -1 !< Budget diagnostic id
integer :: src_var_record !< Unknown
logical :: runoff_added_to_stf = .false. !< Has flux in from runoff been added to stf?
logical :: requires_src_info = .false. !< Unknown
Expand Down

0 comments on commit ef29b12

Please sign in to comment.