Skip to content

Commit

Permalink
tidy warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Aug 8, 2024
1 parent 1111071 commit c496d39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ subroutine ice_pio_init(mode, filename, File, clobber, fformat, &
status = pio_openfile(ice_pio_subsystem, File, pio_iotype, trim(filename), pio_nowrite)
if (status /= PIO_NOERR) then
if (my_task == master_task) then
write(nu_diag,*) subname//' opening '//trim(filename)//' as type '//trim(fformat)//&
' failed, retrying as type cdf1'
write(nu_diag,*) subname//' opening '//trim(filename)//' as type '//trim(fformat)//' failed, retrying as type cdf1'
endif
status = pio_openfile(ice_pio_subsystem, File, PIO_IOTYPE_NETCDF, trim(filename), pio_nowrite)
call ice_pio_check( status, subname//' ERROR: Failed to open file '//trim(filename), &
Expand Down

0 comments on commit c496d39

Please sign in to comment.