Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
README updated to reflect changes to get_{x,y,t,z} functions
  • Loading branch information
cwebster2 committed Oct 27, 2015
1 parent 97a63c7 commit 1f9ca6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,13 @@ These get dimensions of the specified grid `grid`.
#### get_x, get_y, get_z, get_t ####

```fortran
integer function get_x(self, grid, x)
function get_x(self, grid, cm1err) result(x)
implicit none
class(cm1_dataset) :: self
character :: grid
integer :: gridno
real, dimension(:) :: x
logical, optional :: cm1err
real, dimension(:), allocatable :: x
```
These get the mesh of grid `grid` along the specified dimension

Expand Down

0 comments on commit 1f9ca6c

Please sign in to comment.