Custom Query (986 matches)
Results (547 - 549 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#662 | Fixed | LMD_SHAPIRO problem | ||
Description |
In lmd_skpp.F and lmd_bkpp.F, there is a clamp applied to the boundary layer depth: hsbl(i,j)=MIN(hsbl(i,j),z_w(i,j,N(ng))) hsbl(i,j)=MAX(hsbl(i,j),z_w(i,j,0)) This happens before the Shapiro filter (LMD_SHAPIRO) is applied (if it is applied). It also needs to happen after the filter. |
|||
#664 | Fixed | Bug in get_3dfldr.F | ||
Description |
There is a sign error in get_3dfldr.F where it checks if data that has a cycle_length needs to be read. Lines 149-154 say the following: IF (Liocycle) THEN Trec=MOD(Trec,Nrec)-1 IF (Trec.le.0) Trec=Nrec-Trec ELSE Trec=Trec-1 END IF
The issue is with
|
|||
#665 | Fixed | Improvements to fennel.h | ||
Description |
Attached is a lightly modified version of fennel.h with the following improvements, mostly minor, but a significant bug fix:
|