Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4e570a5f
Commit
4e570a5f
authored
Jul 08, 2016
by
Uwe Schulzweida
Browse files
Docu update.
parent
9954ec28
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Gridmapping
View file @
4e570a5f
...
...
@@ -126,3 +126,26 @@ yvals = ....
xbounds = ....
ybounds = ....
=======================================
Example 3: Latitude and longitude on a spherical Earth
=======================================
dimensions:
lat = 18 ;
lon = 36 ;
variables:
double lat(lat) ;
double lon(lon) ;
float temp(lat, lon) ;
temp:long_name = "temperature" ;
temp:units = "K" ;
temp:grid_mapping = "crs" ;
int crs ;
crs:grid_mapping_name = "latitude_longitude"
crs:semi_major_axis = 6371000.0 ;
crs:inverse_flattening = 0 ;
LONLAT grid with projection parameter
GENERIC grid "
CURVILINEAR grid "
UNSTRUCTURED grid "
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment