Added note on not using inputfile_old2new mode for old 2D models.

这个提交包含在:
Craig Warren
2016-03-24 15:43:55 +00:00
父节点 5dab8c5d8b
当前提交 101111a137
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@@ -20,7 +20,7 @@ No, but it can be beneficial to know a little Python. We have made it easier to
Yes, MATLAB has built-in functions to read HDF5 files (http://uk.mathworks.com/help/matlab/high-level-functions.html).
**But converting my input file from the old version of gprMax will be really painful**
Hopefully not! We have provided a Python script to help you convert input files from the old version of gprMax to use syntax introduced in version 3.
Hopefully not! We have provided a Python module to help you convert input files of 3D models from the old version of gprMax to use syntax introduced in version 3. Please note this module does not currently convert old 2D model input files.
**How do I choose a spatial resolution for my simulation?**
Spatial resolution should be chosen to mitigate numerical dispersion and to adequately resolve geometry in your simulation. :ref:`A 2D example of modelling a metal cylinder in a dielectric <example-2D-Ascan>` provides guidance on how to determine spatial resolution.