Opened 15 years ago
Closed 15 years ago
#404 closed bug (Fixed)
Wrong angle in radiation_stress
Reported by: | mathieu | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.4 |
Component: | Nonlinear | Version: | 3.4 |
Keywords: | Cc: |
Description
At line 400 and 976 of radiation_stress.F. Please replace the line
cff=1.5_r8*pi-Dwave(i,j)-angler(i,j)
by
cff=Dwave(i,j)-angler(i,j)
The reason is that when the simulation is started the wave spectra is initialized with Jonswap parameterization and thus at the start of the simulation, the plots of wind direction, Dwave and barotropic Stokes drift need to be in about the same direction.
Also, please replace scale=rad2deg by scale=1.0_r8 in wrt_his.F for the variables idWptp, idWpbt, idWorb and idWdis.
Note:
See TracTickets
for help on using tickets.
Yes, good catch. Thank you.
I also corrected a typo in step3d_F. Many thanks to Carlos Teixeira for reporting this typo.
I updated the gfortran make configuration files as suggested by Mark Hadfield in the forum