source: XMLIO_V2/dev/common/src/xmlio/config/file_attribute.conf @ 286

Last change on this file since 286 was 286, checked in by ymipsl, 12 years ago

reprise en main de la version de H. Ozdoba. Correction de différentes erreurs de conception et bug.
Version NEMO operationnel en client/server, interoperabilita avec OASIS, reconstition de fichiers via netcdf4/HDF5

YM

File size: 332 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3
4DECLARE_ATTRIBUTE(StdString, name_suffix)
5
6DECLARE_ATTRIBUTE(StdString, output_freq)
7DECLARE_ATTRIBUTE(int,       output_level)
8
9DECLARE_ATTRIBUTE(bool,      enabled)
10DECLARE_ATTRIBUTE(StdString,      type)
11
12// DECLARE_ATTRIBUTE_DEF(bool, enabled, true)
Note: See TracBrowser for help on using the repository browser.