Skip to content

Commit

Permalink
Fixes to tests to pass pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed Jun 1, 2023
1 parent a7d6506 commit 9a8bf62
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 105 deletions.
4 changes: 2 additions & 2 deletions inputs/namelist_local.bdy
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
! barotropic fields
ln_dyn3d = .false. ! boundary conditions for
! baroclinic velocities
ln_tra = .false. ! boundary conditions for T and S
ln_tra = .true. ! boundary conditions for T and S
ln_ice = .false. ! ice boundary condition
nn_rimwidth = 9 ! width of the relaxation zone

!------------------------------------------------------------------------------
! unstructured open boundaries tidal parameters
!------------------------------------------------------------------------------
ln_tide = .true. ! =T : produce bdy tidal conditions
ln_tide = .false. ! =T : produce bdy tidal conditions
sn_tide_model = 'FES2014' ! Name of tidal model (FES2014|TPXO7p2)
clname(1) = 'M2' ! constituent name
clname(2) = 'S2'
Expand Down
Loading

0 comments on commit 9a8bf62

Please sign in to comment.