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)
a mistake of 'f1' in LMD_SKPP.F ?
-
- 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 ?
- Attachments
-
- a mistake in lmd_skpp.F.doc
- (149.5 KiB) Downloaded 226 times