Search found 4 matches

by Johnny.Zang
Tue Mar 17, 2020 2:09 pm
Forum: ROMS Sediment
Topic: sediment settling flux
Replies: 3
Views: 18799

Re: sediment settling flux

Dr. Warner,

Thank you for your reply. Now my understanding is t(i,j,k,nnew,ibio) is bio tracer concentration times Hz rather than bio tracer's concentration, and the units of t(i,j,k,nnew,ibio) and t(i,j,k,nstp,ibio) are different (mmol/m2 vs mmol/m3). Am I correct?

Best,

John
by Johnny.Zang
Mon Mar 16, 2020 2:59 pm
Forum: ROMS Sediment
Topic: sediment settling flux
Replies: 3
Views: 18799

sediment settling flux

Dear ROMS users,

I am working on the sediment-biological model coupling using COAWST and I found a problem regarding those sediment and biological tracers who have vertical settling velocity.

In sediment transport model (sed_settling.F), sediment tracer concentration is updated after settling ...
by Johnny.Zang
Wed Jan 31, 2018 4:16 pm
Forum: ROMS Sediment
Topic: Problem regarding restart when activate SED_MOR
Replies: 1
Views: 16984

Problem regarding restart when activate SED_MOR

Dear ROMS users,

Now I meet a problem regarding restart my sediment model when I activate SED_MOR. In wrt_rst.F

#if defined SEDIMENT && defined SED_MORPH
!
! Write out time-dependent bathymetry (m)
!
IF (Hout(idbath,ng)) THEN
scale=1.0_r8
gtype=gfactor*r2dvar
status=nf_fwrite2d(ng, iNLM, RST ...
by Johnny.Zang
Tue Dec 20, 2016 3:25 pm
Forum: ROMS Ecosystem
Topic: Problems about NEMURO
Replies: 0
Views: 14325

Problems about NEMURO

Hi guys,

I just meet a problem related to NEMURO. Based on the paper "NEMURO-A lower trophic level model for the North Pacific marine ecosystem", the small zooplankton cannot graze on large phytoplankton. While in the source code, I just found

! Small Zooplankton grazing on Large Phytoplankton ...