"Is start_date_time in TDIS always supposed to be defined using the "%m/%d/%Y" format?" #2525
-
I have used the following tdis definition tdis = flopy.mf6.ModflowTdis( However executing gwf.modeltime afterwards throws: Is this a bug? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
What happens if you set |
Beta Was this translation helpful? Give feedback.
What happens if you set
start_date_time
to "12/31/2002" instead of what you have currently (day/month/year: "31/12/2002")?