Changes between Version 8 and Version 9 of doc/app/nclparlist


Ignore:
Timestamp:
Sep 15, 2010 12:44:54 PM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/nclparlist

    v8 v9  
    99* Parameters for output of [[#spectra|spectra]]
    1010* Parameters for output of [[#timeseries|timeseries]]
    11 CS=cross sections\\
    12 PR=profiles\\
    13 SP=spectra\\
    14 TS=timeseries\\
     11The following abbreviations for the NCL types are used in the lists:
     12||=Abbreviation  =||=Explanation  =||=Example =||
     13||D  ||double   ||2.0d    ||
     14||F  ||float    ||2.0     ||
     15||I  ||integer  ||2       ||
     16||S  ||string   ||"name"  ||
     17The following abbreviations for the NCL scripts are used in the lists:
     18||=Abbreviation  =||=Explanation  =||
     19||CS  ||cross sections  ||   
     20||PR  ||profiles  ||
     21||SP  ||spectra  ||
     22||TS  ||timeseries  ||
    1523\\
    16 NCL type:\\
    17 D=double\\
    18 F=float\\
    19 I=integer\\
    20 S=string\\
    2124[=#common '''Common parameters''']
    2225||='''Parameter Name'''  =||='''NCL\\Type'''  =||='''Default\\Value'''  =||='''Explanation'''  =||