Skip to content

Commit

Permalink
Added config files for ASCATA_ESDR_ANCILLARY_L2_V1.1 and ASCATB_ESDR_…
Browse files Browse the repository at this point in the history
…ANCILLARY_L2_V1.1 (#79)
  • Loading branch information
DeanHenze committed May 7, 2024
1 parent af1e619 commit f657eb5
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
51 changes: 51 additions & 0 deletions config-files/ASCATA_ESDR_ANCILLARY_L2_V1.1.cfg
Original file line number Diff line number Diff line change
@@ -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"
]
}
51 changes: 51 additions & 0 deletions config-files/ASCATB_ESDR_ANCILLARY_L2_V1.1.cfg
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit f657eb5

Please sign in to comment.