Skip to content

Support for Steady State MT3DMS Mode #1508

Answered by jlarsen-usgs
AKoehler95 asked this question in Q&A
Discussion options

You must be logged in to vote

I checked the source code today and the ssflag argument does exist for the BTN module, but was not added to the documentation. Here's an example of how to use it:

ssflag = ["ssflag"] + ["" for _ in range(kper - 1)]
btn = Mt3dBtn(..., ssflag=ssflag)
 # or if your btn file already exists you can use
btn.ssflag = ssflag

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AKoehler95
Comment options

Answer selected by AKoehler95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants