Changes between Initial Version and Version 1 of Ticket #247


Ignore:
Timestamp:
12/01/08 17:53:33 (16 years ago)
Author:
arango
Comment:

Yes, thank you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #247

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #247 – Description

    initial v1  
    1 The code is okay, but I needed to make some modifications to the supplied TEST_HEAD input files to get bedload to be non-zero.  These modifications are required because of the change in R224, where bedload was split from the other routines, and the looping was changed to DO ised=NCS+1,NST, yet the input files still used NCS=1, NNT=0 (NST=1), so the loop never gets executed.
     1The code is okay, but I needed to make some modifications to the supplied '''TEST_HEAD''' input files to get bedload to be non-zero.  These modifications are required because of the change in R224, where bedload was split from the other routines, and the looping was changed to '''DO ised=NCS+1,NST''', yet the input files still used '''NCS=1''', '''NNT=0''' ('''NST=1'''), so the loop never gets executed.
    22
    3 I needed to modify the ocean_test_head.in file to set NCS=0, NNS=1, modify the sediment_test_head.in file to specify parameters for SAND instead of MUD, and also change the variable names from MUDFRAC_01 to SANDFRAC_01, MUD_01 to SAND_01, etc in the initialization NetCDF file test_head_ini.nc. Once I made these changes, the TEST_HEAD test case run with the R271 code (current trunk code) produced non-zero bedload values equivalent to versions prior to R224.
    4 
    5 These modified input files for TEST_HEAD are at: http://coast-enviro.er.usgs.gov/models/ ... t_head.zip
    6 if anyone is interested
     3I needed to modify the ocean_test_head.in file to set '''NCS=0''', '''NNS=1''', modify the '''sediment_test_head.in''' file to specify parameters for SAND instead of MUD, and also change the variable names from '''MUDFRAC_01''' to '''SANDFRAC_01''', '''MUD_01''' to '''SAND_01''', etc in the initialization NetCDF file '''test_head_ini.nc'''. Once I made these changes, the '''TEST_HEAD''' test case run with the R271 code (current trunk code) produced non-zero bedload values equivalent to versions prior to R224.