New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
bugs in branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/TOOLS/WEIGHTS/SCRIP1.4 – NEMO

source: branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/TOOLS/WEIGHTS/SCRIP1.4/bugs @ 5947

Last change on this file since 5947 was 5947, checked in by timgraham, 8 years ago

Reinstate svn Id keywords before merge

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