File: in_files.py

package info (click to toggle)
cmor 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,976 kB
  • sloc: ansic: 28,053; f90: 13,893; python: 12,699; sh: 3,739; makefile: 111
file content (31 lines) | stat: -rw-r--r-- 1,396 bytes parent folder | download | duplicates (5)
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
input_tables = {
    'climatology_test_code': ['climatology_test_table_A'],
    'test_any_from_asc': ['CMOR_SAMPLE_TABLE'],
    'test_any_from_asc_d': ['CMOR_SAMPLE_TABLE'],
    'test_any_from_asc_i': ['CMOR_SAMPLE_TABLE'],
    'karls_test': ['IPCC_test_table_A'],
    'test1': ['CMOR_SAMPLE_TABLE'],
    'test2': ['CMOR_SAMPLE_TABLE'],
    'test3': ['CMOR_SAMPLE_TABLE'],
    'test4': ['CMOR_SAMPLE_TABLE'],
    'main_prog': ['CMOR_SAMPLE_TABLE'],
    'test_any_from_asc_i': ['CMOR_SAMPLE_TABLE', ],
    'mytest_4d_r': ['CMOR_SAMPLE_TABLE'],
    'rewrite_harvardf_data': ['Curts_table'],
    'test_3h': ['IPCC_table_A3'],
    'test_dimensionless': ['IPCC_table_A1'],
    'test_fortran_example_00': ['IPCC_test_table_A'],
    'test_fortran_example_01': ['IPCC_test_table_A', 'IPCC_test_table_Grids'],
    'test_station_data': ['IPCC_test_table_S'],
    'test_region': ['IPCC_test_table_O'],
    'test_sigma': ['IPCC_table_A1'],
    'test_singleton': ['IPCC_test_table_A'],
    'mytest_4d_r_big_array': ['CMOR_SAMPLE_TABLE'],
    'mytest_4d_d_big_array_2': ['CMOR_SAMPLE_TABLE'],
    'mytest_4d_d_big_array_3': ['CMOR_SAMPLE_TABLE'],
    'mytest_4d_d_big_array_4': ['CMOR_SAMPLE_TABLE'],
    'mytest_4d_d_big_array_5': ['CMOR_SAMPLE_TABLE'],
    'test_lots_of_variables': ['IPCC_test_table_As'],
    'test_shrt_exp_nm_set_att_initi': ['IPCC_test_table_As'],
    'test_sophie': ['Sophie_Table'],
}