source: trunk/procs/com_eg.pro @ 9

Last change on this file since 9 was 9, checked in by kolasinski, 16 years ago

Add var_read_grd_file in def_grid and mesh_from_file - Define valmask if needed when the grid is read in mesh_from_file

File size: 2.4 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, hpa_max, hpa_min, max_spec, spec_win, vert_type, vert_mean,  vert_switch, glamboundary_box, msf_mean
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
15;
16; attributs couleur
17;
18COMMON color2, shading, pal_type, grey_shade, grey_shade_1, grey_shade_2, col_palette
19;
20; unites + write switch
21;
22COMMON units, nulhis, write_data, movie_count, marge_option, debug_w
23;
24; switchs de controle + grilles
25;
26COMMON switch0, meshlec_type, data_domain, data_dom_type, suff_domain, masked_data, mesh_type, mesh_type2, base_file_name, base_suffix, file_suff_var
27COMMON switch1, f_suffix, idx_main, cmdline_main, cmd2, sw_diffg, h_config_oce, cmd_wrk
28COMMON switch2, h_config_oce_type, v_config_oce, v_config_oce_type,  box_h_prev
29COMMON switch3, orca_mask_version, orca_mask_version_type, read_grid_from_file
30;
31; printers
32;
33COMMON printers, prt_BW, prt_col, prt_tra, ghost, lp_opt, save_ps
34;
35; attributs bathymetrie
36;
37COMMON bathys, bathy_read, nbathys
38;
39; Legend common
40;
41COMMON legend, nwin_tot, default_txt_format, leg_format, nover, line_thick_txt, line_style_txt, colov
42;
43; attributs champs
44;
45COMMON 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
46;
47; stats
48;
49COMMON stats_com, stddev_mth, stddev_diff
50;
51; gmt palettes
52;
53COMMON gmt_pal, ncont_gmt, levels_gmt, coul_gmt, max_gmt, idx_pal
54;
55;
56COMMON directories2, hom_def, hom_idl, data_bases, dev_type, asciidir, spec_bases
57;
58; density projections
59;
60COMMON sigma_plots, splot, sig_min, sig_max, sig_del, sig_surf, sig_bowl, really_1m_st
61;
62; masks
63;
64COMMON masks, umaskr, vmaskr, fmaskr
65;
66; write to netCDF file attributes and grids
67;
68COMMON netCDF, x_att, y_att, z_att, t_att, global_attributes
Note: See TracBrowser for help on using the repository browser.