Changes between Version 1 and Version 2 of Ticket #627


Ignore:
Timestamp:
03/13/14 17:32:53 (10 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #627 – Description

    v1 v2  
    144144                salt_NudgeCoef:coordinates = "xi_rho eta_rho s_rho " ;
    145145}}}
    146  A new routine get_nudgcoef.F is added to read these nudging inverse time scales. This routine will check the '''units''' attribute to convert the scales to 1/second.  If the nudging scales for a specific tracer are available (say '''salt_NudgCoef''') it will read that NetCDF variable. If '''not and''' the generic scales are available ('''tracer_NudgeCoef'''), it will process those values instead.  This strategy will give a lot of flexibility when setting nudging for a particular application.  The generic '''tracer_NudgeCoef''' variable is useful when nudging passive (biology and sediment) tracers.
     146 A new routine '''get_nudgcoef.F''' is added to read these nudging inverse time scales. This routine will check the '''units''' attribute to convert the scales to 1/second.  If the nudging scales for a specific tracer are available (say '''salt_NudgCoef''') it will read that NetCDF variable. If '''not and''' the generic scales are available ('''tracer_NudgeCoef'''), it will process those values instead.  This strategy will give a lot of flexibility when setting nudging for a particular application.  The generic '''tracer_NudgeCoef''' variable is useful when nudging passive (biology and sediment) tracers.