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

Writing of output data on files. More...

Go to the source code of this file.

Modules

module  output_m
 Writing of output data on files.
 

Functions/Subroutines

subroutine, public output_m::output1 (runname, time, delta_ts, glac_index, z_sl, flag_3d_output, ndat2d, ndat3d)
 Writing of time-slice files in native binary or NetCDF format. More...
 
subroutine, public output_m::output2 (time, dxi, deta, delta_ts, glac_index, z_sl)
 Writing of time-series data on file in ASCII format (and optionally in NetCDF format). More...
 
subroutine, public output_m::output4 (time, dxi, deta, delta_ts, glac_index, z_sl)
 Writing of time-series data of the deep ice cores on file in ASCII format (and optionally in NetCDF format). More...
 
subroutine, public output_m::borehole (field, x_pos, y_pos, dxi, deta, ch_grid, field_val)
 Computation of an arbitrary field quantity for a given borehole position x_pos, y_pos by weighed averaging of the corresponding gridded 2-d field. More...
 
subroutine output_m::set_grads_nc_tweaks (grads_nc_tweaks)
 Set the value of the auxiliary variable grads_nc_tweaks. More...
 

Variables

real(dp), parameter output_m::sec_to_year = 1.0_dp/YEAR_SEC
 

Detailed Description

Writing of output data on files.

Copyright

Copyright 2009-2017 Ralf Greve, Reinhard Calov, Thomas Goelles, Thorben Dunse

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