Changes between Initial Version and Version 1 of Ticket #673


Ignore:
Timestamp:
08/17/15 21:18:49 (9 years ago)
Author:
arango
Comment:

Indeed, thank you. I always use the header file in the test repository and I missed checking this one in the source code repository. I forgot to update the contact points NetCDF files. I computed those with my latest version of contact.m since you forgot to attach the NetCDF files and I don't want them corrupted anyway.

I also update the contact files for DOGBONE in the test repository.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #673

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary dogbone netcdf contact and the .h fileDOGBONE NetCDF contact files and the header file
  • Ticket #673 – Description

    initial v1  
    1 For the DOGBONE test case there are 2 issues:
     1For the '''DOGBONE''' test case there are 2 issues:
    22
    3 1) the dogbone.h has
     31) the header file '''dogbone.h''' has
     4{{{
    45# define TS_U3HADVECTION"
    56# define TS_C4VADVECTION"
     7}}}
    68
    7 and this should be changed to
     9and this should be changed to (need to remove double quotes at the end)
     10
     11{{{
    812# define TS_U3HADVECTION
    913# define TS_C4VADVECTION
     14}}}
    1015
    11 2) The netcdf contact file for the dogbone example seems corrupt. I generated this newer version using:
    1216
     172) The NetCDF contact file for the '''DOGBONE''' example seems corrupt. I generated this newer version using:
     18
     19{{{
    1320Gnames={'dogbone_grd_whole.nc','dogbone_grd_href3.nc'}
    1421
    1522[S,G]=contact(Gnames,'dogbone_contact_refined.nc')
     23}}}
    1624
    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
     25I am attaching the '''dogbone_contact_refined.nc'''.  This worked for me. It needs to replace the '''dogbone_ngc_refined.nc'''.
    2026
    2127