|
6 | 6 | # *** Script running options *** |
7 | 7 | # Configure messaging to STDOUT, which is very verbose if INFO=True, else |
8 | 8 | # as minimal as allows without log control in cf-plot (at present). |
9 | | - # TODO: Get ESMF logging via cf incoporated into Python logging system, |
| 9 | + # TODO: Get ESMF logging via cf incorporated into Python logging system, |
10 | 10 | # see Issue #286. |
11 | 11 | "verbose": 0, # corresponds to a count of 0 (-v would be 1, -vv 2, etc.) |
12 | 12 | # *** Run mode with time override(s) *** |
|
15 | 15 | # datetimes of the observational input data (set "False"), |
16 | 16 | # 2. where the times on the observations are ignored so that they are |
17 | 17 | # set and assumed to take a given start time, as specified as one |
18 | | - # datetime string. Datetimes are assuemd to be UTC and should be |
| 18 | + # datetime string. Datetimes are assumed to be UTC and should be |
19 | 19 | # pre-converted from another timezones before input if applicable. |
20 | 20 | # |
21 | 21 | # TODO: could have a shortcut if want to assume start time of model? |
|
43 | 43 | "output-file-name": "vision_toolkit_result_field.nc", |
44 | 44 | "history-message": ( |
45 | 45 | "Processed using the NCAS VISION Toolkit to " |
46 | | - "colocate from model data to the observational data " |
| 46 | + "co-locate from model data to the observational data " |
47 | 47 | "spatio-temporal location." |
48 | 48 | ), |
49 | 49 | # *** Subspacing options *** |
|
53 | 53 | # Note this option except in rare cases won't be required, as should almost |
54 | 54 | # always be able to determine what z-coordinate want given it must be |
55 | 55 | # present in both the model and the observational data, so match those. |
56 | | - # Only if both data have more than one of identical z-coord do we need |
| 56 | + # Only if both data have more than one of identical z-coordinate do we need |
57 | 57 | # to ask for this info. |
58 | 58 | # Pressure will always be the ideal case, so that is our default and if |
59 | 59 | # it can't be found, we look for other ways forward for the vertical. |
|
0 commit comments