File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/mpas-albany-landice/src/mode_forward Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2225,7 +2225,7 @@ subroutine ocean_connection_N(domain)
22252225 call mpas_pool_get_subpool(block % structs, ' hydro' , hydroPool)
22262226 call mpas_pool_get_array(geometryPool, ' bedTopography' , bedTopography)
22272227 call mpas_pool_get_array(hydroPool, ' effectivePressure' , effectivePressure)
2228- call mpas_pool_get_array(hydroPool, ' iceThicknessHydro ' , thickness)
2228+ call mpas_pool_get_array(hydroPool, ' thickness ' , thickness)
22292229
22302230 effectivePressure = rhoi * gravity * thickness - rhoi * gravity * max(0.0_RKIND, -1.0_RKIND * rhoo/rhoi * bedTopography)
22312231 effectivePressure = max(effectivePressure, 0.0_RKIND) ! This is just to zero out N in the open ocean to avoid confusion
You can’t perform that action at this time.
0 commit comments