Skip to content

Commit

Permalink
removed lon lat valid ranges (#77)
Browse files Browse the repository at this point in the history
* removed lon lat valid ranges

* Update CORDEX-CMIP6_grids.json
  • Loading branch information
larsbuntemeyer authored Apr 5, 2024
1 parent 07b607b commit 26810b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tables/CORDEX-CMIP6_grids.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"dimensions": "longitude latitude",
"out_name": "lon",
"valid_min": "-180.0",
"valid_max": "180.0",
"valid_max": "360.0",
"type": "double"
},
"vertices_latitude": {
Expand All @@ -149,7 +149,7 @@
"dimensions": "vertices longitude latitude",
"out_name": "vertices_lon",
"valid_min": "-180.0",
"valid_max": "180.0",
"valid_max": "360.0",
"type": "double"
}
}
Expand Down

0 comments on commit 26810b0

Please sign in to comment.