Skip to content

Commit

Permalink
Fixing 'Warning: Nonconforming tab character at (1) [-Wtabs]' warning…
Browse files Browse the repository at this point in the history
…s from GNU
  • Loading branch information
scrasmussen committed Jan 17, 2024
1 parent ff6646b commit 3bd1deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/src/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4870,7 +4870,7 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
if ( Model%do_ugwp_v1_w_gsldrag) then
if(Model%gwd_opt == 1 )then
Model%gwd_opt =2
Model%nmtvr = 24
Model%nmtvr = 24
endif
Model%do_gsl_drag_ls_bl = .true.
Model%do_gsl_drag_tofd = .true.
Expand Down

0 comments on commit 3bd1deb

Please sign in to comment.