Skip to content

Commit

Permalink
Fix state_var_type%netcdf_var_names character length in default_model…
Browse files Browse the repository at this point in the history
…_mod.f90

Co-authored-by: Helen Kershaw <[email protected]>
  • Loading branch information
mjs2369 and hkershaw-brown authored Jan 13, 2025
1 parent b0c2a00 commit a4b10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/utilities/default_model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module default_model_mod

type :: state_var_type
integer :: nvars
character(len=64), allocatable :: netcdf_var_names(:)
character(len=NF90_MAX_NAME), allocatable :: netcdf_var_names(:)
integer, allocatable :: qtys(:)
real(r8), allocatable :: clamp_values(:, :)
logical, allocatable :: updates(:)
Expand Down

0 comments on commit a4b10d6

Please sign in to comment.