Naming Convention: Difference between revisions
Content deleted Content added
No edit summary |
Chris Huxley (talk | contribs) |
||
| (One intermediate revision by one other user not shown) | |||
Line 9:
Additionally, a sound naming convention can significantly reduce the time taken to locate files, especially in folders where hundreds of files are present, which may be the case for large modelling projects. Once a naming and numbering convention is adopted, then a <u>[[TUFLOW_Modelling_Log|modelling log]]</u> can more easily be kept.<br>
<br>
There is some simple advice on naming conventions in the <u>[https://
Currently, most modelling incorporates use of the TUFLOW scenario and event management feature. This allows for wildcards to be incorporated in the file name. <u>[[TUFLOW Example Models|Example models]]</u> are available which demonstrate Scenario/Event management. A <u>[[ Run_TUFLOW_From_a_Batch-file#Looping_in_a_batch_file|batch file]]</u> can then be set up to run various scenario combinations from the one TUFLOW Control File (TCF).<br>
<br>
Line 18:
As the bulk of the data input to TUFLOW is via GIS layers, efficient management of these datasets is essential. Different TUFLOW input files require different GIS attributes. For example, an initial water level input file only requires a single attribute on the GIS file (which is the initial water level), whereas, a 1D channel has a number of attributes (channel type, inverts etc.). Differentiating between these TUFLOW file types is therefore essential.<br>
<br>
TUFLOW input files are given different recommended prefixes depending on their purpose. An example of this is demonstrated in the table below. The complete list of recommended prefixes can be found in the <u>[https://
<br>
It is strongly recommended that the prefixes described in the <u>[https://
{| class="wikitable" width="75%"
Line 123:
|| gis\2d_loc_EG00_001_L.shp<br> gis\2d_code_001_R.shp<br> grid\DEM_2mLidar_001.tif<br> gis\2d_zsh_Development_002_R.shp
| style="text-align: center;" | '''MODEL_004.tbc'''
|| gis\2d_bc_EG00_001_L.shp<br> '''gis\
| style="text-align: center;" | MODEL_003.ecf
|| 1d_nwk_003.shp
Line 132:
|| gis\2d_loc_EG00_001_L.shp<br> gis\2d_code_001_R.shp<br> grid\DEM_2mLidar_001.tif<br>'''gis\2d_zsh_Development_005_R.shp'''
| style="text-align: center;" | MODEL_004.tbc
|| gis\2d_bc_EG00_001_L.shp<br> gis\
| style="text-align: center;" | '''MODEL_005.ecf'''
|| '''1d_nwk_Pipes_005.shp'''
| |||