|
| 1 | +{ |
| 2 | + "dataset_name": "radar_velocity_hourly_averaged_delayed_qc_no_I_J_version_main", |
| 3 | + "logger_name": "radar_velocity_hourly_averaged_delayed_qc_no_I_J_version_main", |
| 4 | + "cloud_optimised_format": "zarr", |
| 5 | + "coiled_cluster_options": { |
| 6 | + "n_workers": [ |
| 7 | + 12, |
| 8 | + 140 |
| 9 | + ], |
| 10 | + "scheduler_vm_types": "m7i.large", |
| 11 | + "worker_vm_types": "m7i.xlarge", |
| 12 | + "allow_ingress_from": "me", |
| 13 | + "compute_purchase_option": "spot_with_fallback", |
| 14 | + "worker_options": { |
| 15 | + "nthreads": 16, |
| 16 | + "memory_limit": "64GB" |
| 17 | + } |
| 18 | + }, |
| 19 | + "batch_size": 6000, |
| 20 | + "var_template_shape": "UCUR", |
| 21 | + "vars_to_drop_no_common_dimension": [ |
| 22 | + "LATITUDE", |
| 23 | + "LONGITUDE", |
| 24 | + "GDOP" |
| 25 | + ], |
| 26 | + "schema": { |
| 27 | + "TIME": { |
| 28 | + "type": "timestamp[ns]", |
| 29 | + "standard_name": "time", |
| 30 | + "long_name": "time", |
| 31 | + "axis": "T", |
| 32 | + "valid_min": 0.0, |
| 33 | + "valid_max": 999999.0, |
| 34 | + "comment": "Given time lays at the middle of the averaging time period.", |
| 35 | + "local_time_zone": 8.0 |
| 36 | + }, |
| 37 | + "LATITUDE": { |
| 38 | + "type": "double", |
| 39 | + "standard_name": "latitude", |
| 40 | + "long_name": "latitude", |
| 41 | + "units": "degrees_north", |
| 42 | + "axis": "Y", |
| 43 | + "valid_min": -90.0, |
| 44 | + "valid_max": 90.0, |
| 45 | + "reference_datum": "geographical coordinates, WGS84 datum" |
| 46 | + }, |
| 47 | + "LONGITUDE": { |
| 48 | + "type": "double", |
| 49 | + "standard_name": "longitude", |
| 50 | + "long_name": "longitude", |
| 51 | + "units": "degrees_east", |
| 52 | + "axis": "X", |
| 53 | + "valid_min": -180.0, |
| 54 | + "valid_max": 180.0, |
| 55 | + "reference_datum": "geographical coordinates, WGS84 datum" |
| 56 | + }, |
| 57 | + "GDOP": { |
| 58 | + "type": "float", |
| 59 | + "long_name": "radar beam intersection angle", |
| 60 | + "units": "Degrees", |
| 61 | + "valid_min": 0.0, |
| 62 | + "valid_max": 180.0, |
| 63 | + "comment": "This angle is used to assess the impact of Geometric Dilution of Precision. If angle >= 150 or <= 30, then QC flag will not be lower than 4 (see abstract)." |
| 64 | + }, |
| 65 | + "UCUR": { |
| 66 | + "type": "float", |
| 67 | + "standard_name": "eastward_sea_water_velocity", |
| 68 | + "long_name": "Mean of sea water velocity U component values in 1 hour, after rejection of obvious bad data (see abstract).", |
| 69 | + "units": "m s-1", |
| 70 | + "valid_min": -10.0, |
| 71 | + "valid_max": 10.0, |
| 72 | + "cell_methods": "TIME: mean", |
| 73 | + "ancillary_variables": "UCUR_quality_control" |
| 74 | + }, |
| 75 | + "VCUR": { |
| 76 | + "type": "float", |
| 77 | + "standard_name": "northward_sea_water_velocity", |
| 78 | + "long_name": "Mean of sea water velocity V component values in 1 hour, after rejection of obvious bad data (see abstract).", |
| 79 | + "units": "m s-1", |
| 80 | + "valid_min": -10.0, |
| 81 | + "valid_max": 10.0, |
| 82 | + "cell_methods": "TIME: mean", |
| 83 | + "ancillary_variables": "VCUR_quality_control" |
| 84 | + }, |
| 85 | + "UCUR_sd": { |
| 86 | + "type": "float", |
| 87 | + "long_name": "Standard deviation of sea water velocity U component values in 1 hour, after rejection of obvious bad data (see abstract).", |
| 88 | + "units": "m s-1", |
| 89 | + "valid_min": -10.0, |
| 90 | + "valid_max": 10.0, |
| 91 | + "cell_methods": "TIME: standard_deviation", |
| 92 | + "ancillary_variables": "UCUR_quality_control" |
| 93 | + }, |
| 94 | + "VCUR_sd": { |
| 95 | + "type": "float", |
| 96 | + "long_name": "Standard deviation of sea water velocity V component values in 1 hour, after rejection of obvious bad data (see abstract).", |
| 97 | + "units": "m s-1", |
| 98 | + "valid_min": -10.0, |
| 99 | + "valid_max": 10.0, |
| 100 | + "cell_methods": "TIME: standard_deviation", |
| 101 | + "ancillary_variables": "VCUR_quality_control" |
| 102 | + }, |
| 103 | + "NOBS1": { |
| 104 | + "type": "float", |
| 105 | + "long_name": "Number of observations of sea water velocity in 1 hour from station 1, after rejection of obvious bad data (see abstract).", |
| 106 | + "units": "1" |
| 107 | + }, |
| 108 | + "NOBS2": { |
| 109 | + "type": "float", |
| 110 | + "long_name": "Number of observations of sea water velocity in 1 hour from station 2, after rejection of obvious bad data (see abstract).", |
| 111 | + "units": "1" |
| 112 | + }, |
| 113 | + "UCUR_quality_control": { |
| 114 | + "type": "float", |
| 115 | + "standard_name": "eastward_sea_water_velocity status_flag", |
| 116 | + "long_name": "quality flag for eastward_sea_water_velocity", |
| 117 | + "quality_control_conventions": "IMOS standard flags", |
| 118 | + "quality_control_set": 1.0, |
| 119 | + "valid_min": 0, |
| 120 | + "valid_max": 9, |
| 121 | + "flag_values": [ |
| 122 | + 0, |
| 123 | + 1, |
| 124 | + 2, |
| 125 | + 3, |
| 126 | + 4, |
| 127 | + 5, |
| 128 | + 6, |
| 129 | + 7, |
| 130 | + 8, |
| 131 | + 9 |
| 132 | + ], |
| 133 | + "flag_meanings": "no_qc_performed good_data probably_good_data bad_data_that_are_potentially_correctable bad_data value_changed not_used not_used interpolated_values missing_values", |
| 134 | + "comment": "This value is set on the basis of the offline quality controls applied in the time domain (see abstract)." |
| 135 | + }, |
| 136 | + "VCUR_quality_control": { |
| 137 | + "type": "float", |
| 138 | + "standard_name": "northward_sea_water_velocity status_flag", |
| 139 | + "long_name": "quality flag for northward_sea_water_velocity", |
| 140 | + "quality_control_conventions": "IMOS standard flags", |
| 141 | + "quality_control_set": 1.0, |
| 142 | + "valid_min": 0, |
| 143 | + "valid_max": 9, |
| 144 | + "flag_values": [ |
| 145 | + 0, |
| 146 | + 1, |
| 147 | + 2, |
| 148 | + 3, |
| 149 | + 4, |
| 150 | + 5, |
| 151 | + 6, |
| 152 | + 7, |
| 153 | + 8, |
| 154 | + 9 |
| 155 | + ], |
| 156 | + "flag_meanings": "no_qc_performed good_data probably_good_data bad_data_that_are_potentially_correctable bad_data value_changed not_used not_used interpolated_values missing_values", |
| 157 | + "comment": "This value is set on the basis of the offline quality controls applied in the time domain (see abstract)." |
| 158 | + } |
| 159 | + }, |
| 160 | + "dataset_gattrs": { |
| 161 | + "title": "" |
| 162 | + } |
| 163 | +} |
0 commit comments