Skip to content

Commit

Permalink
bug fix for bug that was reintroduced in attenuation merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens committed Aug 28, 2024
1 parent 9f0ac27 commit d29ee78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions model/src/w3iogomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2170,9 +2170,6 @@ SUBROUTINE W3OUTG ( A, FLPART, FLOUTG, FLOUTG2 )
/0.4*LOG(MAX(ABS(HML(IX,IY)/4./HS(JSEA)),1.0))+COS(SWW)))
end if


ALPHALS(JSEA) = ATAN( SIN(SWW) / ( LANGMT(JSEA)**2 &
/0.4*LOG(MAX(ABS(HML(IX,IY)/4./HS(JSEA)),1.0))+COS(SWW)))
LAPROJ(JSEA) = LANGMT(JSEA) &
* SQRT(ABS(COS(ALPHALS(JSEA))) &
/ ABS(COS(SWW-ALPHALS(JSEA))))
Expand Down

0 comments on commit d29ee78

Please sign in to comment.