SICOPOLIS V3.3
Modules | Functions/Subroutines
calc_vxy_m.F90 File Reference

Computation of the horizontal velocity vx, vy. More...

Go to the source code of this file.

Modules

module  calc_vxy_m
 Computation of the horizontal velocity vx, vy.
 

Functions/Subroutines

subroutine, public calc_vxy_m::calc_vxy_b_sia (time, z_sl)
 Computation of the basal horizontal velocity vx_b, vy_b in the shallow ice approximation. More...
 
subroutine, public calc_vxy_m::calc_vxy_sia (dzeta_c, dzeta_t)
 Computation of the shear stresses txz, tyz, the effective shear stress sigma, the depth-averaged fluidity flui_ave_sia, the horizontal velocity vx, vy and the horizontal volume flux qx, qy in the shallow ice approximation. More...
 
subroutine, public calc_vxy_m::calc_vxy_static ()
 Computation of the horizontal velocity vx, vy, the horizontal volume flux qx, qy etc. for static ice. More...
 
subroutine, public calc_vxy_m::calc_vxy_ssa (z_sl, dxi, deta, dzeta_c, dzeta_t, ii, jj, nn)
 Computation of the horizontal velocity vx, vy, the horizontal volume flux qx, qy and the flux across the grounding line q_gl_g in the shallow shelf approximation (SSA) or the shelfy stream approximation (SStA). More...
 

Detailed Description

Computation of the horizontal velocity vx, vy.

Copyright

Copyright 2009-2017 Ralf Greve, Tatsuru Sato, Thomas Goelles, Jorge Bernales

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file calc_vxy_m.F90.