Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/namelist.ice
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
! ============================================================================
&ice_dyn
! --- EVP Rheology Options ---
whichEVP = 0 ! EVP solver type:
whichEVP = 1 ! EVP solver type:
! 0 = standard EVP
! 1 = modified EVP (mEVP)
! 2 = adaptive EVP (aEVP)
Expand All @@ -31,8 +31,8 @@ delta_min = 1.0e-11 ! minimum strain rate for viscosity regularizati
evp_rheol_steps = 120 ! number of EVP subcycles per ice time step

! --- mEVP Stability Parameters (for whichEVP=1) ---
alpha_evp = 250 ! mEVP stability constant (adjust with resolution)
beta_evp = 250 ! mEVP stability constant (adjust with resolution)
alpha_evp = 500 ! mEVP stability constant (adjust with resolution)
beta_evp = 500 ! mEVP stability constant (adjust with resolution)

! --- aEVP Tuning (for whichEVP=2) ---
c_aevp = 0.15 ! aEVP tuning constant (adjust with resolution)
Expand Down
Loading