Changes between Version 34 and Version 35 of doc/app/userint/output
- Timestamp:
- Sep 16, 2010 7:41:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v34 v35 45 45 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}}}. 46 46 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)]]' \\ 50 50 {{{dots_unit(dots_num+}}}[[span({{{2}}},style=color: red)]]{{{) =}}} '[[span({{{m/s}}},style=color: red)]]' \\ 51 51 52 52 {{{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)]] \\ 54 54 55 55 Only those parts in [[span(red,style=color: red)]] have to be adjusted by the user. \\