max
- max(fs)
- max(fs, other_fs)
- max(fs, value)
- max(fs, gpt)
Computes the point-wise maximum of
fs.- Parameters
- Return type
The actual behaviour of
max()depends on the arguments:if
fsis the only argumentmax()returns aFieldsetwith a single field containing the maximum value offsat each grid point or spectral coefficient. A missing value anywhere infswill result in a missing value in the corresponding place in the output.if
other_fsis specifiedmax()returns aFieldsetcontaining the maximum offsandother_fsat each grid point or spectral coefficient. A missing value anywhere infsorother_fswill result in a missing value in the corresponding place in the output.if
valueis specifiedmax()returns aFieldsetcontaining the maximum offsandvalueat each grid point or spectral coefficient. A missing value anywhere infswill result in a missing value in the corresponding place in the output.if
gptis specifiedmax()returns aGeopointscontaining the maximum offsandgptat each location ingpt. A missing value anywhere infsorgptwill result in aGeopointsmissing value in the corresponding place in the output.
- max(nc, nc_other)