-
Notifications
You must be signed in to change notification settings - Fork 22
/
TEST_SCRIPTS
395 lines (388 loc) · 7.38 KB
/
TEST_SCRIPTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
!
! Ferret scripts must have the .jnl extension
!
bn_syntax.jnl
bn_dollar.jnl
bn_grave.jnl
bn_letd.jnl
bn_if.jnl
bn_expressions.jnl
bn_geometry.jnl
bn_output.jnl
bn_in_plane.jnl
bn_compress.jnl
bn_interpolate.jnl
bn_regrid.jnl
bn_ez.jnl
bn_plot.jnl
bn_curv.jnl
bn_symbols.jnl
bn_comma_delimited.jnl
bn_dynamic_grids.jnl
bn_cdf.jnl
bn_regrid_transforms.jnl
bn_axis_limits.jnl
bn_movie.jnl
bn_ez_order.jnl
bn_user.jnl
bn_stream.jnl
bn_mc.jnl
bn_negative_t.jnl
bn_xact_regrid.jnl
bn_gc_functions.jnl
bn491_bug_fixes.jnl
bn_odd_variable_name.jnl
bn_test_stream.jnl
bn_define_axes.jnl
bn_pattern.jnl
bn_polygon.jnl
bn500_bug_fixes.jnl
bn_sample.jnl
bn_strides_revs_perms.jnl
bn_non_COARDS_netCDF.jnl
bn_cache_hits.jnl
bn_regrid_to_user.jnl
bn_calendar.jnl
bn_dash_dot.jnl
bn_flowlines.jnl
bn_logaxes.jnl
bn_internal_external_functions.jnl
bn_modulo_strides.jnl
bn_axis_viewports.jnl
bn_strings.jnl
bn_axcontrol.jnl
bn_vec_curv.jnl
bn_delimited_read.jnl
bn541_bug_fixes.jnl
bn_cancel_axes.jnl
bn542_bug_fixes.jnl
bn_subspan_modulo.jnl
bn_dots.jnl
bn_lev_symbols.jnl
bn_mode_logo_lab.jnl
bn_modulo_attribute.jnl
bn550_bug_fixes.jnl
bn551_bug_fixes.jnl
bn_multi_line_labels.jnl
bn552_bug_fixes.jnl
bn_set_var_scale_off.jnl
bn_longvarnames.jnl
bn_shakey.jnl
bn_eof_4d.jnl
bn_abstract_axis_names.jnl
bn_many_polygons.jnl
bn_fill_irregular.jnl
bn_xml_output.jnl
bn_test_nan.jnl
bn553_bug_fixes.jnl
bn_graticules.jnl
bn_repeat_range.jnl
bn554_bug_fixes.jnl
bn_bounds.jnl
bn_all_leap.jnl
bn570_bug_fixes.jnl
bn_modstats.jnl
bn_mc_vary_scale.jnl
bn_plot_nokey.jnl
bn580_bug_fixes.jnl
bn_inf_levels.jnl
bn_regulart.jnl
bn_labwid.jnl
bn_redefine_taxis_mc.jnl
bn_illegal_axisname.jnl
bn_exit_script.jnl
bn_exit_cycle.jnl
bn_curv_mod.jnl
bn_shade_keycont.jnl
bn581_bug_fixes.jnl
bn_tab_comma_multivar.jnl
bn_element_functions.jnl
bn_long_revision_num.jnl
bn_window_title.jnl
bn_last_error.jnl
bn_deg_min.jnl
bn_dp_readscale.jnl
bn_bounds_defineax.jnl
bn_attributes.jnl
bn_transforms.jnl
bn_variance.jnl
bn_linecolors.jnl
bn_cdf_errmsg.jnl
bn600_bug_fixes.jnl
bn601_bug_fixes.jnl
bn_set_strides.jnl
bn_lsl_lowpass.jnl
bn_return_xmod_tmod.jnl
bn602_bug_fixes.jnl
bn_modnbd.jnl
bn_fifty_files.jnl
bn603_bug_fixes.jnl
bn_set_var_name.jnl
bn_memory_symbol.jnl
bn605_bug_fixes.jnl
bn608_bug_fixes.jnl
bn_shade_trim.jnl
bn_mode_nlevels.jnl
bn61_bug_fixes.jnl
bn_test_opendap.jnl
bn611_bug_fixes.jnl
bn_no_valid_on_plot.jnl
bn_median.jnl
bn614_bug_fixes.jnl
bn_mode_nodata_lab.jnl
bn_proleptic_gregorian_calendar.jnl
bn_string_ngd_nbd.jnl
bn_cat_string.jnl
bn_sort_strings.jnl
bn_samplexyt.jnl
bn_last_go_file.jnl
bn_cancel_upcase_uservar.jnl
bn_cdf_keepax.jnl
bn_keep_axisnames.jnl
bn_key_label_minmax.jnl
bn62_bug_fixes.jnl
bn_convolve.jnl
bn_tax_tstep.jnl
bn_grads_z.jnl
bn_clock_syms.jnl
bn63_bug_fixes.jnl
bn_axis_reversed_syms.jnl
bn_isdepth.jnl
bn_var_hist_levels.jnl
bn64_bug_fixes.jnl
bn_long_grid_names.jnl
bn_xml_repl.jnl
bn65_bug_fixes.jnl
bn_txtype_dmy.jnl
bn_n_open_dsets_sym.jnl
bn_multi_decade.jnl
bn_show_xml_file.jnl
bn66_bug_fixes.jnl
bn_netcdf4.jnl
bn_scat2grid_bin.jnl
bn_axis_dir_symbols.jnl
bn663_bug_fixes.jnl
bn_set_axis_regular.jnl
bn_set_cancel_redirect.jnl
bn_min_max_smoothers.jnl
bn_vector_symbols.jnl
bn_variance_large.jnl
bn_labnum_calendar.jnl
bn665_bug_fixes.jnl
bn_floatstr.jnl
bn67_bug_fixes.jnl
bn_NaN_note.jnl
bn671_bug_fixes.jnl
bn68_bug_fixes.jnl
bn_ifv.jnl
bn_randu2_randn2.jnl
bn_axis_cf.jnl
bn_repeated_coords.jnl
bn_xml_header.jnl
bn_eof_simple.jnl
bn_eof_simple2.jnl
bn_interpolate_6d.jnl
bn_regrid_6d.jnl
bn_syntax_6d.jnl
bn_expressions_6d.jnl
bn_direction_fcns_6d.jnl
bn_regrid_transforms_6d.jnl
bn_aggregate_e.jnl
bn_6d_lab_mode.jnl
bn682_bug_fixes.jnl
bn683_bug_fixes.jnl
bn_outtype.jnl
bn_ribbon_plot.jnl
bn_descr_4digit.jnl
bn_axis_outtype.jnl
bn_axis_nonmonotonic.jnl
bn_vec_mod.jnl
bn685_bug_fixes.jnl
bn_dsg_e_x.jnl
bn_nco_append.jnl
bn_nobounds.jnl
bn_write_integer_att.jnl
bn_descriptor_mc.jnl
bn_plot_color_only.jnl
bn_vtree.jnl
bn686_bug_fixes.jnl
bn_long_symnames.jnl
bn_strdim.jnl
bn_single_colorlev.jnl
bn69_bug_fixes.jnl
bn_bad_axis_bounds.jnl
bn_enter_exit_GO.jnl
bn_stddev.jnl
bn_set_axis_name.jnl
bn_let_remote.jnl
bn691_bug_fixes.jnl
bn_append_dsg.jnl
bn_global_atts.jnl
bn_conventions_history.jnl
bn_center_key_labels.jnl
bn_wgt_transform.jnl
bn_show_outfile.jnl
bn_date1900_array.jnl
bn_spawn_size.jnl
bn_polygon_log.jnl
bn694_bug_fixes.jnl
bn_permute_ascii.jnl
bn_lon_lat_time_string.jnl
bn_save_justdim.jnl
bn_time2d.jnl
bn_legend_labels.jnl
bn_DQ.jnl
bn695_bug_fixes.jnl
bn_f_tax_fcns.jnl
bn_fmrc.jnl
bn_return_defined.jnl
bn_can_var_noerr.jnl
bn_annotate.jnl
bn_auxiliary.jnl
bn_plot_ribbon_gaploc.jnl
bn_time_short_axes.jnl
bn_floatstr_extended.jnl
bn696_bug_fixes.jnl
bn_bin_regrid.jnl
bn697_bug_fixes.jnl
bn_aggregate_t.jnl
bn_unquoted_args.jnl
bn_long_lists.jnl
bn_show_uvar_grid.jnl
bn_aggregate_f.jnl
bn_aggregate_tef.jnl
bn_dataset_qualifier.jnl
bn_speedtest.jnl
bn_show_noupcase.jnl
bn_letd_attributes.jnl
bn_list_clim_axes.jnl
bn_climatology_attr.jnl
bn_plot_along.jnl
bn_show_commands.jnl
bn_plot_decimate.jnl
bn_auto_tprec.jnl
bn_coordvars_atts.jnl
bn710_bug_fixes.jnl
bn_delim_datetime.jnl
bn_aggregate_u.jnl
bn_ez_noupcase.jnl
bn_spawn_fail.jnl
bn_ave_of_ave.jnl
bn_agg_member_syntax.jnl
bn_true_monthly.jnl
bn720_bug_fixes.jnl
bn_compressed_gather.jnl
bn_dynamic_gather.jnl
bn_stat_precision.jnl
bn_plot_vs_with_time.jnl
bn_dot_product.jnl
bn_cache_management.jnl
bn_transp_choose.jnl
bn_iin_regrid.jnl
bn721_bug_fixes.jnl
bn722_bug_fixes.jnl
bn_tseries_modulo.jnl
bn_huge_axis.jnl
bn_save_as_global.jnl
bn74_bug_fixes.jnl
bn_clim_special.jnl
bn_let_like.jnl
bn_def_axis_like.jnl
bn_box_edges_fcn.jnl
bn_hi_res_time.jnl
bn_A_I_format.jnl
bn_center_keylab.jnl
bn741_bug_fixes.jnl
bn_use_agg.jnl
bn_ens_promote_global.jnl
bn743_bug_fixes.jnl
bn_data_squared.jnl
bn_overlay_graticules.jnl
bn_mixed_gregorian.jnl
bn_int64.jnl
bn_samplexyz.jnl
bn745_bug_fixes.jnl
bn_iso8601_time.jnl
bn_agg_given_taxis.jnl
bn_tagg_overlaps.jnl
bn_samplexyzt.jnl
bn_sample_multi.jnl
! dsg-specific tests
bn_dsg_tseries.jnl
bn_regrid_to_dsg.jnl
bn_dsg_feature_mask.jnl
bn_dsg_repeat_m.jnl
bn_dsg_traj_plot.jnl
bn_regrid_from_dsg.jnl
bn_dsg_use_feature.jnl
bn_dsg_plot_timeseries.jnl
bn_dsg_save.jnl
bn_dsg_transforms.jnl
bn_dsg_one_e_val.jnl
bn_dsg_list_comma_tab.jnl
bn_dsg_if_exprns.jnl
bn_dsg_subset.jnl
bn_regrid_to_dsg_prof.jnl
bn_regrid_to_dsg_traj.jnl
bn_dsg_save_uvars.jnl
bn_dsg_point_data.jnl
bn_dsg_show_grid.jnl
bn_dsg_no_data.jnl
bn_dsg_orth_labels.jnl
bn_dsg_fcn_of_instance.jnl
bn_dsg_transforms_cmpnd.jnl
bn751_bug_fixes.jnl
bn_cdf_strlen.jnl
bn_set_mem_max.jnl
bn_lineplots_keys.jnl
bn76_bug_fixes.jnl
bn_ribbon_set.jnl
bn_mode_dsg.jnl
bn_string_type.jnl
bn761_bug_fixes.jnl
bn_dsg_naming.jnl
bn_profile_from_timeprof.jnl
bn_profile_from_trajprof.jnl
bn_dsg_compound.jnl
bn_dsg_plotalong.jnl
bn_dsg_return_coord.jnl
bn764_bug_fixes.jnl
bn766_bug_fixes.jnl
bn_scat2grid_bin_fcns.jnl
bn_py_graticules.jnl
!
! bn_gif, bn_all_ef, and bn_startupfile at end
!
bn_gif.jnl
bn_ps.jnl
bn_all_ef.jnl
bn_startupfile.jnl
!
! Test SOCAT decimation script
! (not part of normal benchmark tests)
!
err700_decimate.jnl
!
! PyFerret-only Ferret scripts
!
bn_color_wire.jnl
bn_outline_poly.jnl
bn_contourcolor.jnl
bn_inf2missing.jnl
bn_pointplots.jnl
bn_symbolpattern.jnl
bn_symbolcolors.jnl
bn_stats_histogram.jnl
bn_setting_text.jnl
!
! PyFerret-only Python scripts
!
testgetstrdata.py
testferregion.py
testferdset.py
testfervar.py
testferaggdset.py
testferaxis.py
testfergrid.py
testferpyvar.py
testfermethods.py