flip theta in Gauss geometry (i.e. first ring is now northernmost)
This commit is contained in:
parent
fe7e4fa52d
commit
6776e8ee19
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void sharp_make_gauss_geom_info (int nrings, int nphi, int stride_lon,
|
|||
|
||||
for (int m=0; m<nrings; ++m)
|
||||
{
|
||||
theta[m] = acos(theta[m]);
|
||||
theta[m] = acos(-theta[m]);
|
||||
nph[m]=nphi;
|
||||
phi0[m]=0;
|
||||
ofs[m]=(ptrdiff_t)m*stride_lat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue