Astronomical Tides
ADCIRC supports two primary methods for implementing tidal forcings in your model: tidal potential terms and open boundary conditions. These can be used independently or in combination to achieve accurate tidal simulations.
Tidal Potential Terms
Tidal potential terms represent the direct gravitational effects of celestial bodies (primarily the moon and sun) on the water surface. In ADCIRC, these are specified in the fort.15 file through:
NTIP
: Number of tidal potential constituents to be includedTIPOTAG
: Name/tag for each tidal potential constituentTPK
,AMIGT
,ETRF
,FFT
,FACET
: Parameters defining amplitude, frequency, earth tide reduction factor, and nodal factor for each constituent
Open Boundary Conditions
Open boundary conditions allow you to specify water surface elevations at the model domain boundaries. These can be implemented in two ways:
Periodic (Harmonic) Conditions: Specified in the fort.15 file using:
NBFR
: Number of forcing frequencies on open boundariesBOUNTAG
: Name/tag for each boundary forcing constituentAMIG
,FF
,FACE
: Parameters for amplitude, nodal factor, and equilibrium argumentEMO
,EFA
: Elevation amplitude and phase for each constituent at boundary nodes
Non-periodic Conditions: Time series of water surface elevations are defined in the fort.19 file.
The locations of open boundaries are defined in the fort.14 file through the open boundary node strings.
Internal Tide Energy Conversion
For large-scale ocean models, internal tide energy conversion should be considered. This represents the conversion of barotropic to baroclinic energy as surface tides flow over deep ocean topography. It can be implemented through:
A spatially varying nodal attribute called
internal_tide_friction
in the fort.13 fileTypically applied only in deep ocean regions (>100-500m depth)
Accounts for approximately 30% of global barotropic tidal dissipation
See Internal Tide Energy Conversion for more details.
Best Practices
For coastal models, focus on accurate open boundary conditions
For large-scale ocean models, include both tidal potential terms and internal tide energy conversion
Ensure boundary conditions are properly ramped up using the
NRAMP
parameter in fort.15Validate your tidal implementation against known tidal constituents or observations
For detailed implementation guidance, refer to the fort.14 and fort.15 documentation.
See also: