FIXNULLS()

Fortran version:

    SUBROUTINE FIXNULLS( ASTRING )
        CHARACTER*(*), INTENT(INOUT) :: ASTRING    ! string to be trimmed of NULLs

NO C version:

Summary:

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().

Preconditions:

    USE M3UTILIO
    


Previous: UNGRIDB

Up: Utility Routines

To: Models-3/EDSS I/O API: The Help Pages