Skip to content

Commit

Permalink
Changing the name of qcf_table_data_type to algorithm_info_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs2369 committed Oct 3, 2023
1 parent d59e3c1 commit d8addde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assimilation_code/modules/assimilation/algorithm_info_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module algorithm_info_mod
real(r8) :: lower_bound, upper_bound
end type

type qcf_table_data_type
type algorithm_info_type
type(obs_error_info_type) :: obs_error_info
type(probit_inflation_type) :: probit_inflation
type(probit_state_type) :: probit_state
Expand All @@ -86,7 +86,7 @@ module algorithm_info_mod
character(len=129), dimension(29) :: header2

character(len=129), allocatable :: qcf_table_row_headers(:)
type(qcf_table_data_type), allocatable :: qcf_table_data(:)
type(algorithm_info_type), allocatable :: qcf_table_data(:)

! Provides routines that give information about details of algorithms for
! observation error sampling, observation increments, and the transformations
Expand Down

0 comments on commit d8addde

Please sign in to comment.