Skip to content

Commit

Permalink
Cgrid debug (CICE-Consortium#42)
Browse files Browse the repository at this point in the history
* All CD grid on quicksuite runs. Avoid spurios values of zetax2T and etax2T. The real problem is most likely difference between U and T mask.

* added space
  • Loading branch information
TillRasmussen authored Dec 2, 2021
1 parent a141535 commit f128ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicecore/cicedynB/dynamics/ice_dyn_evp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ subroutine evp (dt)

allocate(zetax2T(nx_block,ny_block,max_blocks))
allocate(etax2T(nx_block,ny_block,max_blocks))
zetax2T(:,:,:) = c0
etax2T (:,:,:) = c0

endif

Expand Down

0 comments on commit f128ade

Please sign in to comment.