関数TF_read_stations マニュアル

(The documentation of function TF_read_stations)

Last Update: 2024/2/20


◆機能・用途(Purpose)

観測点リストの読み込みと処理を行う。
Read and process a station list.


◆形式(Format)

#include "waterPML_sub/station.h"
inline struct TF_station ∗TF_read_stations
(struct waterPML_parameters ∗parameters,struct grid stg, char ∗const ∗type)


◆引数(Arguments)

parameters 関数TF_set_parameters によってメンバの値の設定を済ませた構造体。 関数内でメンバNstationの値が設定される。
A structure whose members were set by function TF_set_parameters. The value of member Nstation is set in this function.
stg 関数 TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, TF_set_mu_index, TF_set_alpha_index, TF_set_c, TF_set_f によって値を設定した構造体。 関数内でメンバindexの観測点リストに対応する配列要素の 設定が行われる。
A structure whose values have been given by functions TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, TF_set_mu_index, TF_set_alpha_index, TF_set_c, and TF_set_f. The values of array components of member index corresponding to the station list are determined in this function.
type 関数TF_set_type, TF_set_material_type によって値を設定した 2次元配列type
A 2-D array type whose values have been set by functions TF_set_type and TF_set_material_type.


◆戻り値(Return value)

観測点情報を並べた配列。 観測点座標は最寄りの格子セル中心点で近似した値を返す。
An array composed of the station information, where the station coordinates are approximated by the center of the nearest grid cell.