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

Writing of time-series data for all defined surface points on file in ASCII format. Modification of Tolly's output7 by Thorben Dunse. More...

Go to the source code of this file.

Functions/Subroutines

subroutine output5 (time, dxi, deta, delta_ts, glac_index, z_sl)
 Writing of time-series data for all defined surface points on file in ASCII format. Modification of Tolly's output7 by Thorben Dunse. More...
 

Detailed Description

Writing of time-series data for all defined surface points on file in ASCII format. Modification of Tolly's output7 by Thorben Dunse.

Copyright

Copyright 2009-2016 Thorben Dunse, 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 output5.F90.

Function/Subroutine Documentation

subroutine output5 ( real(dp), intent(in)  time,
real(dp), intent(in)  dxi,
real(dp), intent(in)  deta,
real(dp), intent(in)  delta_ts,
real(dp), intent(in)  glac_index,
real(dp), intent(in)  z_sl 
)

Writing of time-series data for all defined surface points on file in ASCII format. Modification of Tolly's output7 by Thorben Dunse.

Definition at line 37 of file output5.F90.