Changeset 420 for IOIPSL


Ignore:
Timestamp:
10/10/08 16:12:36 (15 years ago)
Author:
bellier
Message:

histcom : added the NETCDF standard_name attribute for variables
flincom : blanked an attribute to avoid conflicts with NETCDF

Location:
IOIPSL/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/src/flincom.f90

    r386 r420  
    611611!--- 
    612612!-- Find the calendar 
     613    calendar = '' 
    613614    iret = NF90_GET_ATT (fid,gdtmaf_id,'calendar',calendar) 
    614615    IF (iret == NF90_NOERR) THEN 
  • IOIPSL/trunk/src/histcom.f90

    r416 r420  
    16161616 &                           TRIM(unit_name(pfileid,iv))) 
    16171617      ENDIF 
     1618      iret = NF90_PUT_ATT (ncid,ncvarid,'standard_name', & 
     1619 &                         TRIM(title(pfileid,iv))) 
    16181620!- 
    16191621      iret = NF90_PUT_ATT (ncid,ncvarid,'_Fillvalue', & 
Note: See TracChangeset for help on using the changeset viewer.