-
Notifications
You must be signed in to change notification settings - Fork 553
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
Depth breaking DB1 bug #7
Labels
bug
Something isn't working
Milestone
Comments
Issue has been solved. |
ajhenrique
added a commit
that referenced
this issue
Apr 19, 2019
Merging Hotfixes branch HF_ounfpart into the WW3 master. * Bugfix in ww3_ounf.ftn: NBIPART check against NOSWLL was not accouting for zeroth wind partition. See Issue #2. * Updating link.wcoss_phase2 for grib compile, removing !$ lines in ww3_uprstr that broke compilation of codes with OMPH OMPG switch flags, added new global wave model switch. Added option for writing to fixed netcdf gridded output file when using NCO switch (the issue will be fixed more adequately in v7 following Issue #8). * DB1 depth-breaking_bugfix: added proper scaling coefficients for radian freq. [radHz]. See issue #7. Merge will lead to v6.07.1, tag and release will be updated accordingly.
ajhenrique
added a commit
that referenced
this issue
Apr 23, 2019
HF ounfpart integrates hotfixes from the NCEP/NOAA-EMC auth repo and the trusted repos UKMO and ERDC. The following hotfixes are implemented with this pull request: * Bugfix in ww3_ounf.ftn: NBIPART check against NOSWLL was not accouting for zeroth wind partition. See Issue #2. * Updating link.wcoss_phase2 for grib compile, removing !$ lines in ww3_uprstr that broke compilation of codes with OMPH OMPG switch flags, added new global wave model switch. * Added option for writing to fixed netcdf gridded output file when using NCO switch (the issue will be fixed more adequately in v7 following Issue #8). * DB1 depth-breaking_bugfix: added proper scaling coefficients for radian freq. [radHz]. See issue #7 . Hotfixes were tested using the full regression testing matrix at NCEP which resulted in differences only in regtests wher DB1 was employed, as expected.
Closed
aliabdolali
pushed a commit
that referenced
this issue
Sep 25, 2020
* Fb rtd2 (#7) FB_rtd2: Output boundary conditions to rotated grids * This feature allows the user to specify the pole of each nested grid output of boundary conditions (nest) file. - There is no effect unless the switch RTD is set for compilation. - The contents of b.c. output files nestI.ww3 are not affected. - A model compiled with combined switches SMC and RTD is not affected. * Updated manual Sec. "3.4.9 Rotated grids" * Added regtests for testing input/output BCs in rotated pole context. * Updated revision of ww3_bound.ftn to 7.11 * Added new ww3_tr1 regtest (rotated pole) to matrix.base. Also, split the SMC/RTD regtests into their own separate switches. Co-authored-by: ukmo-chris.bunney <[email protected]> * Double allocation error of FIELD variable [w3wavemd] (#14) * Fixed allocation of FIELD variable. * Removed defunct OMPX switches and FLOMP variable * Change coupling condition so that it works with all compilers (#12) Co-authored-by: Carsten Hansen <[email protected]> Co-authored-by: Juan Manuel Castillo Sanchez <[email protected]>
DeniseWorthen
referenced
this issue
in DeniseWorthen/WW3
Dec 8, 2021
#7 0x0000000001b384f1 in setglobalinput ( importstate=<error reading variable: Cannot access memory at address 0x7ffe86fde000>, fldname=..., vm=..., global_output=..., rc=0, .tmp.FLDNAME.len_V$7b73=0) at /glade/work/worthen/ufs_ww3debug/WW3/model/src/wav_import_export.F90:1483 #8 0x0000000001b37cb6 in wav_import_export::import_fields (
JessicaMeixner-NOAA
added a commit
to JessicaMeixner-NOAA/WW3
that referenced
this issue
Feb 22, 2022
* non interactive ww3_from_ftp.sh NOAA-EMC#603 * uniformize regtests output by setting a global output type in the matrix script (NOAA-EMC#605) * ww3_doxy_tmpl.md: clarify MODULE markup (NOAA-EMC#606) * namelist feature for program ww3_bound (NOAA-EMC#610) * doxygen: remove existing doxygen errors prior to markup (NOAA-EMC#611) * update to not force grib build * fix typo Co-authored-by: Mickael Accensi <[email protected]> Co-authored-by: Matthew Masarik <[email protected]>
This was referenced Aug 23, 2022
Closed
MatthewMasarik-NOAA
added a commit
that referenced
this issue
Oct 18, 2023
buoy stats and metrics: python and bash wrapper scripts added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DB1 module was originally coded using the monocramatic wave dissipation dimensional variables. It was updated to use the spectral form, but some coefficients were no updated accordingly which resulted in a dimensionally-incorrect version. @aronroland @ajhenrique and @thesser1 are working to fix this inconsistency.
The text was updated successfully, but these errors were encountered: