Skip to content

Commit

Permalink
Merge pull request #5305 from cedrict/specify_range_angles
Browse files Browse the repository at this point in the history
Specify ranges to angles in ascii date init topo
  • Loading branch information
MFraters committed Jul 14, 2023
2 parents b1033f2 + 5ecf61b commit 8e76426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/geometry_model/initial_topography_model/ascii_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ namespace aspect
"assign the correct data to the prescribed coordinates. "
"If you use a spherical model, "
"then the assumed grid changes. "
"`x' will be replaced by the azimuth angle in radians "
" and `y' by the polar angle in radians measured "
"`x' will be replaced by the azimuth angle in radians (between $-\\pi$ and $\\pi$)"
" and `y' by the polar angle in radians (between $0$ and $\\pi$) measured "
"positive from the north pole. The grid will be assumed to be "
"a longitude-colatitude grid. Note that the order "
"of spherical coordinates is `phi', `theta' "
Expand Down

0 comments on commit 8e76426

Please sign in to comment.