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

HAFSv2 name change #1370

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading