SeisSol / SAMPLER

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

dimension are swapped #13

Open Thomas-Ulrich opened 1 month ago

Thomas-Ulrich commented 1 month ago

Example:

with this file: image

and this command:


julia --project src/main.jl -m 2G --water-height=2000 -o ~/trash/scA.nc ~/trash/output_AscSimple_dip16_withCoh_PfLith_mu4_scenario_A2-surface.xdmf --sampling-rate 1e3

I get:

Using 1 threads.
Will write output to "/home/ulrich/trash/scA.nc".
locationFlag not found, assuming locationFlag=2...
Domain is (-325000.0, 425000.0) × (-375000.0, 375000.0) × (0.0, 0.0).

but then y ranges between -324000 and 425000.0...

Thomas-Ulrich commented 1 month ago

I pushed a fix to #12