Skip to content

Commit

Permalink
Replace comment explaining allow_scm with the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Jan 24, 2025
1 parent d013bf7 commit 6cf536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init_interp/initInterp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ subroutine read_var_double(ncid, varname, data, dim1name, use_glob, allow_scm)
real(r8), pointer , intent(inout) :: data(:)
character(len=*) , intent(in) :: dim1name
logical , intent(in) :: use_glob ! if .true., use the 'glob' form of ncd_io
logical , intent(in) :: allow_scm ! if .true., use the 'glob' form of ncd_io
logical , intent(in) :: allow_scm ! if .true., allow scm data slice

! local
character(16) :: readflag
Expand Down

0 comments on commit 6cf536b

Please sign in to comment.