Changeset 529 for XIOS/trunk


Ignore:
Timestamp:
12/04/14 15:36:07 (9 years ago)
Author:
aclsce
Message:
  • Added xios_variable as public type (in order to be used by the xios client)
  • Added example of getting/setting variable as global/local attribute of field/file in test_complete.
  • Some cleaning in test_complete program and xml files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/fortran/ixios.F90

    r516 r529  
    157157 
    158158 PUBLIC :: txios(domain), txios(domaingroup),txios(field), txios(fieldgroup),txios(file), txios(filegroup), & 
    159           txios(grid), txios(gridgroup), txios(axis), txios(axisgroup),txios(context), txios(date),txios(time) 
     159          txios(grid), txios(gridgroup), txios(axis), txios(axisgroup),txios(context), txios(date),         & 
     160          txios(time), txios(variable) 
    160161 
    161162 PUBLIC :: xios(set_attr), xios(set_domain_attr), xios(set_domaingroup_attr), xios(set_fieldgroup_attr), & 
Note: See TracChangeset for help on using the changeset viewer.