diff --git a/sorc/chgres_cube.fd/atmosphere.F90 b/sorc/chgres_cube.fd/atmosphere.F90 index c13e709b6..cccee336f 100644 --- a/sorc/chgres_cube.fd/atmosphere.F90 +++ b/sorc/chgres_cube.fd/atmosphere.F90 @@ -1260,7 +1260,7 @@ subroutine read_vcoord_info print* print*,"OPEN VERTICAL COORD FILE: ", trim(vcoord_file_target_grid) - open(14, file=trim(vcoord_file_target_grid), form='formatted', iostat=istat) + open(14, file=trim(vcoord_file_target_grid), form='formatted', iostat=istat, action='read') if (istat /= 0) then call error_handler("OPENING VERTICAL COORD FILE", istat) endif