bugs 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ************************************************************************
  2. Bug or issue Reported Fixed
  3. ---------------------------------------------------- -------- --------
  4. Outstanding:
  5. Need parallel implementation of SCRIP 07/01/00
  6. Latitude bins not very robust for sparse grids 10/27/98
  7. Deal with extrapolation for bilinear, bicubic 12/02/98
  8. Remove cyclic bndy assumptions from bilin, bicubic 12/02/98
  9. Problem with coordinate transform when both grids
  10. contain pole point as cell edge (note that in
  11. such a case, turning off the coordinate transform
  12. by setting thresholds >pi, <-pi may fix this) 12/03/98
  13. Bug in test configuration when SH transformation on 12/03/98
  14. Fixed in release 1.4:
  15. Conversion from polar projection back to lat/lon
  16. space extremely sensitive near pole 07/01/01 08/20/01
  17. Bilinear/cubic fails when cells overlap longitude cut 08/13/01 08/20/01
  18. Bilinear/cubic iteration converges to bad solution
  19. for skewed cells 08/21/01 08/21/01
  20. Nearest-neighbor backup to bilinear/cubic fails 08/13/01 08/20/01
  21. Added feature to use input areas for normalization 06/20/00 07/01/00
  22. Added error checks on weights for conservative maps 06/20/00 07/01/00
  23. Fixed in release 1.3:
  24. Added new binning options to restrict searches ...do not know...
  25. Optimized code for resizing arrays .................
  26. Fixed in release 1.2:
  27. Changed namelist input for map type to character 05/31/99 06/04/99
  28. Added new output option for CSM coupler 05/31/99 06/04/99
  29. Added additional normalization options for conserv 05/31/99 06/04/99
  30. Improper handling of grid pairs which share corners 01/29/99 02/04/99
  31. Uninitialized variables and subscripts out of range 01/22/99 01/25/99
  32. Fixed in release 1.1:
  33. Conservative remap assumed num_maps = 2 12/16/98 12/17/98
  34. Change units of grid quantities back to input units 12/04/98 12/17/98
  35. Add option for unnormalized conservative weights 12/04/98 12/17/98
  36. Update user's guide for recent changes 12/02/98 12/17/98
  37. Add different test fields 11/18/98 12/02/98
  38. Add support for multiple remap test 11/18/98 12/02/98
  39. Add bicubic module 11/18/98 12/17/98
  40. Fixed in release 1.02:
  41. Problems setting up latitude bins for polar cells 10/22/98 10/27/98
  42. Input latitudes out of range (due to machine pi/2) 10/27/98 10/27/98
  43. Bad coordinate transformation in south pole 10/22/98 11/02/98
  44. ************************************************************************