forked from ecmwf/atlas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new yml file for variable resolution projection
To run the update_uid.py under linux I should add the option shell=True in Popen
- Loading branch information
1 parent
6b508f0
commit 30e5e3f
Showing
2 changed files
with
42 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# (C) Crown copyright 2022, Met Office | ||
# | ||
# This software is licensed under the terms of the Apache Licence Version 2.0 | ||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. | ||
# regional projection using variable resolution | ||
|
||
type : "regular_lonlat" | ||
nx : 34 | ||
ny : 32 | ||
projection : | ||
type: "variable_resolution" | ||
var_ratio : 1.13 | ||
delta_low : 1. | ||
delta_hi : 0.6511482758621128 | ||
x_reg_start : 351.386944827586319 | ||
x_reg_end : 366.363355172413776 | ||
y_reg_start : -5.008754172413662 | ||
y_reg_end : 8.665359620690706 | ||
startx : 348.13120344827576 | ||
endx : 369.6190965517242 | ||
starty : -8.264495551724226 | ||
endy : 11.92110100000127 | ||
north_pole : {0.0, 90.0}) | ||
rim_widthx : 4 | ||
rim_widthy : 4 | ||
|
||
check : | ||
size : 1088 | ||
lonlat(first) : [348.13120344827576,-8.264495551724226] | ||
lonlat(last) : [170,11.92110100000127] | ||
bounding_box(n,w,s,e) : [-8.264495551724226,348.13120344827576,11.92110100000127,369.6190965517242] | ||
uid : f164da5624c5335853cdb7d5754ebd1a | ||
|
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