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

Computation of the flow enhancement factor. More...

Go to the source code of this file.

Modules

module  calc_enhance_m
 Computation of the flow enhancement factor.
 

Functions/Subroutines

subroutine, public calc_enhance_m::calc_enhance_1 ()
 Computation of the flow enhancement factor. Case ENHMOD==1: constant for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_m::calc_enhance_2 ()
 Computation of the flow enhancement factor. Case ENHMOD==2: two different values depending on age for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_m::calc_enhance_3 (time)
 Computation of the flow enhancement factor. Case ENHMOD==3: two different values depending on time of deposition for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_m::calc_enhance_4 ()
 Computation of the flow enhancement factor. Case ENHMOD==4: minimal anisotropic enhancement factor for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_m::calc_enhance_5 ()
 Computation of the flow enhancement factor. Case ENHMOD==5: minimal anisotropic enhancement factor for grounded and floating ice. More...
 

Detailed Description

Computation of the flow enhancement factor.

Copyright

Copyright 2009-2017 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 calc_enhance_m.F90.