Changes between Initial Version and Version 1 of Ticket #459


Ignore:
Timestamp:
07/29/10 19:31:51 (14 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #459

    • Property Reporter changed from kate to arango
    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary ghats bug in pre_step3d for non-active tracersKPP Nonlocal transport in passive tracers
  • Ticket #459 – Description

    initial v1  
    1 The surface salinity flux is added to bio tracers through LMD_NONLOCAL.
     1The 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.
    22
    3 Possible fix attached (I hope).
     3This problem is also corrected in '''tl_pre_step3d.F''', '''rp_pre_step3d.F''', and '''ad_pre_step3d.F'''.
    44
     5I 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}}}
     9Many thanks to John Warner and Kate Hedstrom for bringing this to my attention.