Skip to content

Feature/inheritance #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
deb6df7
improved request expansion tests
danovaro Apr 21, 2025
8cebb7d
MARSC-246 fixes to the language + improved unit tests
danovaro Apr 22, 2025
8ee021f
Merge branch 'develop' into feature/inheritance
danovaro Apr 22, 2025
3a8d716
MARSC-208 added unit tests + facility to add tests with input request…
danovaro Apr 23, 2025
7fc5eb4
testing expansions using external files - print offending file in cas…
danovaro Apr 23, 2025
d232c8e
Merge branch 'develop' into feature/inheritance
danovaro Apr 23, 2025
68061d7
Merge branch 'develop' into feature/inheritance
danovaro Apr 23, 2025
cb9d4b4
improved date handling
danovaro Apr 23, 2025
c50c913
missing include + format
danovaro Apr 23, 2025
82510e3
missing include + format
danovaro Apr 23, 2025
7c2f78d
request count + additional tests + lamnguage format (enum values)
danovaro Apr 25, 2025
b5f269f
improved parsing of expected expansion
danovaro Apr 26, 2025
82d09e4
Merge branch 'develop' into feature/inheritance
danovaro Apr 28, 2025
0d0c6d8
wip
danovaro May 1, 2025
5389f3d
added support for sub-type definition to handle language extensions (…
danovaro May 9, 2025
33b3dc3
fix unit test
danovaro May 9, 2025
a6d102e
verb aliases
danovaro May 9, 2025
0b195ef
format
danovaro May 9, 2025
81aad58
wip
danovaro May 9, 2025
6654906
bcmodel
danovaro May 10, 2025
a7554df
fix Type enum case matching
danovaro May 14, 2025
ef73189
format
danovaro May 14, 2025
078830f
inheritance at MarsRequest parsing time
danovaro May 14, 2025
28e8e86
parameter ordering in MarsRequest parsing
danovaro May 14, 2025
9788f42
aliases
danovaro May 15, 2025
7f7c938
Merge branch 'develop' into feature/inheritance
danovaro May 15, 2025
5a4fc0e
format
danovaro May 15, 2025
1361547
Merge branch 'develop' into feature/inheritance
danovaro May 19, 2025
df3d2f3
inheritance disseminate (frequency=off)
danovaro May 20, 2025
3b7f22f
clean inheritance on OFF
danovaro May 20, 2025
11d1550
addressed PR comments
danovaro May 21, 2025
7540f74
fix for archival
danovaro May 22, 2025
d4a6631
removed repres defaults & sets
danovaro May 23, 2025
5008700
Merge branch 'develop' into feature/inheritance
danovaro May 23, 2025
f2c6d4d
Feature: MARSC-306: Implement resol values
tbkr May 22, 2025
1e3bf8c
reverted resol to enum+integer
danovaro May 27, 2025
2fb11d6
Merge pull request #89 from ecmwf/feature/MARSC-306
danovaro May 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions share/metkit/axis.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
axes:
- class
- country
- type
- stream
- levtype
Expand Down Expand Up @@ -50,3 +51,7 @@ axes:
- year
- month
- obsgroup
- bcmodel
- icmodel
- grib

Loading
Loading