Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions grid_utils/constant.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
* PARTICULAR PURPOSE. See the License for the specific language
* governing permissions and limitations under the License.
***********************************************************************/

#ifdef GFS_CONSTANTS
#define RADIUS (6371200.)
#else
#define RADIUS (6371000.)
#endif
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JustinPerket - please add documentation stating which reference file the constants came from.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I now have a comment matching the extant usage of Earth radius in FMSconstants and *.fh headers. Is that sufficient?

#define STRING 255

#define EPSLN8 (1.e-8)
Expand Down
Loading