Hello peeps. I’m probably missing something simple here, but I could use a hand figuring this out.
I want to export grid properties and contents for post-processing and overall “beautification” of plots with python later.
The zone export command (zone export s ) simply gives me all the geometry properties in an f2grid file. If I want to export contour contents (stresses, say vertical effective ones, or field quantities stored in extra variables), can I use this command or is there another one that would work? I tried doing zone export ‘filepath’ extra 1 range x-position 0 66.0 or zone export ‘filepath’ stress-effective quantity yy range group ‘soil’ but I don’t think it the keyword slot is meant for what I am trying to do.
In FLAC 8.1 I used to create a 2D array with information per column and then write it into a .txt file. Totally fine to write a fish function to do something similar in FLAC9 but wondering if it could be easier!