source: issm/trunk-jpl/src/m/enum/OutputdefinitionEnum.m@ 16388

Last change on this file since 16388 was 16388, checked in by Eric.Larour, 11 years ago

NEW: new capbility to request outputs that can be defined very widely in the outputdefinition field
of the model. For now, we have implemented the massfluxatgate definition, which can be referred to
inthe requested_outputs field of stressbalance, transient and masstransport solutions.

File size: 379 bytes
Line 
1function macro=OutputdefinitionEnum()
2%OUTPUTDEFINITIONENUM - Enum of Outputdefinition
3%
4% WARNING: DO NOT MODIFY THIS FILE
5% this file has been automatically generated by src/c/shared/Enum/Synchronize.sh
6% Please read src/c/shared/Enum/README for more information
7%
8% Usage:
9% macro=OutputdefinitionEnum()
10
11macro=StringToEnum('Outputdefinition');
Note: See TracBrowser for help on using the repository browser.