Skip to content

Commit

Permalink
Update SPP namelist entry
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBeck-NOAA committed Feb 16, 2022
1 parent 079820e commit 450508d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compns_stochy.F90
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ subroutine compns_stochy (me,sz_nml,input_nml_file,fn_nml,nlunit,deltim,iret)
#endif

#ifdef INTERNAL_FILE_NML
read(input_nml_file, nml=nam_spperts, iostat=ios)
read(input_nml_file, nml=nam_sppperts, iostat=ios)
#else
rewind (nlunit)
open (unit=nlunit, file=fn_nml, action='READ', status='OLD', iostat=ios)
read(nlunit,nam_spperts)
read(nlunit,nam_sppperts)
#endif

if (me == 0) then
Expand Down

0 comments on commit 450508d

Please sign in to comment.