Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/nappy/trunk/nappy.ini@3988
Revision 3988,
809 bytes
checked in by astephen, 13 years ago
(diff) |
Further nappy work to get comments inserted in correct place.
|
Line | |
---|
1 | [main] |
---|
2 | version = 0.3.0 |
---|
3 | DEBUG = False |
---|
4 | default_delimiter = __space____space____space____space__ |
---|
5 | default_float_format = %g |
---|
6 | comment_override_rule = replace |
---|
7 | annotations_file = annotations.ini |
---|
8 | local_attributes_file = local_attributes.ini |
---|
9 | |
---|
10 | [na_to_nc_map] |
---|
11 | NLHEAD = no_of_nasa_ames_header_lines |
---|
12 | FFI = file_format_index |
---|
13 | ONAME&ORG = institution |
---|
14 | SNAME = source |
---|
15 | MNAME = title |
---|
16 | IVOL = file_number_in_set |
---|
17 | NVOL = total_files_in_set |
---|
18 | RDATE = history |
---|
19 | DATE = first_valid_date_of_data |
---|
20 | SCOM&NCOM = comment |
---|
21 | |
---|
22 | [nc_to_na_map] |
---|
23 | Conventions = None |
---|
24 | source = SNAME |
---|
25 | title = MNAME |
---|
26 | institution = ONAME&ORG |
---|
27 | references = None |
---|
28 | comment = SCOM&NCOM |
---|
29 | history = RDATE |
---|
30 | file_format_index = FFI |
---|
31 | no_of_nasa_ames_header_lines = NLHEAD |
---|
32 | total_files_in_set = NVOL |
---|
33 | file_number_in_set = IVOL |
---|
34 | first_valid_date_of_data = DATE |
---|
35 | |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.