-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge in recent NOAA changes #13
base: sofar-develop
Are you sure you want to change the base?
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: Denise Worthen <[email protected]>
…ge-noaa-develop
! IS OBTAINED IN ITERATION WITH TAU>TAUW. | ||
|
||
! | ||
IF (SINTAILPAR(1).GT.0.5) 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.
@StevePny This may impact the computation of ustar, z0 and charnock. I think worth testing before making a new build with this version.
WCD = SQRT(CDRAG) | ||
USTOLD = WINDSPEED*WCD | ||
TAUOLD = MAX(USTOLD**2, TAUW_LOCAL+EPS1) | ||
! Newton method to solve for ustar in U=ustar*log(Z/Z0) |
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.
@StevePny this seems like a better approach to compute ustar. I'll need to complete the addition of ustar as output to our ESM.
! which is the same as sum of E(f,theta)*cos^3(theta-wind)*DTH*SIG^5/(g^2*2pi) | ||
! reminder: sum of E(f,theta)*DTH*SIG^5/(g^2*2pi) is 2*k^3*E(k) | ||
! | ||
! Computation of stress supported by tail: uses table if SINTAILPAR(1)=1 , correspoding to SINTABLE = 1 |
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.
@pieterbartsmit These are the most recent changes to the computation of ustar, if you want to take a look.
Merge the most recent changes in https://github.com/NOAA-EMC/WW3 into our sofar-develop branch