Changes between Initial Version and Version 1 of Ticket #673
- Timestamp:
- 08/17/15 21:18:49 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #673
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary dogbone netcdf contact and the .h file → DOGBONE NetCDF contact files and the header file
-
Ticket #673 – Description
initial v1 1 For the DOGBONEtest case there are 2 issues:1 For the '''DOGBONE''' test case there are 2 issues: 2 2 3 1) the dogbone.h has 3 1) the header file '''dogbone.h''' has 4 {{{ 4 5 # define TS_U3HADVECTION" 5 6 # define TS_C4VADVECTION" 7 }}} 6 8 7 and this should be changed to 9 and this should be changed to (need to remove double quotes at the end) 10 11 {{{ 8 12 # define TS_U3HADVECTION 9 13 # define TS_C4VADVECTION 14 }}} 10 15 11 2) The netcdf contact file for the dogbone example seems corrupt. I generated this newer version using:12 16 17 2) The NetCDF contact file for the '''DOGBONE''' example seems corrupt. I generated this newer version using: 18 19 {{{ 13 20 Gnames={'dogbone_grd_whole.nc','dogbone_grd_href3.nc'} 14 21 15 22 [S,G]=contact(Gnames,'dogbone_contact_refined.nc') 23 }}} 16 24 17 I am attaching the dogbone_contact_refined.nc. This worked for me. It needs to replace the dogbone_ngc_refined.nc. 18 19 -john 25 I am attaching the '''dogbone_contact_refined.nc'''. This worked for me. It needs to replace the '''dogbone_ngc_refined.nc'''. 20 26 21 27