Ignore:
Timestamp:
Apr 6, 2006, 8:33:50 AM (19 years ago)
Author:
nicholas
Message:

CCS.py still produces sudden jumps in friction values, 2nd normal test or implementation of it needs to be revised.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/momentum_sink/loop_buildings.py

    r2634 r2664  
    2121
    2222
    23 DR = list(Numeric.arange(3,23.2,0.2))
     23DR = list(Numeric.arange(6.8,7.0,0.01))
    2424#[3,5,7,9,11,13,15,17,19,21,23]
    2525for depth in DR:
     
    4444
    4545
    46     domain.set_name(project.basename + '_Str_Off_D=%s_%d' %(str(depth), triagle_count))
     46    domain.set_name(project.basename + '_Str_half_Off_D=%s_%d' %(str(depth), triagle_count))
    4747    domain.set_datadir(project.outputdir)
    4848    domain.store = True
Note: See TracChangeset for help on using the changeset viewer.