Skip to content

Commit

Permalink
Merge pull request E3SM-Project#7 from darincomeau/darincomeau/seaice…
Browse files Browse the repository at this point in the history
…-cf-fix

Removed Cf from sea ice constants
  • Loading branch information
darincomeau authored Mar 18, 2022
2 parents 586b00a + c2ad1a8 commit f2eb832
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ module ice_constants_colpkg
cprho = cp_ocn*rhow ,&! for ocean mixed layer (J kg / K m^3)

! for ice strength
Cf = 17._dbl_kind ,&! ratio of ridging work to PE change in ridging
Cp = 0.5_dbl_kind*gravit*(rhow-rhoi)*rhoi/rhow ,&! proport const for PE
Pstar = 2.75e4_dbl_kind ,&! constant in Hibler strength formula
! (kstrength = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module ice_constants_colpkg
cprho = cp_ocn*rhow ,&! for ocean mixed layer (J kg / K m^3)

! for ice strength
Cf = 17._dbl_kind ,&! ratio of ridging work to PE change in ridging
Cp = 0.5_dbl_kind*gravit*(rhow-rhoi)*rhoi/rhow ,&! proport const for PE
Pstar = 2.75e4_dbl_kind ,&! constant in Hibler strength formula
! (kstrength = 0)
Expand Down
3 changes: 2 additions & 1 deletion components/mpas-seaice/src/column/ice_colpkg.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3501,8 +3501,9 @@ subroutine colpkg_ice_strength (ncat, &
vicen, &
strength)

use ice_constants_colpkg, only: p333, c0, c1, c2, Cf, Cp, Pstar, Cstar, &
use ice_constants_colpkg, only: p333, c0, c1, c2, Cp, Pstar, Cstar, &
rhoi, puny
use ice_colpkg_shared, only: Cf
use ice_mechred, only: asum_ridging, ridge_itd

integer (kind=int_kind), intent(in) :: &
Expand Down

0 comments on commit f2eb832

Please sign in to comment.