|
| 1 | +local common = import 'common.jsonnet'; |
| 2 | + |
| 3 | +{ |
| 4 | + name: 'ABI-GOES16', |
| 5 | + filename: 'abigoes.json', |
| 6 | + description: 'The Advanced Baseline Imager (ABI) on GOES16 (Geostationary Operational Environmental Satellite 16) provides high-resolution, multispectral imagery for real-time weather monitoring and forecasting. GOES-16 is also called GOES-East as it covers the Eastern side of the Americas.', |
| 7 | + title: 'ABI-GOES16', |
| 8 | + unique_id: '13', |
| 9 | + start_datetime: '2017-12-17T00:00:41', |
| 10 | + end_datetime: '2024-12-31 23:50:20', |
| 11 | + frequency: '10min', |
| 12 | + fixed_timesteps: 'True', |
| 13 | + keywords: [ |
| 14 | + 'atmosphere', |
| 15 | + 'observation', |
| 16 | + 'geostationary', |
| 17 | + 'satellite', |
| 18 | + ], |
| 19 | + providers: [ |
| 20 | + common.providers.nasa, |
| 21 | + common.providers.nasa_processor |
| 22 | + ], |
| 23 | + processing_level: 'Operational L1b', |
| 24 | + |
| 25 | + variables: { |
| 26 | + names: [ |
| 27 | + 'time_bounds_swaths', |
| 28 | + 'time_bounds_rows', |
| 29 | + 'a_h_NRTH', |
| 30 | + 'b_h_NRTH', |
| 31 | + 'Rad', |
| 32 | + 'DQF', |
| 33 | + 't', |
| 34 | + 'time_bounds', |
| 35 | + 'goes_imager_projection', |
| 36 | + 'kappa0', |
| 37 | + 'band_id', |
| 38 | + 'band_wavelength', |
| 39 | + 'min_radiance_value_of_valid_pixels', |
| 40 | + 'max_radiance_value_of_valid_pixels', |
| 41 | + 'mean_radiance_value_of_valid_pixels', |
| 42 | + 'std_dev_radiance_value_of_valid_pixels', |
| 43 | + 'esun', |
| 44 | + 'earth_sun_distance_anomaly_in_AU', |
| 45 | + 'nominal_satellite_height', |
| 46 | + 'nominal_satellite_subpoint_lat', |
| 47 | + 'nominal_satellite_subpoint_lon', |
| 48 | + 'x_image', |
| 49 | + 'y_image', |
| 50 | + 'geospatial_lat_lon_extent', |
| 51 | + 'yaw_flip_flag', |
| 52 | + 'x_image_bounds', |
| 53 | + 'y_image_bounds', |
| 54 | + 'planck_bc1', |
| 55 | + 'planck_bc2', |
| 56 | + 'planck_fk1', |
| 57 | + 'planck_fk2', |
| 58 | + 'focal_plane_temperature_threshold_decreasing', |
| 59 | + 'focal_plane_temperature_threshold_increasing', |
| 60 | + 'focal_plane_temperature_threshold_exceeded_count', |
| 61 | + 'percent_uncorrectable_L0_errors', |
| 62 | + 'saturated_pixel_count', |
| 63 | + 'undersaturated_pixel_count', |
| 64 | + 'valid_pixel_count', |
| 65 | + 'maximum_focal_plane_temperature', |
| 66 | + 'algorithm_dynamic_input_data_container', |
| 67 | + 'algorithm_product_version_container', |
| 68 | + 'reprocessing_version', |
| 69 | + 'missing_pixel_count', |
| 70 | + 'processing_parm_version_container', |
| 71 | + 't_star_look', |
| 72 | + 'star_id', |
| 73 | + 'band_wavelength_star_look', |
| 74 | + 'y', |
| 75 | + 'x', |
| 76 | + ] |
| 77 | + }, |
| 78 | + |
| 79 | + geometry: [-156, 6, -81, 81], |
| 80 | + |
| 81 | + dataset: { |
| 82 | + dataset_name: 'RP_ABI-L1b-RadF-M6C*_G16_s*_e*_c*.nc', |
| 83 | + type: 'application/vnd+netcdf', |
| 84 | + description: 'Observation dataset', |
| 85 | + locations: [common.hpc.hpc2020], |
| 86 | + size: '230.8 TB', |
| 87 | + inodes: '5.426.532', |
| 88 | + roles: ['data'], |
| 89 | + }, |
| 90 | +} |
0 commit comments