shift_field Subroutine

public subroutine shift_field(field, nxf, nyf, nzfmax, nzf, nmax, n)


                                                                        *

This subroutine shifts global fields by nxshift grid cells, in order to * facilitate all sorts of nested wind fields, or output grids, which, * without shifting, would overlap with the domain "boundary". * * Author: A. Stohl * * 3 July 2002 * *


                                                                        *

Variables: * * Constants: * *




Arguments

Type IntentOptional Attributes Name
real :: field(0:nxmax-1,0:nymax-1,nzfmax,nmax)
integer :: nxf
integer :: nyf
integer :: nzfmax
integer :: nzf
integer :: nmax
integer :: n