Skip to content

Commit

Permalink
Update namelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolton committed Jul 13, 2023
1 parent 3817b61 commit cbf1c9e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions inputs/namelist_remote.bdy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +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)
sn_tide_model = 'FES2014' ! Name of tidal model. Accepts FES2014, TPXO7p2, or TPXO9v5
clname(1) = 'M2' ! constituent name
clname(2) = 'S2'
clname(3) = 'K2'
Expand All @@ -83,9 +83,15 @@
nn_month_end = 11 ! month end (default = 12 is years>1)
sn_dst_calendar = 'gregorian' ! output calendar format
nn_base_year = 1960 ! base year for time counter
sn_tide_grid = './src_data/tide/grid_tpxo7.2.nc'
sn_tide_h = './src_data/tide/h_tpxo7.2.nc'
sn_tide_u = './src_data/tide/u_tpxo7.2.nc'
! location of TPXO7.2 data
sn_tide_grid = './inputs/tpxo7.2/grid_tpxo7.2.nc'
sn_tide_h = './inputs/tpxo7.2/h_tpxo7.2.nc'
sn_tide_u = './inputs/tpxo7.2/u_tpxo7.2.nc'
! location of TPXO9v5 data: single constituents per file
sn_tide_grid = './inputs/TPXO9_atlas_v5_nc/grid_tpxo9_atlas_30_v5.nc'
sn_tide_dir = './inputs/TPXO9_atlas_v5_nc/'
! location of FES2014 data
sn_tide_fes = './inputs/FES2014/'

!------------------------------------------------------------------------------
! Additional parameters
Expand Down

0 comments on commit cbf1c9e

Please sign in to comment.