Opened 14 years ago

Closed 14 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.

Change History (1)

comment:1 by arango, 14 years ago

Resolution: Fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.