Re: calculate the curl of wind stress

From: Dennis Shea (shea AT cgd.ucar.edu)
Date: Tue Mar 08 2005 - 16:49:54 MST


>I want to calculate the Ekman pumping upwelling velocity so that
>involves the curl of wind stress. Does anyone know how the do
>curl using NCL function?

The curl of a vector quantity:

[1] If your data are global and contain no missing values
    (_FillValue), then the spherical harmonic functions should be used.
    These are highly accurate:
    
     http://ngwww.ucar.edu/ngdoc/ng/ref/ncl/NclFuncsAndProcs.html
     Click: Spherical harmonics
      
     Specifically, if your data are on a gaussian grid use: uv2vrG
                                         regular : uv2vrF
                          
[2] if the data are over a limited area or having missing
    data then use "uv2vr_cfd"
    
     http://ngwww.ucar.edu/ngdoc/ng/ref/ncl/functions/vrdvcfd.html
     
     this uses finite differences.

[3] In either documentation for the above functions
    u==>taux and v ==>tauy
    
        w_Ekman = [curl x TAU] / (f*rho)

good luck
D

_______________________________________________
ncl-talk mailing list
ncl-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk



This archive was generated by hypermail 2b29 : Tue Mar 08 2005 - 17:55:13 MST