From 39e9e750a6260f87ce57d39920f16bbe7d57f5ee Mon Sep 17 00:00:00 2001 From: James Harle <jdha@noc.ac.uk> Date: Wed, 18 Sep 2019 12:07:33 +0100 Subject: [PATCH] Adding tidal model option in the namelists --- inputs/namelist_local.bdy | 1 + inputs/namelist_remote.bdy | 1 + 2 files changed, 2 insertions(+) diff --git a/inputs/namelist_local.bdy b/inputs/namelist_local.bdy index 41510a5..09d7785 100644 --- a/inputs/namelist_local.bdy +++ b/inputs/namelist_local.bdy @@ -68,6 +68,7 @@ ! unstructured open boundaries tidal parameters !------------------------------------------------------------------------------ ln_tide = .false. ! =T : produce bdy tidal conditions + sn_tide_model = 'FES' ! Name of tidal model (FES|TPXO) clname(1) = 'M2' ! constituent name clname(2) = 'S2' clname(3) = 'K2' diff --git a/inputs/namelist_remote.bdy b/inputs/namelist_remote.bdy index 41510a5..09d7785 100644 --- a/inputs/namelist_remote.bdy +++ b/inputs/namelist_remote.bdy @@ -68,6 +68,7 @@ ! unstructured open boundaries tidal parameters !------------------------------------------------------------------------------ ln_tide = .false. ! =T : produce bdy tidal conditions + sn_tide_model = 'FES' ! Name of tidal model (FES|TPXO) clname(1) = 'M2' ! constituent name clname(2) = 'S2' clname(3) = 'K2' -- GitLab