SICOPOLIS V3.2
 All Classes Files Functions Variables Macros
Functions/Subroutines
viscosity.F90 File Reference

Ice viscosity as a function of the effective strain rate and the temperature (in cold ice) or the water content (in temperate ice) or both (for the enthalpy method). More...

Go to the source code of this file.

Functions/Subroutines

real(dp) function viscosity (de_val, temp_val, temp_m_val, omega_val, enh_val, i_flag_cold_temp)
 Ice viscosity as a function of the effective strain rate and the temperature (in cold ice) or the water content (in temperate ice) or both (for the enthalpy method). More...
 

Detailed Description

Ice viscosity as a function of the effective strain rate and the temperature (in cold ice) or the water content (in temperate ice) or both (for the enthalpy method).

Copyright

Copyright 2009-2016 Ralf Greve

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 viscosity.F90.

Function/Subroutine Documentation

real(dp) function viscosity ( real(dp), intent(in)  de_val,
real(dp), intent(in)  temp_val,
real(dp), intent(in)  temp_m_val,
real(dp), intent(in)  omega_val,
real(dp), intent(in)  enh_val,
integer(i2b), intent(in)  i_flag_cold_temp 
)

Ice viscosity as a function of the effective strain rate and the temperature (in cold ice) or the water content (in temperate ice) or both (for the enthalpy method).

Definition at line 39 of file viscosity.F90.