UPP (develop)
|
bound() clips data in passed array. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | bound (fld, fmin, fmax) |
Clips data in passed array. | |
bound() clips data in passed array.
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.
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 |
2021-09002 | Bo Cui | Decompose UPP in X direction |
Definition in file BOUND.f.
subroutine bound | ( | real, dimension(im,jm), intent(inout) | fld, |
real, intent(in) | fmin, | ||
real, intent(in) | fmax | ||
) |