UPP
001
|
bound() clips data in passed array. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | BOUND (FLD, FMIN, FMAX) |
This routine bounds data in the passed array FLD (im x jm elements long) and clips data values such that on exiting the routine. More... | |
subroutine BOUND | ( | real, dimension(im,jm), intent(inout) | FLD, |
real, intent(in) | FMIN, | ||
real, intent(in) | FMAX | ||
) |
This routine bounds data in the passed array FLD (im x jm elements long) and clips data values such that on exiting the routine.
for all points.
[in] | FMIN | Lower (inclusive) bound for data. |
[in] | FMAX | Upper (inclusive) bound for data. |
[out] | FLD | Array whose elements are bounded by [FMIN,FMAX]. |
Date | Programmer | Comments |
---|---|---|
1993-01-18 | Russ Treadon | Initial |
1993-05-07 | Russ Treadon | Added DOCBLOC |
1998-05-29 | T Black | Conversion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2002-04-24 | Mike Baldwin | WRF Version |