SICOPOLIS V3.3
Functions/Subroutines
read_m Module Reference

Reading of several input data. More...

Functions/Subroutines

subroutine, public read_erg_nc (z_sl, filename)
 Reading of time-slice files in native binary or NetCDF format. More...
 
subroutine, public read_target_topo_nc (target_topo_dat_name)
 Reading of the target-topography file (in NetCDF format). More...
 
subroutine, public read_kei ()
 Reading of the tabulated kei function. More...
 
subroutine, public read_phys_para ()
 Reading of physical parameters. More...
 
subroutine read_phys_para_value (para, n_unit)
 Reading of a value of a physical parameter from the phys_para file. More...
 

Detailed Description

Reading of several input data.

Function/Subroutine Documentation

subroutine, public read_m::read_erg_nc ( real(dp), intent(out)  z_sl,
character(len=100), intent(in)  filename 
)

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

Definition at line 50 of file read_m.F90.

subroutine, public read_m::read_kei ( )

Reading of the tabulated kei function.

Definition at line 765 of file read_m.F90.

subroutine, public read_m::read_phys_para ( )

Reading of physical parameters.

Definition at line 813 of file read_m.F90.

subroutine read_m::read_phys_para_value ( real(dp), intent(out)  para,
integer(i4b), intent(in)  n_unit 
)

Reading of a value of a physical parameter from the phys_para file.

Definition at line 900 of file read_m.F90.

subroutine, public read_m::read_target_topo_nc ( character(len=100), intent(in)  target_topo_dat_name)

Reading of the target-topography file (in NetCDF format).

Definition at line 672 of file read_m.F90.