source: trunk/procs/com_eg.pro

Last change on this file was 246, checked in by ericg, 14 years ago

Ensembles developments including plt1d curves

  • Property svn:keywords set to Id
File size: 3.2 KB
Line 
1;+
2;
3; @version
4; $Id$
5;
6;-
7;
8; com_eg for post_it under IDL
9;
10; attributs horizontal+vertical means
11;
12COMMON 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, spec_prev
13;
14; attributs hoevmoeller
15;
16COMMON 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, time_prev, common_time, stddev_txt, time_domain, remove_1mm, rdat1, rdat2, rtime, rcmd
17;
18; attributs formats + div
19;
20COMMON 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_interval1, bin_interval2, var3_ybinx
21COMMON switches, cmd1_back, cmd2_back, file_name1, file_name2, ncdf_db1, ncdf_db2, grid1_full, grid2_full, corr_thres, large_domain, small_domain, file_naming
22
23;
24; attributs couleur
25;
26COMMON color2, shading, pal_type, grey_shade, grey_shade_1, grey_shade_2, col_palette, leg_txt_length
27;
28; unites + write switch
29;
30COMMON units, nulhis, write_data, marge_option, debug_w
31;
32; switchs de controle + grilles
33;
34COMMON 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
35COMMON switch1, f_suffix, idx_main, cmdline_main, cmd2, sw_diffg, h_config_oce, cmd_wrk
36COMMON switch2, h_config_oce_type, v_config_oce, v_config_oce_type, box_h_prev
37COMMON switch3, orca_mask_version, orca_mask_version_type, read_grid_from_file, force_all_data_read
38;
39; printers
40;
41COMMON printers, prt_BW, prt_col, prt_tra, ghost, lp_opt, save_ps
42;
43; attributs bathymetrie
44;
45COMMON bathys, bathy_read, nbathys
46;
47; Legend common
48;
49COMMON legend, nwin_tot, default_txt_format, leg_format, nover, line_thick_txt, line_style_txt, colov
50;
51; attributs champs
52;
53COMMON 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
54;
55; stats
56;
57COMMON stats_com, stddev_mth, stddev_diff
58;
59; gmt palettes
60;
61COMMON gmt_pal, ncont_gmt, levels_gmt, coul_gmt, max_gmt, idx_pal
62;
63;
64COMMON directories2, hom_def, hom_idl, data_bases, dev_type, asciidir, spec_bases
65;
66; density projections
67;
68COMMON sigma_plots, splot, sig_min, sig_max, sig_del, sig_surf, sig_bowl, really_1m_st
69;
70; masks
71;
72COMMON masks, umaskr, vmaskr, fmask
73;
74; write to netCDF file attributes and grids
75;
76COMMON netCDF, x_att, y_att, z_att, t_att, global_attributes
77;
78; Ensembles common
79;
80COMMON ensembles, ensemble_base_description, ensbl_def, ensbl_code, ensbl_lt, ensbl_lt2, ensbl_legend, ensbl_mean, ensbl_thick_member, ensbl_thick_mean, ensbl_style_member, ensbl_style_mean, ensbl_color_member, ensbl_diff, ensbl_diff_other, toggle_ensbl_diff, ensbl_legend_member, ensbl_code_diff, ensbl_dim
81
Note: See TracBrowser for help on using the repository browser.