SICOPOLIS V3.0
 All Classes Files Functions Variables Macros
Functions/Subroutines
topography3_nc.F90 File Reference

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For initial topography from previous simulation (read in NetCDF format). More...

Go to the source code of this file.

Functions/Subroutines

subroutine topography3_nc (dxi, deta, z_sl, anfdatname)
 Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For initial topography from previous simulation (read in NetCDF format).
subroutine check (status)
 NetCDF error capturing.

Detailed Description

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For initial topography from previous simulation (read in NetCDF format).

Copyright

Copyright 2009-2013 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 topography3_nc.F90.


Function/Subroutine Documentation

subroutine topography3_nc::check ( integer(i4b), intent(in)  status)

NetCDF error capturing.

Definition at line 427 of file topography3_nc.F90.

subroutine topography3_nc ( real(dp), intent(out)  dxi,
real(dp), intent(out)  deta,
real(dp), intent(out)  z_sl,
character (len=100), intent(in)  anfdatname 
)

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For initial topography from previous simulation (read in NetCDF format).

Definition at line 39 of file topography3_nc.F90.