# Tide and Lunar Distance Predictor

Estimate spring/neap tide forcing and lunar-distance amplification with a transparent offline planning model.

> Canonical page: https://elysiatools.com/en/tools/tide-and-lunar-distance-predictor

- **Category:** Geography

- **Keywords:** tide, spring tide, neap tide, perigee, apogee, lunar distance, moon declination

## Overview

Combines lunar phase alignment, the inverse-cube effect of lunar distance, and lunar declination into an amplitude index. It is a planning aid, not a port-level tide timetable.

## Inputs

- **Moon age (days)** (number): 0 = new moon; about 14.77 = full moon.
- **Lunar distance (km)** (number): Perigee is about 363,300 km; apogee is about 405,500 km.
- **Lunar declination (degrees)** (number): Use a signed value; the absolute value affects this simplified model.
- **Local baseline tidal range (m)** (number): Typical local range used only to express the result in metres.

## When to use

- Compare tidal forcing near a new or full moon with conditions near a quarter moon.
- Assess how a closer perigean or more distant apogean Moon may amplify the planning estimate.
- Express the model result against a typical local tidal range in metres.

## How it works

- Enter the Moon age in days, using 0 for new moon and about 14.77 for full moon.
- Enter the lunar distance in kilometres, along with signed lunar declination in degrees.
- Provide the local baseline tidal range used to express the estimate in metres.
- The offline model combines lunar phase alignment, inverse-cube distance effects, and lunar declination into an amplitude index and an HTML result.

## Use cases

- Screening possible spring-tide planning windows around new and full moons.
- Comparing perigean and apogean lunar-distance effects for coastal planning scenarios.
- Normalizing a simplified tidal estimate to a local baseline range for early-stage analysis.

## Frequently asked questions

### What does the predictor estimate?

It estimates spring- or neap-tide forcing and lunar-distance amplification with a simplified amplitude model.

### What Moon age should I enter for a full moon?

Use about 14.77 days. A value near 0 represents a new moon.

### What lunar distance represents perigee or apogee?

Perigee is about 363,300 km, while apogee is about 405,500 km.

### Does lunar declination need a positive or negative sign?

Yes. Enter a signed value; this simplified model uses its absolute value.

### Can this replace a port tide timetable?

No. It is an offline planning aid and does not provide port-specific tide times or heights.

## Related tools

- [Distance Between Cities](https://elysiatools.com/en/tools/distance-between-cities): Calculate distance and direction between cities around the world
- [Timezone Lookup by Coordinates](https://elysiatools.com/en/tools/timezone-lookup-by-coordinates): Find the IANA timezone for any latitude / longitude: returns the timezone name (e.g. Asia/Shanghai), the current UTC offset, whether daylight saving time is active, the local wall-clock time, and the nearest reference cities. Fully offline — uses a built-in city/timezone reference database with nearest-reference matching.
- [Binary Star Eclipse Light Curve and Rossiter-McLaughlin Radial Velocity Fitter](https://elysiatools.com/en/tools/binary-star-eclipse-light-curve-and-rossiter-mclaughlin-radial-velocity-fitter): Fit spectroscopic-binary radial velocities with a Levenberg-Marquardt orbit solver, derive the mass ratio and mass function, analyse eclipse-time O−C residuals, estimate the Rossiter-McLaughlin spin-orbit angle, and preview a geometric eclipse light curve.
- [Crystal Structure Explorer](https://elysiatools.com/en/tools/crystal-structure-explorer): Browse ~25 textbook crystal structures with space group, lattice constants, coordination, and a rotatable Three.js 3D ball-and-stick model.
- [Password Strength Meter](https://elysiatools.com/en/tools/password-strength-meter): Estimate real password strength with Shannon entropy, zxcvbn pattern matching (l33t, dictionary, sequences, repeats) and brute-force crack-time across attack scenarios (offline fast/slow hash, online). The password is evaluated locally and never sent anywhere.
- [International Calling Code](https://elysiatools.com/en/tools/calling-code): Find the international telephone calling code for any country
- [Capital City Finder](https://elysiatools.com/en/tools/capital-city): Find the capital city of any country
- [Drug Half-Life Concentration Calculator](https://elysiatools.com/en/tools/drug-half-life-dose): Estimate plasma drug concentration at a chosen time after an IV bolus using a one-compartment model with first-order elimination: C(t) = (Dose / Vd) · e^(-k·t), where k = ln2 / t½. Includes initial concentration C0, elimination rate constant k, percent remaining, and number of half-lives elapsed. Valid only for linear pharmacokinetics — NOT for Michaelis-Menten drugs (phenytoin, high-dose ethanol) or multi-compartment distribution. Reference: theophylline Vd ≈ 0.45 L/kg, t½ ≈ 8 h. Not medical advice.

## Samples

- [Length Distance Samples](https://elysiatools.com/en/samples/length-distance): Educational length and distance reference samples covering metric and imperial units, everyday comparisons, and conversion literacy
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
