Skip to content

Commit

Permalink
remove double initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlosch committed Aug 29, 2024
1 parent e6ba7eb commit 39b865b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/seaice/seaice_init_varia.F
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@ SUBROUTINE SEAICE_INIT_VARIA( myThid )
seaice_sigma2 (i,j,bi,bj) = 0. _d 0
seaice_sigma12(i,j,bi,bj) = 0. _d 0
# endif /* SEAICE_ALLOW_EVP or SEAICE_ALLOW_MEB */
#ifdef SEAICE_ALLOW_DAMAGE
C no damage means damage = 1
damage (I,J,bi,bj) = 1. _d 0 * maskC(I,J,kSrf,bi,bj)
damageNm1(I,J,bi,bj) = damage(I,J,bi,bj)
damageZ (I,J,bi,bj) = 1. _d 0
damageNm1Z(I,J,bi,bj)= damageZ(I,J,bi,bj)
dCrit (I,J,bi,bj) = 1. _d 0
dCritZ (I,J,bi,bj) = 1. _d 0
seaice_sigma12C (I,J,bi,bj) = 0. _d 0
#endif /* SEAICE_ALLOW_DAMAGE */
#else /* SEAICE_CGRID */
uIceC(i,j,bi,bj) = 0. _d 0
vIceC(i,j,bi,bj) = 0. _d 0
Expand Down

0 comments on commit 39b865b

Please sign in to comment.