Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion model/fv_control.F90
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ subroutine read_namelist_fv_grid_nml
! Read Main namelist
read (f_unit,fv_grid_nml,iostat=ios)
ierr = check_nml_error(ios,'fv_grid_nml')
rewind (f_unit)
call close_file (f_unit)
#endif
call write_version_number ( 'FV_CONTROL_MOD', version )
unit = stdlog()
Expand Down
2 changes: 1 addition & 1 deletion tools/test_cases.F90
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module test_cases_mod

use mpp_mod, only: mpp_error, FATAL, mpp_root_pe, mpp_broadcast, mpp_sum
use mpp_mod, only: stdlog, input_nml_file
use fms_mod, only: check_nml_error
use fms_mod, only: check_nml_error, close_file, open_namelist_file
Comment thread
junwang-noaa marked this conversation as resolved.
use mpp_domains_mod, only: mpp_update_domains, domain2d
use mpp_parameter_mod, only: AGRID_PARAM=>AGRID,CGRID_NE_PARAM=>CGRID_NE, &
SCALAR_PAIR
Expand Down