Changes between Version 20 and Version 21 of ModellingQuestions
- Timestamp:
- Mar 5, 2013, 3:53:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModellingQuestions
v20 v21 106 106 This 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 107 107 to 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 109 quantities on a mesh with approximately 300000 triangles on a 2 min interval for 5 hours will result in approximately 350Mb SWW file. 111 110 112 111 == How can I set the friction in different areas in the domain? == … … 134 133 135 134 {{{ 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)135 asc2dem(10m_dem_name, use_cache=True, verbose=True) 136 asc2dem(25m_dem_name, use_cache=True, verbose=True) 138 137 }}} 139 138 followed by: