-
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
Sync develop branch 20241220 to dev/ufs-weather-model #1337
base: dev/ufs-weather-model
Are you sure you want to change the base?
Sync develop branch 20241220 to dev/ufs-weather-model #1337
Conversation
…ange UST scale factor (NOAA-EMC#1050)
…ile instead of inp file (NOAA-EMC#1070)
…n binary and ascii format using switch ASCII. (NOAA-EMC#1089)
…efined in w3odatmd (size=15). Also, defined unit numbers for NDS(14) and NDS(15). (NOAA-EMC#1098)
… DIA in NL1 or NL2. (NOAA-EMC#1083)
…ST4 code (NOAA-EMC#1124) Co-authored-by: Fabrice Ardhuin <[email protected]>
Co-authored-by: Fabrice Ardhuin <[email protected]>
Co-authored-by: Nicholas Szapiro <[email protected]>
…OAA-EMC#1230) --------- Co-authored-by: Edward Hartnett <[email protected]> Co-authored-by: Matthew Masarik <[email protected]>
Co-authored-by: saeideh banihashemi <[email protected]>
Co-authored-by: Ty Hesser <[email protected]> Co-authored-by: Tyler James Hesser <[email protected]>
Based on Meylan Horvat Bitz and Bennetts, Ocean Modelling, 2021. Co-Authors include: Erin Thomas, Cecilia Bitz, David Bailey, Nick Szapiro. Co-authored-by: Erin Thomas <[email protected]>
… speed up initialization (NOAA-EMC#1333)
Conflicts: .github/workflows/intel.yml model/inp/ww3_ounf.inp model/src/w3gridmd.F90 model/src/w3initmd.F90 model/src/w3iogomd.F90 model/src/w3ounfmetamd.F90 model/src/w3sic4md.F90
@@ -459,7 +462,7 @@ SUBROUTINE W3INIT ( IMOD, IsMulti, FEXT, MDS, MTRACE, ODAT, FLGRD, FLGR2, FLGD, | |||
!/ ------------------------------------------------------------------- / | |||
!/ Parameter list | |||
!/ | |||
INTEGER, INTENT(IN) :: IMOD, MDS(13), MTRACE(2), & | |||
INTEGER, INTENT(IN) :: IMOD, MDS(15), MTRACE(2), & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of changes needed in the mesh cap code to align w/ the increased array size of MDS. See
WW3/model/src/wav_comp_nuopc.F90
Line 485 in 29063ec
integer :: mds(13) ! Note that nds is set to this in w3initmod |
WW3/model/src/wav_shel_inp.F90
Line 53 in 29063ec
integer , intent(out) :: mds(13), ntrace(2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch! Thank you @DeniseWorthen
@@ -1493,6 +1499,8 @@ SUBROUTINE W3WAVE ( IMOD, ODAT, TEND, STAMP, NO_OUT & | |||
|
|||
CALL INIT_GET_ISEA(ISEA, JSEA) | |||
|
|||
IF ((IOBP_LOC(JSEA).eq.1..or.IOBP_LOC(JSEA).eq. 3).and.IOBDP_LOC(JSEA).eq.1.and.IOBPA_LOC(JSEA).eq.0) THEN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This if block is not properly indented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @DeniseWorthen - Fixing in develop and then will merge in here..
Thanks. I also see that none of the SRs added to w3iogomd (starting w/ |
Pull Request Summary
This PR brings in the develop branch to dev/ufs-weather-model.
Description
More details to follow.
Issue(s) addressed
Commit Message
Check list
Testing