Changes between Initial Version and Version 1 of Ticket #459
- Timestamp:
- 07/29/10 19:31:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #459
- Property Reporter changed from to
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary ghats bug in pre_step3d for non-active tracers → KPP Nonlocal transport in passive tracers
-
Ticket #459 – Description
initial v1 1 The surface salinity flux is added to bio tracers through LMD_NONLOCAL.1 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. 2 2 3 Possible fix attached (I hope).3 This problem is also corrected in '''tl_pre_step3d.F''', '''rp_pre_step3d.F''', and '''ad_pre_step3d.F'''. 4 4 5 I also corrected a minor typo in '''mod_ncparam.F''', we need to declare '''Cinfo''' with larger character string: 6 {{{ 7 character (len=256) :: Cinfo(NV,Ngrids) 8 }}} 9 Many thanks to John Warner and Kate Hedstrom for bringing this to my attention.