From 06924941d415b63a41eb17f9cd1414ed33d51b52 Mon Sep 17 00:00:00 2001 From: James Harle <jdha@noc.ac.uk> Date: Wed, 18 Sep 2019 12:05:27 +0100 Subject: [PATCH] Adding tidal model option --- 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