Skip to content

Commit

Permalink
Add note to user_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Aug 9, 2023
1 parent 4e4ec65 commit ef31e09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ in ipolates_mod. The interpolation method is chosen via the first
argument of these routines (variable IP). Sub-options are set via the
IPOPT array.

It should be noted that some routines may behave poorly or unpredictably when
using 4-byte reals (-DBUILD_4=ON). For instance, there is an ATAN2 function
used for polar stereo grids where for certain grids/coordinates, floating point
differences between 4-byte output values (~1e-7) can be amplified into
noticeable differences in output field values.

### Bilinear Interpolation

Bilinear interpolation is chosen by setting IP=0.
Expand Down

0 comments on commit ef31e09

Please sign in to comment.