Opened 15 years ago
Closed 15 years ago
#459 closed bug (Fixed)
KPP Nonlocal transport in passive tracers
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.4 |
Component: | Nonlinear | Version: | 3.4 |
Keywords: | Cc: |
Description (last modified by )
The nonlocal transport convective term ghats is applied to all passive tracers in pre_step3d.F when LMD_NONLOCAL is activated. This convective adjustment should be only applied to active tracers: temperature and salinity.The radiative buoyancy flux is only know for active tracers.
This problem is also corrected in tl_pre_step3d.F, rp_pre_step3d.F, and ad_pre_step3d.F.
I also corrected a minor typo in mod_ncparam.F, we need to declare Cinfo with larger character string:
character (len=256) :: Cinfo(NV,Ngrids)
Many thanks to John Warner and Kate Hedstrom for bringing this to my attention.
Change History (1)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Reporter: | changed from | to
Resolution: | → Fixed |
Status: | new → closed |
Summary: | ghats bug in pre_step3d for non-active tracers → KPP Nonlocal transport in passive tracers |
Note:
See TracTickets
for help on using tickets.