GMS:Saving and Reading a MODFLOW Simulation: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 2: | Line 2: | ||
=== Saving a MODFLOW Simulation === | === Saving a MODFLOW Simulation === | ||
Once a MODFLOW simulation has been created and checked for potential problems with the [[GMS:Model Checker|Model Checker]], the next step is to save the simulation to disk and run MODFLOW. MODFLOW simulations are saved using the | Once a MODFLOW simulation has been created and checked for potential problems with the [[GMS:Model Checker|Model Checker]], the next step is to save the simulation to disk and run MODFLOW. MODFLOW simulations are saved using the '''Save''' and '''Save As''' commands in the ''File'' menu. | ||
Selecting the | Selecting the '''Save''' command saves the GMS project including the model simulation. By default the model simulation will be saved to the same location as the GMS project. However, in the Save dialog the path for the model simulation can be specified. | ||
A MODFLOW simulation is actually saved to a set of input files. The MODFLOW super file is used to store extra data used by GMS but not used by MODFLOW. The super file also contains the path to the name file. The names of all of the input and output files associated with a simulation are saved in the name file. When MODFLOW is launched, the name of the super file is automatically passed to the MODFLOW executable. | A MODFLOW simulation is actually saved to a set of input files. The MODFLOW super file is used to store extra data used by GMS but not used by MODFLOW. The super file also contains the path to the name file. The names of all of the input and output files associated with a simulation are saved in the name file. When MODFLOW is launched, the name of the super file is automatically passed to the MODFLOW executable. |