SICOPOLIS V3.3
Modules | Variables
sico_vars_m.F90 File Reference

Declarations of global variables for SICOPOLIS (for the ASF domain). More...

Go to the source code of this file.

Modules

module  sico_vars_m
 Declarations of global variables for SICOPOLIS (for the ANT domain).
 

Variables

integer(i4b) sico_vars_m::n_surf
 n_surf: Number of surface points for which time-series data are written More...
 
real(dp), dimension(:), allocatable sico_vars_m::lambda_surf
 lambda_surf(n): Geographical longitude of the prescribed surface points More...
 
real(dp), dimension(:), allocatable sico_vars_m::phi_surf
 phi_surf(n): Geographical latitude of the prescribed surface points More...
 
real(dp), dimension(:), allocatable sico_vars_m::x_surf
 x_surf(n): Coordinate xi (= x) of the prescribed surface points More...
 
real(dp), dimension(:), allocatable sico_vars_m::y_surf
 y_surf(n): Coordinate eta (= y) of the prescribed surface points More...
 
real(dp), dimension(0:jmax, 0:imax) sico_vars_m::snowfall
 snowfall(j,i): Snowfall rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax) sico_vars_m::rainfall
 rainfall(j,i): Rainfall rate at the ice surface More...
 

Detailed Description

Declarations of global variables for SICOPOLIS (for the ASF domain).

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