You are here

Errors in control file

Using w2_generic on Linuz as my executable, I am trying to create a simple simulation of flows only (no constituents), but am running into errors in my control file, specifically, the follwing error kicks out at me:

At line 633 of file input.f90
Fortran runtime error: Bad value during floating point read

Which I am seeing is related to the readin in of initial concentration for water quality constituents. Now, the file that I have been basing this on is one that was generated from the w2_control.exe but for a variety of reasons I could not get it to function within that environment, so I am trying to do it manually. Anyhow, although I have 0 constituents enabled (see below for excerpt from w2_con.npt - note that this interface does not seem to show monotype properly, so the alignment in the .npt file sample looks erronseous, but is correct):

CONSTITU NGC NSS NAL NEP NBOD NMC NZP
0 0 0 0 0 0 0

Anyhow, it seems that although I have zero constituents enabled, the simulation is still requiring parameters for a whole host of constituents be listed in the npt file (although with values = 0.0).

Any insight would be most appreciated.

r.b.

Forums: 

Looks like this:

CST ICON C2IWB C2IWB C2IWB C2IWB C2IWB C2IWB C2IWB C2IWB C2IWB
TDS 0.0
PO4 0.0
NH4 0.0
NO3 0.0
DSI 0.0
PSI 0.0
FE 0.0
LDOM 0.0
RDOM 0.0
LPOM 0.0
RPOM 0.0
ALG1 0.0
ALG2 0.0
ALG3 0.0
ALG4 0.0
ALG5 0.0
ALG6 0.0
DO 0.0
TIC 0.0
ALK 0.0
LDOM-P 0.0
RDOM-P 0.0
LPOM-P 0.0
RPOM-P 0.0
LDOM-N 0.0
RDOM-N 0.0
LPOM-N 0.0
RPOM-N 0.0

Just wanted to note that while I have not straightened my control files out yet, I did verify that the linux version 3.6 cequal install works nicely with the example models included in the version 3.7 downloads.

r.b.