ufs-community / UFS_UTILS

Utilities for the NCEP models.
Other
21 stars 104 forks source link

release/public-v1: Fix legacy Fortran extension #61

Closed DusanJovic-NOAA closed 4 years ago

DusanJovic-NOAA commented 4 years ago
/home/dusan/simple-ufs/src/preproc/sorc/chgres_cube.fd/write_data.F90:1167:31:

 1167 |    WRITE(OUTFILE, '(A, I1, A)'), 'out.atm.tile', tile, '.nc'
      |                               1
Warning: Legacy Extension: Comma before i/o item list at (1)
/home/dusan/simple-ufs/src/preproc/sorc/chgres_cube.fd/write_data.F90:1637:33:

 1637 |      WRITE(OUTFILE, '(A, I1, A)'), 'out.sfc.tile', tile, '.nc'
      |                                 1
Warning: Legacy Extension: Comma before i/o item list at (1)
[100%] Linking Fortran executable chgres_cube.exe
GeorgeGayno-NOAA commented 4 years ago

Dusan, I can add this small change to one of my other issues and then merge to 'develop'. To get this in the public release branch, you will need to contact the branch code manager.

GeorgeGayno-NOAA commented 4 years ago

What compiler is giving this warning?

climbfuji commented 4 years ago

GNU does.

DusanJovic-NOAA commented 4 years ago

GNU (gfortran)

What compiler is giving this warning?

GNU (gfortran)

GeorgeGayno-NOAA commented 4 years ago

Merged to 'develop' at 72c636c. For convenience, I added this small fix to issue #64.

DusanJovic-NOAA commented 4 years ago

Who is the code manager of release/public-v1 branch?