From 4bdbfbde319ce1482126e5db6330b5b261a21c12 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 30 Mar 2022 14:38:51 +0200 Subject: [PATCH 1/4] Make x plot usable --- swash/processing/post.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swash/processing/post.py b/swash/processing/post.py index 89eb669..eb97a32 100644 --- a/swash/processing/post.py +++ b/swash/processing/post.py @@ -143,7 +143,7 @@ ax_r.legend(loc="upper left") ax_fft.legend(loc="upper right") fig_r.tight_layout() -fig_x, ax_x = plt.subplots(figsize=(10, 1)) +fig_x, ax_x = plt.subplots() ax_x.plot(x, -botl, color="k") ax_x.plot( x, @@ -159,7 +159,6 @@ if config.has_option("post", "compare"): ax_x.axvline(x0, c="k", alpha=0.2) ax_x.set(xlabel="x (m)", ylabel="z (m)") ax_x.autoscale(axis="x", tight=True) -ax_x.set(aspect="equal") fig_x.tight_layout() out = pathlib.Path(config.get("post", "out")).joinpath(f"t{t0}x{x0}") From f1e6d01d5389582a04354fc8f4360b89c1adf7be Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 30 Mar 2022 14:47:56 +0200 Subject: [PATCH 2/4] Fixed cospectrum: real part instead of abs --- swash/processing/post.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swash/processing/post.py b/swash/processing/post.py index eb97a32..15b0b79 100644 --- a/swash/processing/post.py +++ b/swash/processing/post.py @@ -56,8 +56,8 @@ G = H / U th_eta_u = np.angle(phi_eta_u[1]) R = np.sqrt( - (np.abs(phi_eta[1]) + np.abs(phi_u[1]) - 2 * np.abs(phi_eta_u[1])) - / (np.abs(phi_eta[1]) + np.abs(phi_u[1]) + 2 * np.abs(phi_eta_u[1])) + (np.abs(phi_eta[1]) + np.abs(phi_u[1]) - 2 * phi_eta_u[1].real) + / (np.abs(phi_eta[1]) + np.abs(phi_u[1]) + 2 * phi_eta_u[1].real) ) #R = np.sqrt( # (1 + G**2 - 2 * G * np.cos(th_eta_u)) @@ -89,8 +89,8 @@ if config.has_option("post", "compare"): th_eta_u_ = np.angle(phi_eta_u_[1]) R_ = np.sqrt( - (np.abs(phi_eta_[1]) + np.abs(phi_u_[1]) - 2 * np.abs(phi_eta_u_[1])) - / (np.abs(phi_eta_[1]) + np.abs(phi_u_[1]) + 2 * np.abs(phi_eta_u_[1])) + (np.abs(phi_eta_[1]) + np.abs(phi_u_[1]) - 2 * phi_eta_u_[1].real) + / (np.abs(phi_eta_[1]) + np.abs(phi_u_[1]) + 2 * phi_eta_u_[1].real) ) #R_ = np.sqrt( # (1 + G_**2 - 2 * G_ * np.cos(th_eta_u_)) From ab7f67e2c1af8499bc7b24a5e7a3c92b7b1df5aa Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 30 Mar 2022 15:26:41 +0200 Subject: [PATCH 3/4] Removed unused fft import --- swash/processing/post.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swash/processing/post.py b/swash/processing/post.py index 15b0b79..39b8aed 100644 --- a/swash/processing/post.py +++ b/swash/processing/post.py @@ -5,7 +5,6 @@ import pathlib import matplotlib.pyplot as plt import numpy as np -import scipy.fft as fft import scipy.signal as sgl from .read_swash import * From 70d207277f493a1731fe20c9a143a45e5813a2a2 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 31 Mar 2022 09:49:00 +0200 Subject: [PATCH 4/4] Removed useless files in swash --- swash/data/Hstru.dat | 1 - swash/data/Poro.dat | 1 - swash/data/Psize.dat | 1 - swash/data/bathyhires.dat | 1 - swash/data/buoyarthabathy.dat | 1 - swash/sws/INPUT.sws | 58 --------------------------------- swash/sws/SPEC_buoy_nb.sws | 61 ----------------------------------- 7 files changed, 124 deletions(-) delete mode 100644 swash/data/Hstru.dat delete mode 100644 swash/data/Poro.dat delete mode 100644 swash/data/Psize.dat delete mode 100644 swash/data/bathyhires.dat delete mode 100644 swash/data/buoyarthabathy.dat delete mode 100644 swash/sws/INPUT.sws delete mode 100644 swash/sws/SPEC_buoy_nb.sws diff --git a/swash/data/Hstru.dat b/swash/data/Hstru.dat deleted file mode 100644 index 4168f19..0000000 --- a/swash/data/Hstru.dat +++ /dev/null @@ -1 +0,0 @@ -0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.09053913636363475 0.12857195454545334 0.1106843636363628 0.08742181818181649 0.05449704545454637 0.19579977272727156 0.47464572727272625 0.7977639000000014 1.2037601545454546 1.5225200999999977 1.7882055545454527 2.024811236363634 2.256461418181816 2.7078580227272706 3.3284555954545443 4.016352159090907 4.587657986363634 4.972522395454543 5.264216395454545 5.512329618181816 5.8869764545454535 6.372828168181817 6.94589004090909 7.571161649999999 8.023941072727272 8.39270449090909 8.77935388181818 8.805197545454547 8.601612395454545 8.292523681818182 7.930243750000001 7.646413318181818 7.526211804545455 7.564564154090908 7.746881157727273 7.834589710454546 7.754542366818181 7.49324825090909 7.207938067272727 7.178323675454545 7.217737861818183 7.161903220909092 7.1852990436363635 7.206258208636364 7.038393730000001 6.763687682727273 6.502847790000001 6.291055629545454 6.077600841363637 5.790635207727273 5.443607505909091 5.103184435909092 4.86922702 4.617471335454545 4.3047238850000005 4.031671995909091 3.8282986531818186 3.6257627568181823 3.385370432272728 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 1.8351631188311681 1.8344353740259738 1.8088506428571423 1.7847644344155826 1.7829720396103879 1.7923390038961013 1.7139384863636344 1.6436818051948028 1.6240780240259713 1.60447424285714 1.4623914616883082 1.320308680519477 1.1642865493506456 1.0082644181818141 0.8563518870129894 0.7044393558441584 0.5246033246753274 0.3447672935064956 0.16403271233766414 -0.01670186883116731 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 \ No newline at end of file diff --git a/swash/data/Poro.dat b/swash/data/Poro.dat deleted file mode 100644 index 6f646e3..0000000 --- a/swash/data/Poro.dat +++ /dev/null @@ -1 +0,0 @@ -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \ No newline at end of file diff --git a/swash/data/Psize.dat b/swash/data/Psize.dat deleted file mode 100644 index c45e001..0000000 --- a/swash/data/Psize.dat +++ /dev/null @@ -1 +0,0 @@ -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \ No newline at end of file diff --git a/swash/data/bathyhires.dat b/swash/data/bathyhires.dat deleted file mode 100644 index 54099d5..0000000 --- a/swash/data/bathyhires.dat +++ /dev/null @@ -1 +0,0 @@ --16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0030005 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -15.943623500000001 -15.881246 -15.816197500000001 -15.751149 -15.773361 -15.795573 -15.8146685 -15.833764 -15.778788 -15.723812 -15.689659 -15.655506 -15.6387295 -15.621953 -15.661657 -15.701361 -15.7411355 -15.78091 -15.755651499999999 -15.730393 -15.688119 -15.645845 -15.631902499999999 -15.61796 -15.589325500000001 -15.560691 -15.5670085 -15.573326 -15.486844 -15.400362 -15.214036 -15.02771 -14.9567825 -14.885855 -14.882393 -14.878931 -14.9088545 -14.938778 -14.8344285 -14.730079 -14.7571455 -14.784212 -14.7689165 -14.753621 -14.7533025 -14.752984 -14.706036000000001 -14.659088 -14.7279955 -14.796903 -14.814821 -14.832739 -14.8244145 -14.81609 -14.7981595 -14.780229 -14.771710500000001 -14.763192 -14.7391665 -14.715141 -14.759877 -14.804613 -14.762627 -14.720641 -14.789644500000001 -14.858648 -14.862199 -14.86575 -14.799389999999999 -14.73303 -14.760145999999999 -14.787262 -14.737239500000001 -14.687217 -14.715263 -14.743309 -14.737463 -14.731617 -14.7335975 -14.735578 -14.7440185 -14.752459 -14.800866 -14.849273 -14.8300105 -14.810748 -14.7690775 -14.727407 -14.699237 -14.671067 -14.697172 -14.723277 -14.7142905 -14.705304 -14.6880615 -14.670819 -14.727667 -14.784515 -14.708768 -14.633021 -14.675764999999998 -14.718509 -14.597324 -14.476139 -14.459793999999999 -14.443449 -14.4187075 -14.393966 -14.3316695 -14.002316272727272 -13.855776363636364 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.73685518181818 -13.480393763636364 -13.02899715909091 -12.408399586363636 -11.720503022727273 -11.149197195454546 -10.764332786363637 -10.472638786363635 -10.224525563636364 -9.849878727272728 -9.364027013636363 -8.79096514090909 -8.165693531818182 -7.712914109090909 -7.344150690909092 -6.9575013000000006 -6.675196218181818 -6.427384763636364 -6.115875904545455 -5.790259272727273 -5.502783877272728 -5.238120981818182 -4.9080746322727276 -4.477644405909091 -4.015289016818182 -3.6094846468181823 -3.2977168900000002 -2.9577554645454542 -2.534590433636364 -2.126412829090909 -1.795598079090909 -1.4898971745454546 -1.2211265550000001 0.18171014090909088 0.225112168181818 0.2626339090909089 0.3160848454545455 0.3755115090909089 0.44294754090909105 0.5119367499999998 0.579982840909091 0.6242613363636367 0.6613643272727274 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.7182761454545452 0.8831130266233771 1.0479499077922085 1.21278678896104 1.3776236701298714 1.5424605512987029 1.7072974324675343 1.8721343136363657 2.036971194805197 2.2018080759740286 2.36664495714286 2.5314818383116915 2.696318719480523 2.8611556006493544 3.025992481818186 3.19082936298701 3.3556662441558416 3.520503125324673 3.6853400064935045 3.850176887662336 4.015013768831167 4.1798506500000006 4.3613894 5.0562667 5.751144 7.12597825 8.5008125 8.95175665 9.4027008 9.39748715 9.3922735 9.389079899999999 9.3858863 9.3923233 9.3987603 9.394938549999999 9.3911168 9.3864873 9.3818578 9.364699 9.3475402 9.3475402 \ No newline at end of file diff --git a/swash/data/buoyarthabathy.dat b/swash/data/buoyarthabathy.dat deleted file mode 100644 index 040d1ee..0000000 --- a/swash/data/buoyarthabathy.dat +++ /dev/null @@ -1 +0,0 @@ --18.630917739070004 -18.396850213715396 -18.16278268836079 -17.97697218418998 -18.009337789878305 -18.04170339556663 -18.062344725725 -18.062344725725 -18.062344725725 -18.062344725725 -18.062344725725 -18.062344725725 -18.062344725725 -18.062344725725 -18.062344725725 -17.925174203890386 -17.773707036118076 -17.644882122960535 -17.754466831923214 -17.864051540885896 -17.944283202805 -17.944283202805 -17.944283202805 -17.944283202805 -17.944283202805 -17.944283202805 -17.944283202805 -17.944283202805 -17.944283202805 -17.951058787500973 -17.959411080585316 -17.96776337366966 -18.07657334475572 -18.1861580537184 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.276733170310003 -18.30525844383993 -18.345051707981323 -18.384844972122714 -18.528282969478806 -18.683498777427477 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.826439865870004 -18.676429769230275 -18.435429941841857 -18.194430114453443 -18.12954951448041 -18.107720281208916 -18.085891047937423 -18.08555692702 -18.08555692702 -18.08555692702 -18.08555692702 -18.08555692702 -18.08555692702 -18.08555692702 -18.08555692702 -17.976113005564642 -17.768856883774777 -17.56160076198491 -17.4858463621545 -17.464017128883008 -17.442187895611514 -17.439793362369997 -17.439793362369997 -17.439793362369997 -17.439793362369997 -17.439793362369997 -17.439793362369997 -17.439793362369997 -17.439793362369997 -17.35971095086923 -17.175050331408634 -16.990389711948037 -16.94736112180117 -16.99307293176374 -17.03878474172631 -17.048113682535 -17.048113682535 -17.048113682535 -17.048113682535 -17.048113682535 -17.048113682535 -17.048113682535 -17.048113682535 -17.01604301460557 -16.921518940708307 -16.82699486681104 -16.805450691657157 -16.851162501619726 -16.896874311582295 -16.910517887515002 -16.910517887515002 -16.910517887515002 -16.910517887515002 -16.910517887515002 -16.910517887515002 -16.910517887515002 -16.910517887515002 -16.89915702219779 -16.852766822152503 -16.80637662210722 -16.806661262861773 -16.869831168167003 -16.933001073472234 -16.957817821985003 -16.957817821985003 -16.957817821985003 -16.957817821985003 -16.957817821985003 -16.957817821985003 -16.957817821985003 -16.957817821985003 -16.94188143920322 -16.835999031568328 -16.730116623933434 -16.660567924705596 -16.664245622421216 -16.667923320136836 -16.669715259585008 -16.669715259585008 -16.669715259585008 -16.669715259585008 -16.669715259585008 -16.669715259585008 -16.669715259585008 -16.669715259585008 -16.66357220389442 -16.554114120680303 -16.44465603746618 -16.36203884105427 -16.36571653876989 -16.36939423648551 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.371533305565002 -16.266263669412652 -16.156805586198534 -16.06946932587589 -16.1148640029021 -16.160258679928305 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.190946408020004 -16.132191368920004 -16.06445026501647 -16.0021927831478 -16.04758746017401 -16.09298213720022 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.127954566950002 -16.075593458575593 -16.007852354672064 -15.940111250768533 -16.037239058773466 -16.142301734196447 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.233159507075005 -16.23127543160381 -16.22849889933047 -16.225722367057134 -16.371504185888472 -16.54153143294165 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.704618792360005 -16.733863891985003 -16.78392537256578 -16.833986853146556 -16.975858869292942 -17.14588611634612 -17.315913363399297 -17.32502196592001 -17.32502196592001 -17.32502196592001 -17.32502196592001 -17.32502196592001 -17.32502196592001 -17.32502196592001 -17.32502196592001 -17.3495418747759 -17.39960335535668 -17.449664835937458 -17.571554036731104 -17.72867432462537 -17.885794612519632 -17.90904200205501 -17.90904200205501 -17.90904200205501 -17.90904200205501 -17.90904200205501 -17.90904200205501 -17.90904200205501 -17.90904200205501 -17.92373320312743 -17.960887724549295 -17.998042245971156 -18.10436070418578 -18.261480992080042 -18.4186012799743 -18.456678900765006 -18.456678900765006 -18.456678900765006 -18.456678900765006 -18.456678900765006 -18.456678900765006 -18.456678900765006 -18.456678900765006 -18.467863169968524 -18.50501769139039 -18.54217221281225 -18.6206111773879 -18.743392692017615 -18.866174206647333 -18.907519002389996 -18.907519002389996 -18.907519002389996 -18.907519002389996 -18.907519002389996 -18.907519002389996 -18.907519002389996 -18.907519002389996 -18.904747228230132 -18.891333210073753 -18.877919191917375 -18.897707477249753 -18.969920452301228 -19.042133427352706 -19.073266062005 -19.073266062005 -19.073266062005 -19.073266062005 -19.073266062005 -19.073266062005 -19.073266062005 -19.073266062005 -19.07554153668766 -19.095813947496822 -19.11608635830598 -19.151596434645413 -19.223809409696887 -19.296022384748362 -19.333971040005004 -19.333971040005004 -19.333971040005004 -19.333971040005004 -19.333971040005004 -19.333971040005004 -19.333971040005004 -19.333971040005004 -19.33433304734088 -19.35460545815004 -19.3748778689592 -19.395412353826593 -19.417001854774572 -19.438591355722554 -19.4519746433 -19.4519746433 -19.4519746433 -19.4519746433 -19.4519746433 -19.4519746433 -19.4519746433 -19.4519746433 -19.4519746433 -19.423946365461866 -19.393595302167537 -19.36867679788834 -19.39026629883632 -19.4118557997843 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.427276871889998 -19.402113362781176 -19.37176229948684 -19.34241621198872 -19.41055277672367 -19.478689341458615 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.533789573654996 -19.56040968463172 -19.59664261346115 -19.63287554229058 -19.759305048830505 -19.894025605689222 -20.01568651673 -20.01568651673 -20.01568651673 -20.01568651673 -20.01568651673 -20.01568651673 -20.01568651673 -20.01568651673 -20.01568651673 -20.020790949292312 -20.02876281209879 -20.03673467490527 -20.148383511102057 -20.282570819775 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.416415813885003 -20.420767800213028 -20.42873966301951 -20.43671152582599 -20.51463006031405 -20.618809275047482 -20.72298848978091 -20.732555968685002 -20.732555968685002 -20.732555968685002 -20.732555968685002 -20.732555968685002 -20.732555968685002 -20.732555968685002 -20.732555968685002 -20.725238159640618 -20.709031486502774 -20.692824813364926 -20.74909255300583 -20.847442209744077 -20.94579186648232 -20.96410698113001 -20.96410698113001 -20.96410698113001 -20.96410698113001 -20.96410698113001 -20.96410698113001 -20.96410698113001 -20.96410698113001 -20.958318883580777 -20.942112210442932 -20.925905537305084 -20.882589763692913 -20.81601926408144 -20.749448764469964 -20.730768267130006 -20.730768267130006 -20.730768267130006 -20.730768267130006 -20.730768267130006 -20.730768267130006 -20.730768267130006 -20.730768267130006 -20.73720649152481 -20.761709248444845 -20.786212005364884 -20.79152885378794 -20.772808184668808 -20.754087515549674 -20.747067264629997 -20.747067264629997 -20.747067264629997 -20.747067264629997 -20.747067264629997 -20.747067264629997 -20.747067264629997 -20.747067264629997 -20.74695583423091 -20.746294005193917 -20.74563217615692 -20.713648252055574 -20.623364078016913 -20.533079903978248 -20.490701618204994 -20.490701618204994 -20.490701618204994 -20.490701618204994 -20.490701618204994 -20.490701618204994 -20.490701618204994 -20.490701618204994 -20.490652656362972 -20.489990827325975 -20.489328998288983 -20.48520857200221 -20.4709890417461 -20.45676951148999 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.44875288856499 -20.447109975695053 -20.44543283547366 -20.45412780390209 -20.516988228612934 -20.579848653323776 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.621221075709993 -20.619736464340544 -20.61805932411915 -20.607253995595524 -20.46795186250966 -20.328649729423798 -20.223817767025 -20.223817767025 -20.223817767025 -20.223817767025 -20.223817767025 -20.223817767025 -20.223817767025 -20.223817767025 -20.223817767025 -20.210298458386585 -20.19320307455994 -20.176107690733296 -20.02711710615422 -19.87431852365315 -19.74490747929 -19.74490747929 -19.74490747929 -19.74490747929 -19.74490747929 -19.74490747929 -19.74490747929 -19.74490747929 -19.74490747929 -19.745084941524354 -19.745339759091628 -19.745594576658906 -19.585864658960666 -19.40381128983002 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.232439623479994 -19.23259303405621 -19.23284785162349 -19.233102669190767 -19.16018239389269 -19.067001913729612 -18.97382143356654 -18.970493559274995 -18.970493559274995 -18.970493559274995 -18.970493559274995 -18.970493559274995 -18.970493559274995 -18.970493559274995 -18.970493559274995 -18.995278273689053 -19.044100424695635 -19.09292257570223 -19.071698271547643 -19.018823346912818 -18.965948422277997 -18.959069286674996 -18.959069286674996 -18.959069286674996 -18.959069286674996 -18.959069286674996 -18.959069286674996 -18.959069286674996 -18.959069286674996 -18.97924578785629 -19.02806793886288 -19.07689008986946 -19.01771810908991 -18.884850561984184 -18.751983014878444 -18.7221556063445 -18.7221556063445 -18.7221556063445 -18.7221556063445 -18.7221556063445 -18.7221556063445 -18.7221556063445 -18.7221556063445 -18.734366519116616 -18.772659941569966 -18.810953364023323 -18.75079279623869 -18.592178238216057 -18.43356368019344 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.382985058375002 -18.313780733542444 -18.143163781753998 -17.972546829965534 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.902036763155003 -17.85502909987865 -17.703988083449644 -17.552947067020654 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.476270632660004 -17.447764173754617 -17.31629909268509 -17.18483401161555 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.105686666890005 -17.07668885205667 -16.83987336425093 -16.60305787644522 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.43813280458051 -16.439049987294954 -16.471735044027955 -16.504420100760964 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.530267977259005 -16.52621944756576 -16.521883317402505 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.5180449572835 -16.503284257470536 -16.485697040672118 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.468468746665497 -16.44549735737313 -16.414659053939538 -16.38382075050595 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.381539345404995 -16.354244597864074 -16.312285613409014 -16.270326628953946 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.263262106061 -16.280066529570856 -16.310283658084003 -16.340500786597143 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.348440491283 -16.340230009618892 -16.322448192976182 -16.30466637633347 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.2983157275325 -16.306822376046192 -16.329979363666805 -16.353136351287414 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.363592440085498 -16.381087975115037 -16.44518376699897 -16.509279558882906 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.544270628941998 -16.551547971274363 -16.592301088335585 -16.63305420539681 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.65914867576 -16.663049522834612 -16.709386857781542 -16.755724192728465 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.789767949016003 -16.790678696668884 -16.791598833472825 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.7923617019965 -16.805300553774796 -16.819750781401837 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.833095124261504 -16.855507930366972 -16.883488248817113 -16.911468567267253 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.911968215811005 -16.90646774757785 -16.898683691450064 -16.890899635322278 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.890025914736505 -16.857080236819442 -16.80326896288823 -16.74945768895702 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.73833852266 -16.686721544239823 -16.58704737901463 -16.487373213789432 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45736925589 -16.45149383497077 -16.437619347016923 -16.423744859063078 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.418258773265 -16.44192803199448 -16.513853221311987 -16.585778410629487 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.621007074785002 -16.62540487607617 -16.644143333751593 -16.66288179142702 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.673828492467 -16.671447835061425 -16.65448024046169 -16.63751264586196 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.625998920955 -16.620351328542352 -16.497359316000168 -16.37436730345797 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.279299497845 -16.212403728271894 -16.142100399390774 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.081123022299998 -16.066024754968524 -16.04841010974847 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.031469494319996 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.0 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -16.006001 -15.881246 -15.751149 -15.795573 -15.833764 -15.723812 -15.655506 -15.621953 -15.701361 -15.78091 -15.730393 -15.645845 -15.61796 -15.560691 -15.573326 -15.400362 -15.02771 -14.885855 -14.878931 -14.938778 -14.730079 -14.784212 -14.753621 -14.752984 -14.659088 -14.796903 -14.832739 -14.81609 -14.780229 -14.763192 -14.715141 -14.804613 -14.720641 -14.858648 -14.86575 -14.73303 -14.787262 -14.687217 -14.743309 -14.731617 -14.735578 -14.752459 -14.849273 -14.810748 -14.727407 -14.671067 -14.723277 -14.705304 -14.670819 -14.784515 -14.633021 -14.718509 -14.476139 -14.443449 -14.393966 -14.269373 -14.05046 -13.024493 -12.847855 -13.422777 -14.528433 -14.522089 -10.470171 -8.4702152 -10.212776 -11.427453 -7.6986877 -6.2117659 -6.2615591 -5.2203804 -4.5164339 -4.5824967 -2.7020835 -3.5107365 -2.1591868 -1.9571153 0.18526719 0.82155797 0.63316568 1.654992 1.3045589 0.69416413 0.79640311 2.009869 2.4126834 2.3356892 2.2139549 2.1471391 1.7152973 2.6886985 2.9621466 3.0166184 2.929054 2.3393511 2.3433035 2.3469653 2.3569901 2.3717335 1.9496872 2.8759647 3.8800847 3.4182367 2.9677069 3.3933076 2.4650057 2.1025229 2.5621633 2.7726328 2.4773913 1.8696259 1.5122613 1.7835063 2.02013 2.2776287 2.077631 3.1871877 3.3939833 3.4914926 3.680653 3.9711192 4.0166274 4.0342569 4.0601056 4.0301073 3.9983119 4.3613894 5.751144 8.5008125 9.4027008 9.3922735 9.3858863 9.3987603 9.3911168 9.3818578 9.3475402 \ No newline at end of file diff --git a/swash/sws/INPUT.sws b/swash/sws/INPUT.sws deleted file mode 100644 index 1be733d..0000000 --- a/swash/sws/INPUT.sws +++ /dev/null @@ -1,58 +0,0 @@ -$************************* GENERAL *************************************** -PROJ 'GW' 'T1' -SET NAUT -SET LEVEL 0.94 -SET MAXERR 1 -SET DEPMIN 0.001 -MODE DYN ONED -$************************ GRIDS *************************************** -CGRID REG -1251 0 0 1251 0 1250 0 -INPGRID BOT REG -1251 0 0 1250 0 1 0 $x0 y0 theta nx-1 ny-1 dx dy -VERT 10 $nb couches -READ BOTTOM -1 'bathy.dat' 3 0 FREE - -INPGRID PORO REG -1251 0 0 1250 0 1 0 -INPGRID PSIZ REG -1251 0 0 1250 0 1 0 -INPGRID HSTRUC REG -1251 0 0 1250 0 1 0 - -READINP PORO 1 'poro.dat' 3 0 FREE -READINP PSIZ 1 'psize.dat' 3 0 FREE -READINP HSTRUC 1 'hstru.dat' 3 0 FREE - - -$*********************** BOUNDARIES **************************************** -INIT ZERO -BOUN SHAP JON SIG PEAK DSPR DEGR -BOUN SIDE W BTYPE WEAK SMOOT 10 SEC ADDBOUNDWAVE CON SPECT 1.55 13.3 0 0 CYCLE 20 MIN -BOUN SIDE E BTYPE SOMMERFELD - - -$*********************** PHYSICS ******************************************* -BRE 0.6 0.2 -FRICTION MANN 0.08 -POROsity 4 200 1.1 13 -VISC V KEPS - -$*********************** NUMERICS ****************************************** -NONHYD BOX 1.0 PREC ILU -DISCRET UPW MOM -TIMEI 0.2 0.6 - -$*********************** OUTPUTS ******************************************* -SET OUTLEV 1 -$BLOCK 'COMPGRID' HEAD 'test.txt' LAY 4 TSEC XP DEP BOTL WATL PRESS DISCH USTAR VEL VZ VELK ZK BRKP OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'tsec.dat' TSEC OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'xp.dat' XP OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'dep.dat' DEP OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'botl.dat' BOTL OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'watl.dat' WATL OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'press.dat' PRESS OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'disch.dat' DISCH OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'ustar.dat' USTAR OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'vel.dat' VEL OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'vz.dat' VZ OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'velk.dat' VELK OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'zk.dat' ZK OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'brkp.dat' BRKP OUTPUT 000000.00 0.25 SEC -COMPUTE 000000.000 0.015 SEC 003000.000 $timeini dtini unit timefin -STOP diff --git a/swash/sws/SPEC_buoy_nb.sws b/swash/sws/SPEC_buoy_nb.sws deleted file mode 100644 index bc324ac..0000000 --- a/swash/sws/SPEC_buoy_nb.sws +++ /dev/null @@ -1,61 +0,0 @@ -$************************* GENERAL *************************************** -PROJ 'GW' 'T1' -SET NAUT -SET LEVEL 0.5 -SET MAXERR 1 -SET DEPMIN 0.001 -MODE DYN ONED -$************************ GRIDS *************************************** -CGRID REG -1450 0 0 1450 0 1450 0 -INPGRID BOT REG -1450 0 0 1450 0 1 0 $x0 y0 theta nx-1 ny-1 dx dy -VERT 10 $nb couches -READ BOTTOM -1 'bathy.dat' 3 0 FREE - -INPGRID PORO REG -1450 0 0 1450 0 1 0 -INPGRID PSIZ REG -1450 0 0 1450 0 1 0 -INPGRID HSTRUC REG -1450 0 0 1450 0 1 0 - -READINP PORO 1 'poro.dat' 3 0 FREE -READINP PSIZ 1 'psize.dat' 3 0 FREE -READINP HSTRUC 1 'hstru.dat' 3 0 FREE - - -$*********************** BOUNDARIES **************************************** -INIT ZERO -BOUN SHAP JON SIG PEAK DSPR DEGR -BOUN SIDE W BTYPE WEAK SMOOT 10 SEC ADDBOUNDWAVE CON SPECT 7.31 16.9 0 0 CYCLE 20 MIN -BOUN SIDE E BTYPE SOMMERFELD -SPON E 250 - - -$*********************** PHYSICS ******************************************* -BRE 0.6 0.2 -FRICTION MANN 0.08 -POROsity 4 200 1.1 13 -VISC V KEPS - -$*********************** NUMERICS ****************************************** -NONHYD BOX 1.0 PREC ILU -DISCRET UPW MOM -TIMEI 0.2 0.6 - -$*********************** OUTPUTS ******************************************* -SET OUTLEV 1 -$BLOCK 'COMPGRID' HEAD 'test.txt' LAY 4 TSEC XP DEP BOTL WATL PRESS DISCH USTAR VEL VZ VELK ZK BRKP OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'tsec.dat' TSEC OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'xp.dat' XP OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'dep.dat' DEP OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'botl.dat' BOTL OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'watl.dat' WATL OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'press.dat' PRESS OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'nhprsk.dat' NHPRSK OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'pressk.dat' PRESSK OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'disch.dat' DISCH OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'ustar.dat' USTAR OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'vel.dat' VEL OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'vz.dat' VZ OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'velk.dat' VELK OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'zk.dat' ZK OUTPUT 000000.00 0.25 SEC -BLOCK 'COMPGRID' NOHEAD 'brkp.dat' BRKP OUTPUT 000000.00 0.25 SEC -COMPUTE 000000.000 0.015 SEC 002500.000 $timeini dtini unit timefin -STOP