GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 4: | Line 4: | ||
==General Options== | ==General Options== | ||
*Comments (Text) – Allows up to 199 characters. | *''Comments (Text)'' – Allows up to 199 characters. | ||
*Max head change between outer iterations (L)(HEADTOL) – For solution of the nonlinear problem. | *''Max head change between outer iterations (L)(HEADTOL)'' – For solution of the nonlinear problem. | ||
*Max root-mean-squared flux difference between outer iterations (L^3/T) (FLUXTOL) – For solution of the nonlinear problem. | *''Max root-mean-squared flux difference between outer iterations (L^3/T) (FLUXTOL)'' – For solution of the nonlinear problem. | ||
*Max number of iterations allowed for outer problem (MAXITEROUT) – For solution of the nonlinear problem. | *''Max number of iterations allowed for outer problem (MAXITEROUT)'' – For solution of the nonlinear problem. | ||
*Portion of cell thickness used for adjusting coefficients to zero (THICKFACT) – The portion of the cell thickness (length) used for smoothly adjusting storage and conductance coefficients to zero. | *''Portion of cell thickness used for adjusting coefficients to zero (THICKFACT)'' – The portion of the cell thickness (length) used for smoothly adjusting storage and conductance coefficients to zero. | ||
*Matrix solver to be used (LINMETH) – A flag that determines which matrix solver will be used. | *''Matrix solver to be used (LINMETH)'' – A flag that determines which matrix solver will be used. | ||
** (1) GMRES | ** (1) GMRES | ||
** (2) χMD | ** (2) χMD | ||
*Print additional info to listing file (IPRNWT) – A flag that indicates whether additional information about solver convergence will be printed to the main listing file | *''Print additional info to listing file (IPRNWT)'' – A flag that indicates whether additional information about solver convergence will be printed to the main listing file | ||
*Correct head relative to cell-bottom if surrounded by dewatered cells (IBOTAV) – A flag that indicates whether corrections will be made to groundwater head relative to the cell-bottom altitude if the cell is surrounded by dewatered cells. | *''Correct head relative to cell-bottom if surrounded by dewatered cells (IBOTAV)'' – A flag that indicates whether corrections will be made to groundwater head relative to the cell-bottom altitude if the cell is surrounded by dewatered cells. | ||
** (0) Don't correct | ** (0) Don't correct | ||
** (1) Correct | ** (1) Correct | ||
*Options (OPTIONS) – Includes four options: | *''Options (OPTIONS)'' – Includes four options: | ||
** SPECIFIED – Indicates that the optional solver input values will be entered by the user. | ** SPECIFIED – Indicates that the optional solver input values will be entered by the user. | ||
** SIMPLE – Indicates that default solver input values will be defined that work well for nearly linear models. | ** SIMPLE – Indicates that default solver input values will be defined that work well for nearly linear models. |