source: trunk/procs/com_eg.pro @ 109

Last change on this file since 109 was 109, checked in by ericg, 16 years ago

Added new plot type: ybinx - use as var1var2=f(next)

File size: 2.6 KB
Line 
1;
2; com_eg for post_it under IDL
3;
4; attributs horizontal+vertical means
5;
6COMMON zm_att, box_h, depth_z, zoom_z, diaznl_idx, box_plot, legbox, pres_max, pres_min, max_spec, spec_win, vert_type, vert_mean,  vert_switch, glamboundary_box, msf_mean, name_level, nino_plot
7;
8; attributs hoevmoeller
9;
10COMMON hovmoel, trend_typ, calendar_type, nb_cycles, def_stride, time_stride, field_int,  time_array,  key_offset, ioverchk, hotypchk, fld_prev_t, c_correl, lag_correl, c_normal, lag_correlation,  boot_win, run_stddev, tukey
11;
12; attributs formats + div
13;
14COMMON formats, look, free_1d_minmax, lat_axis, cont_fill, multi_win, atmos_msk, line_thick, line_style, line_color, title_type, fill_space, vector_sample, symbol_style, symbol_color, symbol_families, contour_options, mean_sc_only, nc_grids_list, cont_real, symbol_size, xchartxt, ychartxt, linfit_sep, linfit_map, bin_interval,  var3_ybinx
15COMMON switches, cmd1_back,  cmd2_back, file_name1, file_name2, ncdf_db1, ncdf_db2, grid1_full, grid2_full
16
17;
18; attributs couleur
19;
20COMMON color2, shading, pal_type, grey_shade, grey_shade_1, grey_shade_2, col_palette
21;
22; unites + write switch
23;
24COMMON units, nulhis, write_data, movie_count, marge_option, debug_w
25;
26; switchs de controle + grilles
27;
28COMMON switch0, meshlec_type, data_domain, data_dom_type, suff_domain, masked_data, mesh_type, mesh_type2, base_file_name, base_suffix, file_suff_var,  pseudo_3d_msk
29COMMON switch1, f_suffix, idx_main, cmdline_main, cmd2, sw_diffg, h_config_oce, cmd_wrk
30COMMON switch2, h_config_oce_type, v_config_oce, v_config_oce_type,  box_h_prev
31COMMON switch3, orca_mask_version, orca_mask_version_type, read_grid_from_file, force_all_data_read
32;
33; printers
34;
35COMMON printers, prt_BW, prt_col, prt_tra, ghost, lp_opt, save_ps
36;
37; attributs bathymetrie
38;
39COMMON bathys, bathy_read, nbathys
40;
41; Legend common
42;
43COMMON legend, nwin_tot, default_txt_format, leg_format, nover, line_thick_txt, line_style_txt, colov
44;
45; attributs champs
46;
47COMMON fld_att, fldatt, field, fld_prev, index_over, fldatt_bak, cmd_prev, key_shift_map, vecplot, time1_r, time2_r, cmdline2, cmdm, macro_base_fld, datyp, datyp2, fldrem_t1, fldrem_t2, fld_flag, vargrid1, vargrid2, mean_sc, var_read_grd_file
48;
49; stats
50;
51COMMON stats_com, stddev_mth, stddev_diff
52;
53; gmt palettes
54;
55COMMON gmt_pal, ncont_gmt, levels_gmt, coul_gmt, max_gmt, idx_pal
56;
57;
58COMMON directories2, hom_def, hom_idl, data_bases, dev_type, asciidir, spec_bases
59;
60; density projections
61;
62COMMON sigma_plots, splot, sig_min, sig_max, sig_del, sig_surf, sig_bowl, really_1m_st
63;
64; masks
65;
66COMMON masks, umaskr, vmaskr, fmaskr
67;
68; write to netCDF file attributes and grids
69;
70COMMON netCDF, x_att, y_att, z_att, t_att, global_attributes
Note: See TracBrowser for help on using the repository browser.