Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assistance Needed for Extracting Swell and Wind Components from Model Files #1247

Open
CHARANJULURI opened this issue Jun 10, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@CHARANJULURI
Copy link

Dear WW3 Community,

I am writing to you as Charan Kumar, with a small request that I hope you can assist me with. I am currently in need of extracting the swell and wind components individually from the model list of files mentioned in the name list. Unfortunately, I have been unable to locate the variables required for this task. Therefore, I kindly request your guidance on how to obtain these variables.

Thank you for your attention to this matter.

Yours faithfully,
J Charan Kumar.

@CHARANJULURI CHARANJULURI added the bug Something isn't working label Jun 10, 2024
@DarwinWW3
Copy link

DarwinWW3 commented Aug 25, 2024

Do you mean on the spectra output? If yes look on this https://wavespectra.readthedocs.io/en/latest/quickstart.html
Or do you is it on the wave field output?

@mickaelaccensi
Copy link
Collaborator

if it's wave partitions from field output, you just have to activate the requested output parameter which are described in ww3_shel.nml in section 4

!        4                          Spectral Partition Parameters
!   -------------------------------------------------
!  T  T  4     1   PHS        PHS   Partitioned wave heights.
!  T  T  4     2   PTP        PTP   Partitioned peak period.
!  T  T  4     3   PLP        PLP   Partitioned peak wave length.
!  T  T  4     4   PDIR       PDIR  Partitioned mean direction.
!  T  T  4     5   PSI        PSPR  Partitioned mean directional spread.
!  T  T  4     6   PWS        PWS   Partitioned wind sea fraction.
!  T  T  4     7   PDP        PDP   Peak wave direction of partition.
!  T  T  4     8   PQP        PQP   Goda peakdedness parameter of partition.
!  T  T  4     9   PPE        PPE   JONSWAP peak enhancement factor of partition.
!  T  T  4    10   PGW        PGW   Gaussian frequency width of partition.
!  T  T  4    11   PSW        PSW   Spectral width of partition.
!  T  T  4    12   PTM1       PTM10 Mean wave period (m-1,0) of partition.
!  T  T  4    13   PT1        PT01  Mean wave period (m0,1) of partition.
!  T  T  4    14   PT2        PT02  Mean wave period (m0,2) of partition.
!  T  T  4    15   PEP        PEP   Peak spectral density of partition.
!  T  T  4    16   PWST       TWS   Total wind sea fraction.
!  T  T  4    17   PNR        PNR   Number of partitions.

@FatemehAmeri
Copy link

FatemehAmeri commented Aug 26, 2024 via email

@mickaelaccensi
Copy link
Collaborator

you can also use those parameters with ww3_shel.inp
nml files are more convenient than inp files to configure WW3, so I recommend you to use .nml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants