|
subroutine | mod_station_timeseries::station_name_list_initialize |
|
subroutine | mod_station_timeseries::station_name_list_print |
|
subroutine | mod_station_timeseries::station_name_list_read |
|
subroutine | mod_station_timeseries::read_station_file |
|
subroutine | mod_station_timeseries::out_station_timeseries |
|
subroutine | mod_station_timeseries::write_netcdf_setup |
|
subroutine | mod_station_timeseries::putvar1d_real (i1, i2, n1, n1gl, kt, k1, map_type, var, nc_fid, vid, myid, nprocs, ipt, stk) |
|
subroutine | mod_station_timeseries::putvar2d_real (i1, i2, n1, n1gl, kt, k1, map_type, var, nc_fid, vid, myid, nprocs, ipt, stk) |
|
subroutine | mod_station_timeseries::putvar1d_int (i1, i2, n1, n1gl, kt, k1, map_type, var, nc_fid, vid, myid, nprocs, ipt, stk) |
|
subroutine | mod_station_timeseries::putvar2d_int (i1, i2, n1, n1gl, kt, k1, map_type, var, nc_fid, vid, myid, nprocs, ipt, stk) |
|
subroutine | mod_station_timeseries::putvar_char (i1, i2, var, nc_fid, vid, myid, nprocs, ipt, stk) |
|
subroutine | mod_station_timeseries::triangle_grid_edge_gl |
|
|
logical | mod_station_timeseries::out_station_timeseries_on |
|
character(len=80) | mod_station_timeseries::station_file |
|
character(len=80) | mod_station_timeseries::location_type |
|
logical | mod_station_timeseries::out_elevation |
|
logical | mod_station_timeseries::out_velocity_3d |
|
logical | mod_station_timeseries::out_velocity_2d |
|
logical | mod_station_timeseries::out_wind_velocity |
|
logical | mod_station_timeseries::out_salt_temp |
|
character(len=80) | mod_station_timeseries::out_interval |
|
integer | mod_station_timeseries::nsta |
|
character(len=20), dimension(:), allocatable | mod_station_timeseries::name_sta |
|
real(sp), dimension(:), allocatable | mod_station_timeseries::lat_sta |
|
real(sp), dimension(:), allocatable | mod_station_timeseries::lon_sta |
|
real(sp), dimension(:), allocatable | mod_station_timeseries::h_sta |
|
integer, dimension(:), allocatable | mod_station_timeseries::node_sta |
|
integer, dimension(:), allocatable | mod_station_timeseries::element_sta |
|
integer, dimension(:), allocatable | mod_station_timeseries::idummy |
|
integer, dimension(:), allocatable | mod_station_timeseries::ntvegl |
|
integer, dimension(:,:), allocatable | mod_station_timeseries::nbvegl |
|
type(time) | mod_station_timeseries::interval_time_series |
|
type(time) | mod_station_timeseries::time_series |
|
integer | mod_station_timeseries::kd_start |
|
type(time) | mod_station_timeseries::kdd |
|
type(time) | mod_station_timeseries::kdd1 |
|
character(len=120), public | mod_station_timeseries::netcdf_timestring |
|