From c496d399c00e6aa1db8ba0356a3d7df9657e8884 Mon Sep 17 00:00:00 2001 From: anton-seaice Date: Thu, 8 Aug 2024 16:33:26 +1000 Subject: [PATCH] tidy warning text --- cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90 b/cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90 index 1f1ec4c71..94331edf1 100644 --- a/cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90 +++ b/cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90 @@ -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), &