Skip to content

Commit

Permalink
Edit sample input
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Jul 24, 2023
1 parent dd6517e commit 6b53ee7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample_inputs/param.nml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@

!-----------------------------------------------------------------------
! 2nd stabilization method via Shapiro filter. This should normally be used
! if indvel=0. To transition between eddying/non-eddying regimes, use
! if indvel=0. ishapiro=0: off; =1: constant filter strength in shapiro0; =-1:
! variable filter strength specified in shapiro.gr3; =2: variable filter strength specified
! as a Smagorinsky-like filter, with the coefficient specified in shapiro.gr3.
! To transition between eddying/non-eddying regimes, use
! indvel=0, ihorcon/=0, and ishapiro=-1 (requiring shapiro.gr3) or 2 (Smagorinsky-like filter).
!-----------------------------------------------------------------------
ishapiro = 1 !options
Expand Down

0 comments on commit 6b53ee7

Please sign in to comment.