Ignore:
Timestamp:
Apr 2, 2008 1:22:13 PM (16 years ago)
Author:
letzel
Message:
  • NCL scripts in trunk/SCRIPTS/NCL updated for vector plots
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/.ncl_preferences

    r154 r157  
    55_________________________________________________________________________________________________
    66
    7 ___'file_in'_________[path/name.nc, i.e. ~/.../example.nc]______default = input file______[ALL]
     7___'file_in'_________[path/name.nc; i.e. ~/.../example.nc]______default = input file______[ALL]
    88input file
    9 ___'format_out'______[ncgm, ps, eps, epsi, pdf, x11]____________default = x11_____________[ALL]
     9___'format_out'______[ncgm; ps; eps; epsi; pdf; x11]____________default = x11_____________[ALL]
    1010x11
    11 ___'file_out'________[path/name, i.e. ~/.../test]_______________default = test____________[ALL]
     11___'file_out'________[path/name; i.e. ~/.../test]_______________default = test____________[ALL]
    1212test
    13 ___start_time_step___[0,1,...]__________________________________default = 1_______________[ALL]
     13___start_time_step___[0;1;...]__________________________________default = 1_______________[ALL]
    14141
    15 ___end_time_step_____[1,2,...]__________________________________default = nt-1____________[ALL]
    16 nt-1
    17 ___no_columns________[1,2,...]__________________________________default = 1_______________[ALL]
     15___end_time_step_____[1;2;...]__________________________________default = nt______________[ALL]
     16nt
     17___no_columns________[1;2;...]__________________________________default = 1_______________[ALL]
    18181
    19 ___no_lines__________[1,2,...]__________________________________default = 2_______________[ALL]
     19___no_lines__________[1;2;...]__________________________________default = 2_______________[ALL]
    20202
    21 ___'var'_____________[E dt umax,...]____________________________default = variables_______[ALL]
     21___'var'_____________[E,dt,umax,;...]___________________________default = variables_______[ALL]
    2222variables
    2323___combine___________[0] or [1]_________________________________default = 0_______________[PR]
     
    2525___number_comb_______[0] or [1]_________________________________default = 0_______________[PR]
    26260
    27 ___'c_var'___________[umax vmax wmax ,...]______________________default = c_variables_____[PR]
     27___'c_var'___________[umax,vmax,wmax,;...]______________________default = c_variables_____[PR]
    2828c_variables
    2929___dash______________[0] or [1]_________________________________default = 0_______________[PR]
     
    3131___black_____________[0] or [1]_________________________________default = 0_______________[PR]
    32320
    33 ___min_z_____________[0,10,...]_________________________________default = 0_______________[PR]
     33___min_z_____________[0;10;...]_________________________________default = 0_______________[PR]
    34340
    35 ___max_z_____________[100,1000,...]_____________________________default = max(z_pr)_______[PR]
     35___max_z_____________[100;1000;...]_____________________________default = max(z_pr)_______[PR]
    3636max(z_pr)
    3737___'sort'____________[time] or [layer]__________________________default = time____________[CS]
     
    4343___shape_____________[0] or [1]_________________________________default = 1_______________[CS]
    44441
    45 ___xyc_______________[0] or [1]_________________________________default = 1_______________[CS]
    46 1
     45___xyc_______________[0] or [1]_________________________________default = 0_______________[CS]
     460
    4747___xzc_______________[0] or [1]_________________________________default = 0_______________[CS]
    48480
     
    5151___xs________________[0,1,...]__________________________________default = 0_______________[CS]
    52520
    53 ___xe________________[1,2,...]__________________________________default = xdim____________[CS]
     53___xe________________[1;2;...]__________________________________default = xdim____________[CS]
    5454xdim
    55 ___ys________________[0,1,...]__________________________________default = 0_______________[CS]
    56  0
    57 ___ye________________[1,2,...]__________________________________default = ydim____________[CS]
     55___ys________________[0;1;...]__________________________________default = 0_______________[CS]
     560
     57___ye________________[1;2;...]__________________________________default = ydim____________[CS]
    5858ydim
    59 ___zs________________[0,1,...]__________________________________default = 0_______________[CS]
     59___zs________________[0;1;...]__________________________________default = 0_______________[CS]
    60600
    61 ___ze________________[1,2,...]__________________________________default = zdim____________[CS]
     61___ze________________[1;2;...]__________________________________default = zdim____________[CS]
    6262zdim
    63 ___end of file "parameter_list_cross_section__________________________________________________
    64 
    65 
    66 
     63___vector____________[0] or [1]_________________________________default = 0_______________[CS]
     640
     65___'vec1'____________[u,;v,;...]________________________________default = vec1____________[CS]
     66vec1
     67___'vec2'____________[u,;v,;...]________________________________default = vec2____________[CS]
     68vec2
     69__'plotvec'__________[u,;v,;...]________________________________default = plotvec_________[CS]
     70plotvec
     71___ref_mag___________[0.1;0.02;...]_____________________________default = 0.05____________[CS]
     720.05
     73___end of file ".ncl_preferences"_____________________________________________________________
Note: See TracChangeset for help on using the changeset viewer.