Changes between Version 20 and Version 21 of ModellingQuestions


Ignore:
Timestamp:
Mar 5, 2013, 3:53:30 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModellingQuestions

    v20 v21  
    106106This will depend on what you are trying to answer with your model and how much memory you have available on your machine. If you need
    107107to look in detail at the evolution, then you will need to balance your storage requirements and the duration of the simulation.
    108 If the SWW file exceeds 1Gb, another SWW file will be created until the end of the simulation. As an example, to store all the conserved
    109 quantities on a mesh with approximately 300000 triangles on a 2 min interval for 5 hours will result in approximately 350Mb SWW file
    110 (as for the {{{run_sydney_smf.py}}} example).
     108 As an example, to store all the conserved
     109quantities on a mesh with approximately 300000 triangles on a 2 min interval for 5 hours will result in approximately 350Mb SWW file.
    111110
    112111== How can I set the friction in different areas in the domain? ==
     
    134133
    135134{{{
    136 convert_dem_from_ascii2netcdf(10m_dem_name, use_cache=True, verbose=True)
    137 convert_dem_from_ascii2netcdf(25m_dem_name, use_cache=True, verbose=True)
     135asc2dem(10m_dem_name, use_cache=True, verbose=True)
     136asc2dem(25m_dem_name, use_cache=True, verbose=True)
    138137}}}
    139138followed by: