shift_field_0 Subroutine

public subroutine shift_field_0(field, nxf, nyf)


                                                                        *

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)
integer :: nxf
integer :: nyf