Home
last modified time | relevance | path

Searched refs:dthetadx (Results 1 – 2 of 2) sorted by relevance

/dports/science/tinker/tinker/source/
H A Dvolume.f558 real*8 dthetadx(2,3,0:2) local
933 dthetadx(1,j,m) = dbetadx(1,j,m)
935 dthetadx(2,j,m) = dbetadx(2,j,m)
940 dthetadx(1,3,m) = dalphdx(1,3,m)
941 dthetadx(2,3,m) = -dalphdx(2,3,m)
951 & + dfdtheta(1,1)*dthetadx(1,j,m)
952 & + dfdtheta(1,2)*dthetadx(2,j,m)
954 & + dfdtheta(2,1)*dthetadx(1,j,m)
955 & + dfdtheta(2,2)*dthetadx(2,j,m)
957 & + dfdtheta(3,1)*dthetadx(1,j,m)
[all …]
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/calc/
H A Dkinematics.py799 dthetadx = units.Quantity(0, 'K/m') # axis=x_dim only has one dimension
802 dthetadx = first_derivative(potential_temperature, delta=dx, axis=x_dim)
806 return (-mpconsts.g * (dudp * dthetady - dvdp * dthetadx