SUBROUTINE FIXNULLS( ASTRING ) CHARACTER*(*), INTENT(INOUT) :: ASTRING ! string to be trimmed of NULLs
SUBROUTINE FIXNULLS()
removes trailing ASCII-nulls,
replacing them with blanks (to deal with problems caused by the lack
of sophistication of netCDF's Fortran bindings), especially for
MPAS-format netCDEF.
See also UPCASE() and LUSTR().
USE M3UTILIO
To: Models-3/EDSS I/O API: The Help Pages