Changeset 526 for palm/trunk/SCRIPTS/NCL/.ncl.config.default
- Timestamp:
- Mar 30, 2010 2:04:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/.ncl.config.default
r517 r526 15 15 16 16 script=which_script 17 18 ;****************************************************** 19 ; BE AWARE: NCl uses double quotes (") to denote strings 20 ; to retrieve the double quote character - use dq: 21 22 dq=str_get_dq() 23 24 ;****************************************************** 17 25 18 26 ;********************************************************* … … 219 227 ; OPTIONAL --var-- OUTPUT VARIABLES 220 228 ; 221 ; names of output variables; inidcate them with one comma before 222 ; and after 223 ; each variable 229 ; names of output variables; 230 ; inidcate them with one comma before and after each variable; 231 ; if the name contains double quotes (") use dq and the '+' operation to 232 ; concatenate the strings 224 233 ; 225 234 ; data type: string … … 868 877 ; names of output variables; 869 878 ; inidcate them with one comma before and after each variable 879 ; if the name contains double quotes (") use dq and the '+' operation to 880 ; concatenate the strings 870 881 ; 871 882 ; data type: string 872 883 ; 873 ; example: var = ",u,v,w, ";884 ; example: var = ",u,v,w,w*pt*,w"+dq+"pt"+dq+",wpt," 874 885 ; 875 886 ; default: "all" (all available variables are plotted) … … 1663 1674 ; REQUIRED IF combine=1 --c_var-- VARIABLES FOR COMBINING 1664 1675 ; 1665 ; names of variables; inidcate them with one comma before and 1666 ; after each variable; 1667 ; 1668 ; data type: string 1669 ; 1670 ; example: c_var = ",u,v," 1676 ; names of variables; 1677 ; inidcate them with one comma before and after each variable 1678 ; if the name contains double quotes (") use dq and the '+' operation to 1679 ; concatenate the strings 1680 ; 1681 ; data type: string 1682 ; 1683 ; example: c_var = ",u,v,w,w*pt*,w"+dq+"pt"+dq+",wpt," 1671 1684 ; 1672 1685 ; default: "c_variables" … … 1908 1921 ; OPTIONAL --var-- OUTPUT VARIABLES 1909 1922 ; 1910 ; names of output variables; inidcate them with one comma before 1911 ; and after each variable 1923 ; names of output variables; 1924 ; inidcate them with one comma before and after each variable 1925 ; if the name contains double quotes (") use dq and the '+' operation to 1926 ; concatenate the strings 1912 1927 ; 1913 1928 ; data type: string … … 2344 2359 ; OPTIONAL --var-- OUTPUT VARIABLES 2345 2360 ; 2346 ; names of output variables; inidcate them with one comma before 2347 ; and after each variable 2361 ; names of output variables; 2362 ; inidcate them with one comma before and after each variable 2363 ; if the name contains double quotes (") use dq and the '+' operation to 2364 ; concatenate the strings 2348 2365 ; 2349 2366 ; data type: string 2350 2367 ; 2351 ; example: var = ",u ,v,w,"2368 ; example: var = ",umax,vmax,wmax,w"+dq+"pt"+dq+"0," 2352 2369 ; 2353 2370 ; default: "all" (all available variables are plotted)
Note: See TracChangeset
for help on using the changeset viewer.