-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into release/1.20.0
- Loading branch information
Showing
12 changed files
with
90 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Mars request (found in Portugese requirements) | ||
# mars | ||
param=2t,levtype=sfc | ||
# Mir tool options | ||
--dont-compress-plan --grid=0.1/0.1 --area=60/180/-56/-180 | ||
# grib_get assertions | ||
Ni = 3600 | ||
Nj = 1161 | ||
iDirectionIncrementInDegrees = 0.1 | ||
jDirectionIncrementInDegrees = 0.1 | ||
# mir | ||
--dont-compress-plan --grid=1/1 --area=60/180/-56/-180 | ||
# grib_get | ||
Ni = 360 | ||
Nj = 117 | ||
iDirectionIncrementInDegrees = 1 | ||
jDirectionIncrementInDegrees = 1 | ||
latitudeOfFirstGridPointInDegrees = 60 | ||
longitudeOfFirstGridPointInDegrees = 180 | ||
latitudeOfLastGridPointInDegrees = -56 | ||
longitudeOfLastGridPointInDegrees = 539.9 | ||
longitudeOfLastGridPointInDegrees = 539 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# MIR-583 interpolation=linear failure on low parametricEpsilon | ||
MIR-583.grib1 | ||
# mir | ||
--grid=0.04/0.04 --interpolation=linear --finite-element-projection-fail=missing-value | ||
# grib_get | ||
# (none) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# mars | ||
gridType=healpix,Nside=2,orderingConvention=ring.grib2 | ||
# mir | ||
$MIR_CACHING=1 | ||
$MIR_CACHE_PATH=cache.MIR-647 | ||
--grid=H2 --interpolation=linear | ||
# grib_get assertions | ||
gridType=healpix | ||
gridName=H2 | ||
orderingConvention=ring | ||
Nside=2 | ||
numberOfDataPoints=48 | ||
longitudeOfFirstGridPointInDegrees=45 | ||
values[0]=0 | ||
values[1]=1 | ||
values[2]=2 | ||
values[3]=3 | ||
|
||
values[20]=20 | ||
values[21]=21 | ||
values[22]=22 | ||
values[23]=23 | ||
values[24]=24 | ||
values[25]=25 | ||
values[26]=26 | ||
values[27]=27 | ||
|
||
values[44]=44 | ||
values[45]=45 | ||
values[46]=46 | ||
values[47]=47 |
1 change: 1 addition & 0 deletions
1
tests/assertions/gridType=healpix,Nside=2,orderingConvention=ring.grib2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../data/gridType=healpix,Nside=2,orderingConvention=ring.grib2 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# mars | ||
gridType=healpix,Nside=2,orderingConvention=ring.grib2 | ||
# mir | ||
--grid=H2 --interpolation=linear | ||
# plan | ||
Copy[] |
1 change: 1 addition & 0 deletions
1
tests/plans/gridType=healpix,Nside=2,orderingConvention=ring.grib2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../data/gridType=healpix,Nside=2,orderingConvention=ring.grib2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters