Running Modflow with Batch Files - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

Running Modflow with Batch Files

Description:

Running Modflow with Batch Files Dos basics Basic Batch File Batch files just take an input file and run it with an executable file (*.exe) rem = remark line File ... – PowerPoint PPT presentation

Number of Views:94
Avg rating:3.0/5.0
Slides: 11
Provided by: ChrisL171
Category:
Tags: batch | files | modflow | running

less

Transcript and Presenter's Notes

Title: Running Modflow with Batch Files


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
Dont fear the command prompt box.
Start gt Programs gt Accessories gt
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 ltmf2k.in pause
7
Run Model
8
Import Results
9
(No Transcript)
10
More Complex Batch File
Write a Comment
User Comments (0)
About PowerShow.com