Ignore:
Timestamp:
09/15/17 14:37:50 (7 years ago)
Author:
ymipsl
Message:

Add new axis attribute : formula, formula_term, formula_bounds, formula_term_bounds (string). It will be written as metadata in netcdf file.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/config/axis_attribute.conf

    r1158 r1266  
    44 
    55DECLARE_ATTRIBUTE(StdString, unit) 
     6DECLARE_ATTRIBUTE(StdString, formula) 
     7DECLARE_ATTRIBUTE(StdString, formula_term) 
     8DECLARE_ATTRIBUTE(StdString, formula_bounds) 
     9DECLARE_ATTRIBUTE(StdString, formula_term_bounds) 
    610 
    711DECLARE_ATTRIBUTE(int,       n_glo) 
Note: See TracChangeset for help on using the changeset viewer.