Changes between Version 71 and Version 72 of doc/app/nclparlist
- Timestamp:
- Nov 23, 2018 9:15:17 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/nclparlist
v71 v72 1 = List of parameters for P ALM NCL scripts=1 = List of parameters for Palmplot = 2 2 [[TracNav(doc/app/datatoc|nocollapse)]] 3 The following lists give an overview of all existing parameters to steer the PALM NCL scripts. Further descriptions can be found in the configuration file [[source:palm/trunk/SCRIPTS/NCL/.ncl.config.default|.ncl.config.default]].\\ 4 Most parameters are allocated with a suitable default value in the configuration file but some need to be changed before running any script. These variables are [[#file_1|file_1]] and if available [[#file_2_pr|file_2]], ..., up to [[#file_6_pr|file_6]].\\ 5 In case of a job chain without extended output files, the scripts will automatically read all necessary files after indicating the first and the last cyclic number (see [[#start_f|start_f]] and [[#end_f|end_f]]).\\\\ 3 4 The following lists give an overview of all existing parameters to steer `palmplot`, the PALM NCL scripts. Further descriptions can be found in the configuration file [[source:palm/trunk/SCRIPTS/NCL/.ncl.config.default|.ncl.config.default]].\\ 5 Most parameters are allocated with a suitable default value in the configuration file but some need to be changed before running any script. These variables are [[#file_1|file_1]] and if available [[#file_2_pr|file_2]], ..., up to [[#file_6_pr|file_6]]. In case of a job chain without extended output files, the scripts will automatically read all necessary files after indicating the first and the last cyclic number (see [[#start_f|start_f]] and [[#end_f|end_f]]).\\\\ 6 6 7 The parameters are arranged in five different lists: 7 * Parameters which are [[#common|common]] for all the four existing scripts 8 * Parameters for output of [[#cross_sections|cross sections]] 9 * Parameters for output of [[#profiles|profiles]] 10 * Parameters for output of [[#spectra|spectra]] 11 * Parameters for output of [[#timeseries|timeseries]] 8 * Parameters which are [#Commonparameters common for all four scripts] 9 * Parameters for plotting [#Parametersforplottingcrosssections cross sections] 10 * Parameters for plotting [#Parametersforplottingprofiles profiles] 11 * Parameters for plotting [#Parametersforplottingspectra spectra] 12 * Parameters for plotting [#Parametersforplottingtimeseries timeseries] 13 12 14 The following abbreviations for the NCL types are used in the lists: [=#NCL_types ] 13 15 ||=Abbr. =||=Explanation =||=Example =|| … … 16 18 ||I ||integer ||2 || 17 19 ||S ||string ||"name" || 20 18 21 The following abbreviations for the NCL scripts are used in the lists: 19 22 ||=Abbr. =||=Explanation =|| … … 22 25 ||SP ||spectra || 23 26 ||TS ||timeseries || 24 \\ 25 [=#common '''Common parameters'''] 27 28 29 == Common parameters 26 30 ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| 27 31 |---------------- … … 187 191 Names of variables in the input file that shall be output. For output of u, v and w"pt" use '''var''' = 'u v w"pt"' in the prompt or '''var''' = ",u,v,w"+dq+"pt"+dq in [[../ncl#Using.ncl.config|.ncl.config]]. 188 192 }}} 189 \\ 190 [=#cross_sections '''Parameters for plotting cross sections'''] 193 194 195 == Parameters for plotting cross sections 191 196 ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| 192 197 |---------------- … … 529 534 }}} 530 535 |---------------- 531 [=#profiles '''Parameters for plotting profiles'''] 536 537 538 == Parameters for plotting profiles 532 539 ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| 533 540 |---------------- … … 1010 1017 }}} 1011 1018 |---------------- 1012 [=#spectra '''Parameters for plotting spectra'''] 1019 1020 1021 == Parameters for plotting spectra 1013 1022 ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| 1014 1023 |---------------- … … 1170 1179 |---------------- 1171 1180 1172 [=#timeseries '''Parameters for plotting timeseries'''] 1181 1182 == Parameters for plotting timeseries 1173 1183 ||='''Parameter Name''' =||='''[#NCL_types NCL]\\[#NCL_types Type]''' =||='''Default\\Value''' =||='''Explanation''' =|| 1174 1184 |----------------