-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mo-marqh/xios3Patch
update patch for r2628 - reimplement READMEs
- Loading branch information
Showing
5 changed files
with
20 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
read_axis_resample | ||
------------------ | ||
|
||
This example reads in a sample NetCDF file of arbitrary data of 10 values on the z axis and interpolates to 4 new z axis values using polynomial order 2. Known good values for interpolated data are included in the input file for comparison. The original and resampled data are written to one output NetCDF file. The unit tests include one known failure test case where the expected result is not produced. |
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,5 @@ | ||
read_domain_resample | ||
-------------------- | ||
|
||
These examples read in arbitrary data from a netCDF file and resample to a different horizontal domain as defined within the input netCDF file using bilinear interpolation. | ||
The original and resampled data as well as a diff between them are written to one output NetCDF file. The unit tests include two known failure test cases where the expected result is not produced. |
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,4 @@ | ||
vertical_stratify_pressure | ||
-------------------------- | ||
|
||
This example demonstrates XIOS vertical interpolation for the specific case of interpolating data held on model levels to pressure levels. It takes a canned dataset of temperature and pressure on 39 model levels at one lat-lon point and interpolates temperature to 5 pressure levels using polynomial order 1. The original model level pressure and temperature data as well as the interpolated temperature data are written out to one netCDF file. |
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,4 @@ | ||
vertical_stratify_scenarios | ||
--------------------------- | ||
|
||
This example reads in a sample NetCDF file consisting of a horizontal domain with one lat-lon point with temperature and pressure on 39 model levels. It interpolates temperature to 5 pressure levels using polynomial order 1. The original model level pressure and temperature data as well as the interpolated temperature data are written out to one netCDF file. |