README 979 B

12345678910111213141516171819202122232425262728293031
  1. In this directory, you can find:
  2. 1) a bash script to interpolate horizontally : interp
  3. This script relies on the SCRIP (Spherical Coordinate
  4. Remapping and Interpolation Package) for the computation
  5. of the interpolation weights and on a fortran executable
  6. written by Virginie Guemas and added to the SCRIP package
  7. to apply these weights : scrip_use
  8. You can also extrapolate after interpolating with
  9. scrip_use_extrap
  10. 2) the fortran sources from SCRIP are also available in
  11. case you need to compute new interpolation weights.
  12. 3) a python script to interpolate vertically :
  13. interp_vert.py
  14. 4) a python script to extrapolate vertically :
  15. vertextrap.py
  16. 5) a python script to extrapolate horizontally a
  17. 3d field : extrap.py
  18. 6) a python script to extrapolate horizontally a
  19. 2d field : extrap2d.py
  20. 7) the fortran sources to rotate the U and V components
  21. on the ORCA irregular grid.
  22. More information can be found here:
  23. http://ic3.cat/wikicfu/index.php/Tools/Interpolation