SICOPOLIS V3.3
Functions/Subroutines | Variables
output_m Module Reference

Writing of output data on files. More...

Functions/Subroutines

subroutine, public 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 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 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 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 set_grads_nc_tweaks (grads_nc_tweaks)
 Set the value of the auxiliary variable grads_nc_tweaks. More...
 

Variables

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

Detailed Description

Writing of output data on files.

Function/Subroutine Documentation

subroutine, public output_m::borehole ( real(dp), dimension(0:jmax,0:imax), intent(in)  field,
real(dp), intent(in)  x_pos,
real(dp), intent(in)  y_pos,
real(dp), intent(in)  dxi,
real(dp), intent(in)  deta,
character (len=*), intent(in)  ch_grid,
real(dp), intent(out)  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.

Definition at line 5556 of file output_m.F90.

subroutine, public output_m::output1 ( character(len=100), intent(in)  runname,
real(dp), intent(in)  time,
real(dp), intent(in)  delta_ts,
real(dp), intent(in)  glac_index,
real(dp), intent(in)  z_sl,
logical, intent(in)  flag_3d_output,
integer(i4b), intent(inout)  ndat2d,
integer(i4b), intent(inout)  ndat3d 
)

Writing of time-slice files in native binary or NetCDF format.

Definition at line 59 of file output_m.F90.

subroutine, public output_m::output2 ( 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 on file in ASCII format (and optionally in NetCDF format).

Definition at line 3377 of file output_m.F90.

subroutine, public output_m::output4 ( 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 of the deep ice cores on file in ASCII format (and optionally in NetCDF format).

Definition at line 4721 of file output_m.F90.

subroutine output_m::set_grads_nc_tweaks ( logical, intent(out)  grads_nc_tweaks)

Set the value of the auxiliary variable grads_nc_tweaks.

Definition at line 5630 of file output_m.F90.

Variable Documentation

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

Definition at line 44 of file output_m.F90.