Custom Query (986 matches)
Results (73 - 75 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#95 | Fixed | wvelocity | ||
Description |
wvelocity.F, near the bottom we have: wvel(i,j,0)=cff1*(vert(i,j,1)- & (vert(i,j,2)-vert(i,j,1))* & 2.0_r8*(z_r(i,j,1)-z_w(i,j,0)))+ & cff2*vert(i,j,1)- & cff3*vert(i,j,2) cff1, cff2, and cff3 are coefficients for the interpolation (just numbers). vert has dimensions of m/s. So this is: ( m/s - ( m/s - m/s)* 2 * (m)) + m/s + m/s This does not look dimensionally correct. Same issue for wvel(i,j,N). |
|||
#97 | Fixed | Nemuro model corrections | ||
Description |
Several bugs were corrected in the NEMURO ecosystem model. Many thanks to Al Hermann and Jerome Fiechter for reporting and fixing these bugs. |
|||
#98 | Fixed | Zooplankton half-saturation ingestion constant | ||
Description |
The rate of phytoplankton ingestion by zooplankton is modeled using a Holling-type term that uses the half-saturation ingestion constant. This constant is used as squared value. To avoid squaring this constant over and over, it value is entered at input as (millimole/m3)2 in the FASHAM and NEMURO models. The documentation in bioFashan.in, nemuro.in, mod_biology.F, and inp_par.F has been updated to reflect the squared value. |