Ignore:
Timestamp:
Aug 2, 2012, 4:22:20 PM (12 years ago)
Author:
acolaitis
Message:

Bug correction in API, global attributes were skipped in some cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/api.F90

    r564 r755  
    463463             ENDIF
    464464            IF (cname .eq. 'MAP_PROJ') map_proj = ival
    465            elseif ( itype .eq. 5 ) then    ! real
     465           elseif ( itype .eq. 5 .or. itype .eq. 6 ) then    ! real !AC: 6 is float
    466466            rcode = nf_get_att_real (ncid, nf_global, cname, rval)
    467467            IF (debug) &
Note: See TracChangeset for help on using the changeset viewer.