1 / 10

Running Modflow with Batch Files

Running Modflow with Batch Files. Dos basics . cd = change directory (dOs Is NoT cAsE sEnSiTiVe) dir = shows you what is in the directory (It gives you a list of everything that is in the folder) copy = copies one file to a new file name (copy sample.txt newsample.txt) md = make directory.

lenka
Télécharger la présentation

Running Modflow with Batch Files

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Running Modflow with Batch Files

  2. Dos basics cd = change directory (dOs Is NoT cAsE sEnSiTiVe) dir = shows you what is in the directory (It gives you a list of everything that is in the folder) copy = copies one file to a new file name (copy sample.txt newsample.txt) md = make directory Don’t fear the command prompt box. Start > Programs > Accessories > Command Prompt

  3. Basic Batch File • Batch files just take an input file and run it with an executable file (*.exe) • rem = remark line • File extension is *.bat

  4. Simple Tips for Batch Files • Keep all files are in the same folder. (*.bat, *.in, *.exe) • Make comments (rem) • Add a pause

  5. Creating Data Sets in GWV

  6. rem Basic Batch File by Chris Lowry rem Run Model using Modflow mf2k.exe <mf2k.in pause

  7. Run Model

  8. Import Results

  9. More Complex Batch File

More Related