Skip to content

Commit

Permalink
comment typo, namelist item is state_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Feb 3, 2025
1 parent a95013b commit 57734f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/cam-fv/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ subroutine static_init_model()
call init_globals()

! parse_variables converts the character table that was read in from
! model_nml:model_state_variables into a state_var_type that can be
! model_nml:state_variables into a state_var_type that can be
! passed to add_domain
domain_id = add_domain(cam_template_filename, parse_variables_clamp(state_variables))

Expand Down

0 comments on commit 57734f1

Please sign in to comment.