Skip to content

Commit

Permalink
chore: removed unused routine query_vert_localization_coord
Browse files Browse the repository at this point in the history
#753 (comment)

removed done todo comment
  • Loading branch information
hkershaw-brown committed Oct 29, 2024
1 parent 6db8018 commit 268f5af
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions models/mpas_atm/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,6 @@ subroutine verify_state_variables(ncid, filename, ngood, qty_list, variable_boun
failure = .FALSE. ! this is for unsupported dimensions
u_already_in_list = .FALSE.

!HK @todo varible bounds
variable_bounds(:,:) = MISSING_R8

ngood = 0
Expand Down Expand Up @@ -4749,16 +4748,6 @@ subroutine compute_full_pressure(ens_size, theta, rho, qv, pressure, tk, istatus

end subroutine compute_full_pressure

!--------------------------------------------------------------------
!> pass the vertical localization coordinate to assim_tools_mod
function query_vert_localization_coord()

integer :: query_vert_localization_coord

query_vert_localization_coord = vert_localization_coord

end function query_vert_localization_coord

!--------------------------------------------------------------------
!> read the time from the input file
function read_model_time(filename)
Expand Down

0 comments on commit 268f5af

Please sign in to comment.