Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 authored Aug 1, 2024
1 parent d9fec99 commit ecd9d6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data_override/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ variables:
- `index(3,:,:)` corresponds to the tile (it should be 1 since data_override does not support interpolation **from** cubesphere grids)
- From there the four corners are (i,j), (i,j+1) (i+1) (i+1,j+1)
- The weights for the four corners
- var(:,:,1) -> (i,j)
- var(:,:,2) -> (i,j+1)
- var(:,:,3) -> (i+1,j)
- var(:,:,4) -> (i+1,j+1)
- weight(:,:,1) -> (i,j)
- weight(:,:,2) -> (i,j+1)
- weight(:,:,3) -> (i+1,j)
- weight(:,:,4) -> (i+1,j+1)

0 comments on commit ecd9d6b

Please sign in to comment.