GEOS-ESM / MAPL

MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)
https://geos-esm.github.io/MAPL/
Apache License 2.0
24 stars 18 forks source link

Add ability, in Scenarios tests, to allow for testing array slices in the k direction #3192

Closed pchakraborty closed 1 day ago

pchakraborty commented 1 day ago

Types of change(s)

Checklist

Description

Implement #3187 Scenarios testing - added ability to allow for testing array slices in expectations.yaml. We can now add tests like

I: {status: complete, typekind: R4, rank: 3, k_values: [40., 20., 10.]}

Related Issue