Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Sep 26, 2024
1 parent 37c7115 commit c94da0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions doc/ReleaseNotes/develop.tex
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
% Use this template for starting initializing the release notes
% after a release has just been made.
% Use this template for starting initializing the release notes after a release
% has just been made.

\item \currentmodflowversion

\underline{NEW FUNCTIONALITY}
\begin{itemize}
\item A new adaptive time stepping (ATS) capability was added to the Advection (ADV) Package of the Groundwater Transport (GWT) Model. A new input option, called ATS\_PERCEL, specifies the fractional cell distance that a particle of water can travel within one time step. When ATS\_PERCEL is specified by the user, and the ATS utility is activated in the TDIS Package, the ADV Package will calculate the largest time step that will meet this fractional cell distance constraint, and will submit this time step to the ATS utility. This option may improve time stepping for solute transport models and for variable-density flow and transport models by allowing step lengths to be calculated as a function of the flow system rather than being specified as input by the user.
\item Added the capability to write sorbate concentrations to a binary output file. A new SORBATE option is now available in the Mass Storage and Transfer (MST) Package of the GWT Model to provide the name of the binary output file for sorbate concentrations. Sorbate concentrations will be written to the binary output file whenever concentrations for the GWT model are saved, as determined by the GWT Output Control option.
\item Add kinematic-wave routing option for the Streamflow Routing (SFR) package. The implementation is based on the kinematic-wave routing option available in the SFR package available in previous versions of MODFLOW.
% \item xxx
\item Add kinematic-wave routing option for the Streamflow Routing (SFR) Package. Prior to this change, the SFR Package could only simulate unidirectional, steady, uniform flow. With kinematic-wave routing, unidirectional waves can now propagate through the SFR network by explicitly including a storage term in the reach continuity equation. The kinematic-wave routing option is based on the ``TRANSROUTE'' option available in the SFR Package in MODFLOW-NWT. The kinematic-wave routing option is enabled by specifying ``STORAGE'' in the SFR Package OPTIONS block.
% \item xxx
\end{itemize}

\underline{EXAMPLES}
Expand Down
2 changes: 1 addition & 1 deletion make/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ $(OBJDIR)/sparsekit.o \
$(OBJDIR)/rcm.o \
$(OBJDIR)/blas1_d.o \
$(OBJDIR)/Iunit.o \
$(OBJDIR)/GwfSfrStatic.o \
$(OBJDIR)/GwfSfrCommon.o \
$(OBJDIR)/gwf-sfr-transient.o \
$(OBJDIR)/gwf-sfr-steady.o \
$(OBJDIR)/gwf-sfr-constant.o \
Expand Down
2 changes: 1 addition & 1 deletion msvs/mf6core.vfproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<File RelativePath="..\src\Model\ModelUtilities\GwfConductanceUtils.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwfMvrPeriodData.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwfNpfOptions.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwfSfrStatic.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwfSfrCommon.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwfStorageUtils.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwfVscInputData.f90"/>
<File RelativePath="..\src\Model\ModelUtilities\GwtDspOptions.f90"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ modflow_sources = files(
'Model' / 'ModelUtilities' / 'GwfConductanceUtils.f90',
'Model' / 'ModelUtilities' / 'GwfMvrPeriodData.f90',
'Model' / 'ModelUtilities' / 'GwfNpfOptions.f90',
'Model' / 'ModelUtilities' / 'GwfSfrStatic.f90',
'Model' / 'ModelUtilities' / 'GwfSfrCommon.f90',
'Model' / 'ModelUtilities' / 'GwfStorageUtils.f90',
'Model' / 'ModelUtilities' / 'GwfVscInputData.f90',
'Model' / 'ModelUtilities' / 'GwtDspOptions.f90',
Expand Down

0 comments on commit c94da0f

Please sign in to comment.