Helen Posted August 18, 2009 Report Share Posted August 18, 2009 Hello,Please teach me how I can simulate by FEMWATER the transient transport through the saturated zone, for variable boundary condition (C=f(t)).I created the model and simulated successfully the steady state flow process. When I introduced the variable concentration like a boundary condition (887 rows in data file) I obtained their plot in the right side of the window. The Check Simulation option indicated no warning and no erorrs for all modules.When I’m running femwater transport model I obtained the next message, when „Reading the model parameter file: XY series card, number of points MXXYP: 887 and FEMWATER finished.I don’t know what is my mistake. Please, help me.Thanks,Hellen Quote Link to comment Share on other sites More sharing options...
woodward Posted August 18, 2009 Report Share Posted August 18, 2009 (edited) You didn't make a mistake. GMS:FEMWATER has the following restrictions of the size of XY series cardsThe source code saysC 4. For xy1 series cards PARAMETER (MXXYS= 250,MXXYP= 100 COMMON /XYCARD/ NTXY,NXY(MXXYS),NPOINT(MXXYS) COMMON /TEST/ TS(MXXYP,MXXYS),TVALUE(MXXYP,MXXYS)So you can have MXXYS = 250 time seriesEach one can have MXXYP = 100 pointsThe actual time series are stored in the TS() and TVALUE() arrays.To change this you need to get the FEMWATER source code from Aquaveo (freely available), change the maximum array bounds in the gwpara.inc file, and recompile FEMWATER. Not very convenient.Simon Edited August 18, 2009 by woodward Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.