> TURB_NCAR, transfer coefficients with NCAR 3.0/3.5
Use turb_ncar() of module mod_blk_ncar (mod_blk_ncar.f90).
Example of a call:

          PROGRAM TEST_COEFF
              USE mod_const
              USE mod_blk_ncar
              ...
              jpi = Ni ! x-shape of the 2D domain
              jpj = Nj ! y-shape of the 2D domain
              ...
              CALL TURB_NCAR( zt, zu, sst, t_zt, ssq, q_zt, U_zu, &
              &               Cd, Ch, Ce, t_zu, q_zu, U_blk       &
              &               [ , xz0=z0, xu_star=u_s, xL=L ] )
              ...
          END PROGRAM TEST_COEFF
      
INPUT ARGUMENTS: OUTPUT ARGUMENTS: [ OPTIONAL OUTPUT ARGUMENTS: ]

Contact

AeroBulk / L. Brodeau / 2017