a mistake of 'f1' in LMD_SKPP.F ?

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
yang
Posts: 56
Joined: Mon Sep 25, 2006 2:37 pm
Location: Institue of oceanology ,Chinese acedemy of scinece

a mistake of 'f1' in LMD_SKPP.F ?

#1 Unread post by yang »

I think there is a mistake of "f1" at the line 734 in the lmd_skpp.F:
f1(i,j)=5.0_r8*MAX(0.0_r8,Bfsfc(i,j))*vonKar/ &
& (Ustar(i,j)*Ustar(i,j)*Ustar(i,j)*Ustar(i,j)+eps)


I think the vonKar is not neccessary?



f1(i,j)=5.0_r8*MAX(0.0_r8,Bfsfc(i,j))/ &
& (Ustar(i,j)*Ustar(i,j)*Ustar(i,j)*Ustar(i,j)+eps)
Attachments
a mistake in lmd_skpp.F.doc
(149.5 KiB) Downloaded 179 times

Post Reply