Changes between Version 34 and Version 35 of doc/app/userint/output


Ignore:
Timestamp:
Sep 16, 2010 7:41:05 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/output

    v34 v35  
    4545   1. For each time series quantity you have to give a label and a unit (subroutine [../int#user_init user_init]), which will be used for the netCDF file. They must not contain more than seven characters. The value of {{{dots_num}}} has to be increased by the number of new time series quantities. Its old value has to be stored in {{{dots_num_palm}}}.
    4646
    47    {{{dots_label(dots_num+}}}[[span(1,style=color: red)]]{{{) =}}} '[[span(abs_umx,style=color: red)]]' \\
    48    {{{dots_unit(dots_num+}}}[[span(1,style=color: red)]]{{{) =}}} '[[span(m/s,style=color: red)]]' \\
    49    {{{dots_label(dots_num+}}}[[span(2,style=color: red)]]{{{) =}}} '[[span(abs_vmx,style=color: red)]]' \\
     47   {{{dots_label(dots_num+}}}[[span({{{1}}},style=color: red)]]{{{) =}}} '[[span({{{abs_umx}}},style=color: red)]]' \\
     48   {{{dots_unit(dots_num+}}}[[span({{{1}}},style=color: red)]]{{{) =}}} '[[span({{{m/s}}},style=color: red)]]' \\
     49   {{{dots_label(dots_num+}}}[[span({{{2}}},style=color: red)]]{{{) =}}} '[[span({{{abs_vmx}}},style=color: red)]]' \\
    5050   {{{dots_unit(dots_num+}}}[[span({{{2}}},style=color: red)]]{{{) =}}} '[[span({{{m/s}}},style=color: red)]]' \\
    5151
    5252   {{{dots_num_palm = dots_num}}} \\
    53    {{{dots_num = dots_num}}} [[span(+2,style=color: red)]] \\
     53   {{{dots_num = dots_num}}} [[span({{{+2}}},style=color: red)]] \\
    5454
    5555   Only those parts in [[span(red,style=color: red)]] have to be adjusted by the user. \\