Apply a shift togrid_integer
. Creates a new grid with xllcorner
and yllcorner
modified
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_integer), | intent(in) | :: | gridin | |||
type(grid_integer), | intent(out) | :: | gridout | |||
real(kind=float), | intent(in) | :: | shifteast |
amount of shift in east direction |
||
real(kind=float), | intent(in) | :: | shiftnorth |
amount of shift in north direction |
Apply a shift to grid_real
. Modifies xllcorner
and yllcorner
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_real), | intent(in) | :: | gridin | |||
type(grid_real), | intent(out) | :: | gridout | |||
real(kind=float), | intent(in) | :: | shifteast |
amount of shift in east direction |
||
real(kind=float), | intent(in) | :: | shiftnorth |
amount of shift in north direction |