Skip to content

Commit

Permalink
hafsv2: Gulf of America
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Feb 13, 2025
1 parent 68456de commit 236d17d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manual/manual.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ @article{art:sikiric2012
}

@article{art:kerr2013,
title={US IOOS coastal and ocean modeling testbed: Inter-model evaluation of tides, waves, and hurricane surge in the Gulf of Mexico},
title={US IOOS coastal and ocean modeling testbed: Inter-model evaluation of tides, waves, and hurricane surge in the Gulf of America},
author={Kerr, Patrick C and Donahue, Aaron S and Westerink, Joannes J and Luettich, Richard A and Zheng, LY and Weisberg, Robert H and Huang, Y and Wang, HV and Teng, Y and Forrest, DR and others},
journal={Journal of Geophysical Research: Oceans},
volume={118},
Expand Down
6 changes: 3 additions & 3 deletions smc_docs/SMCG_TKs/G50SMCSRGD.f90
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
!! J G Li 14 Oct 2010
!! New AngleD program for SMC grid only.
!! J G Li 21 Apr 2010
!! Test Gulf of Mexico area for high coastal waves.
!! Test Gulf of America area for high coastal waves.
!! J G Li 4 May 2010
!! Adapted for SMC50 grid global + Arctic test.
!! J G Li 26 Oct 2011
Expand Down Expand Up @@ -1178,7 +1178,7 @@ SUBROUTINE SPECUUVV
CNST2 = 1.0/(0.5 + 5.0/DLat)
CNST1 = CNST2*DLon/DLat

! Gulf of Mexico patch to test coastal high waves. JGLi 04May2011
! Gulf of America patch to test coastal high waves. JGLi 04May2011
ii=NINT(270.0/DLon)
jj=NINT( 25.0/DLat)

Expand All @@ -1194,7 +1194,7 @@ SUBROUTINE SPECUUVV
C(i)=SWH0
ENDIF

!! A round patch in Gulf of Mexico same as Arctic one
!! A round patch in Gulf of America same as Arctic one
CNST5 = Real( ICE(1,i) - ii )*CNST1*CCLat(kk)
CNST6 = Real( kk - jj )*CNST2
CNST4 = CNST5*CNST5 + CNST6*CNST6
Expand Down

0 comments on commit 236d17d

Please sign in to comment.