Changes between Initial Version and Version 1 of Ticket #406


Ignore:
Timestamp:
02/06/10 17:57:43 (14 years ago)
Author:
arango
Comment:

Oops, this was an accident!!! I was experimenting with the SHOREFACE application to understand the 270 degree shift in my private branch. I was looking if the shift was in the physical direction of the waves. I didn't checked a curvilinear application which may complicates the directional shift. The original code was correct. I almost gave John an aneurysm... Sorry for that.

I forgot to change back the commented two lines in my private branch and this got propagated in my automatic updates of all repositories. Then, to make it worse I made and svn commit without specified the files that I wanted to change. This did all of them. I can happens. I just screw-up. The changes in src:ticket:404 to wrt_his.F were correct. The scale to those particular output fields was wrong and needs to be 1.0_r8.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #406

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #406 – Description

    initial v1  
    1 Ticket 404 incorrectly modified the wave angle in radiation_stress.F. The developer of the routine should be consulted before any major changes like this are distributed.
    2 The angle in radiation_stress.F needs to be changed back to the correct form that I have used for the past 5 years:
     1Ticket 404 (src:ticket:404) incorrectly modified the wave angle in '''radiation_stress.F'''.
    32
    4         cff=1.5_r8*pi-Dwave(i,j)-angler(i,j)
     3The angle in '''radiation_stress.F''' needs to be changed back to the correct form that I have used for the past 5 years:
     4{{{
     5       cff=1.5_r8*pi-Dwave(i,j)-angler(i,j)
     6}}}