GMS:Saving and Reading a MODFLOW Simulation: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{MODFLOW Links}} | {{MODFLOW Links}} | ||
After building a MODFLOW simulation, the simulation results can be saved and read into GMS. | |||
== 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 '''Save''' and '''Save As''' commands in the ''File'' menu. | 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 '''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. | 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. | ||
Line 14: | Line 15: | ||
The version of MODFLOW 2000 that ships with the GMS software has been modified to be able to read and write input data stored in HDF5 files. For more information see [[GMS:MODFLOW with HDF5|MODFLOW with HDF5]]. | The version of MODFLOW 2000 that ships with the GMS software has been modified to be able to read and write input data stored in HDF5 files. For more information see [[GMS:MODFLOW with HDF5|MODFLOW with HDF5]]. | ||
== Reading a MODFLOW Simulation == | |||
Once a MODFLOW simulation has been saved by GMS using the '''Save''' command in ''File'' menu, the entire simulation can be read back into GMS using the '''Open''' command in the ''File'' menu. | Once a MODFLOW simulation has been saved by GMS using the '''Save''' command in ''File'' menu, the entire simulation can be read back into GMS using the '''Open''' command in the ''File'' menu. | ||
Line 20: | Line 21: | ||
MODFLOW simulations can be read in individually (*.mfs) or as part of a project (*.gpr). They can also be imported by using the MODFLOW name file. The extension for the name file must be changed to *.mfn. | MODFLOW simulations can be read in individually (*.mfs) or as part of a project (*.gpr). They can also be imported by using the MODFLOW name file. The extension for the name file must be changed to *.mfn. | ||
==Reading a Completed MODFLOW Solution== | |||
When using the [[GMS:Preferences#Models|Model Wrapper]] to control a MODFLOW run, use the ''Read MODFLOW solution'' toggle at the bottom of the dialog to automatically read in the corresponding solution. | When using the [[GMS:Preferences#Models|Model Wrapper]] to control a MODFLOW run, use the ''Read MODFLOW solution'' toggle at the bottom of the dialog to automatically read in the corresponding solution. |