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 Oct 31, 2024
1 parent bebb821 commit 4ce0db3
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 @@ -5087,7 +5087,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 4ce0db3

Please sign in to comment.