From f657eb5f3003076e9038007b7f192654302f87a9 Mon Sep 17 00:00:00 2001 From: Dean Henze <54649692+DeanHenze@users.noreply.github.com> Date: Tue, 7 May 2024 10:20:05 -0700 Subject: [PATCH] Added config files for ASCATA_ESDR_ANCILLARY_L2_V1.1 and ASCATB_ESDR_ANCILLARY_L2_V1.1 (#79) --- CHANGELOG.md | 10 ++++ .../ASCATA_ESDR_ANCILLARY_L2_V1.1.cfg | 51 +++++++++++++++++++ .../ASCATB_ESDR_ANCILLARY_L2_V1.1.cfg | 51 +++++++++++++++++++ 3 files changed, 112 insertions(+) create mode 100644 config-files/ASCATA_ESDR_ANCILLARY_L2_V1.1.cfg create mode 100644 config-files/ASCATB_ESDR_ANCILLARY_L2_V1.1.cfg diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f28173..4ff354d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security +## [Released] - 2024-05-06 + +### Added +- Config files for ASCATA_ESDR_ANCILLARY_L2_V1.1 and ASCATB_ESDR_ANCILLARY_L2_V1.1 +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [Released] - 2024-05-02 ### Added diff --git a/config-files/ASCATA_ESDR_ANCILLARY_L2_V1.1.cfg b/config-files/ASCATA_ESDR_ANCILLARY_L2_V1.1.cfg new file mode 100644 index 0000000..cd5d08b --- /dev/null +++ b/config-files/ASCATA_ESDR_ANCILLARY_L2_V1.1.cfg @@ -0,0 +1,51 @@ +{ + "shortName": "ASCATA_ESDR_ANCILLARY_L2_V1.1", + "latVar": "lat", + "lonVar": "lon", + "timeVar": "time", + "is360": true, + "tiles": { + "steps": [ + 30, + 14 + ] + }, + "footprint": { + "strategy": "periodic", + "t": "0:0,0:*", + "s1": "0:*,0:0", + "b": "*:*,0:*", + "s2": "0:*,*:*" + }, + "imgVariables": [], + "image": { + "ppd": 16, + "res": 8 + }, + "variables": [ + "time", + "lon", + "lat", + "flags", + "quality_indicator", + "imerg_precip_cal", + "era_wind_u_10m", + "era_wind_v_10m", + "era_wind_speed_10m", + "era_wind_direction_10m", + "era_en_wind_u_10m", + "era_en_wind_v_10m", + "era_en_wind_speed_10m", + "era_en_wind_direction_10m", + "era_wind_stress_u", + "era_wind_stress_v", + "era_wind_stress_magnitude", + "era_wind_stress_direction", + "era_air_temp_2m", + "era_sst", + "era_boundary_layer_height", + "era_rel_humidity_2m", + "globcurrent_u", + "globcurrent_v" + ] +} \ No newline at end of file diff --git a/config-files/ASCATB_ESDR_ANCILLARY_L2_V1.1.cfg b/config-files/ASCATB_ESDR_ANCILLARY_L2_V1.1.cfg new file mode 100644 index 0000000..78ff87b --- /dev/null +++ b/config-files/ASCATB_ESDR_ANCILLARY_L2_V1.1.cfg @@ -0,0 +1,51 @@ +{ + "shortName": "ASCATB_ESDR_ANCILLARY_L2_V1.1", + "latVar": "lat", + "lonVar": "lon", + "timeVar": "time", + "is360": true, + "tiles": { + "steps": [ + 30, + 14 + ] + }, + "footprint": { + "strategy": "periodic", + "t": "0:0,0:*", + "s1": "0:*,0:0", + "b": "*:*,0:*", + "s2": "0:*,*:*" + }, + "imgVariables": [], + "image": { + "ppd": 16, + "res": 8 + }, + "variables": [ + "time", + "lon", + "lat", + "flags", + "quality_indicator", + "imerg_precip_cal", + "era_wind_u_10m", + "era_wind_v_10m", + "era_wind_speed_10m", + "era_wind_direction_10m", + "era_en_wind_u_10m", + "era_en_wind_v_10m", + "era_en_wind_speed_10m", + "era_en_wind_direction_10m", + "era_wind_stress_u", + "era_wind_stress_v", + "era_wind_stress_magnitude", + "era_wind_stress_direction", + "era_air_temp_2m", + "era_sst", + "era_boundary_layer_height", + "era_rel_humidity_2m", + "globcurrent_u", + "globcurrent_v" + ] +} \ No newline at end of file