関数TF_read_water_ini マニュアル
(The documentation of function
TF_read_water_ini
)
Last Update: 2024/3/7
◆機能・用途
(Purpose)
水域の設定を
struct TF_lake型構造体
に読み込む。
Read the configuration of water-filled regions into a
struct TF_lake
-type structure
.
◆形式
(Format)
#include "waterPML_sub/water.h"
inline struct TF_lake ∗TF_read_water_ini
(const struct waterPML_parameters parameters)
◆引数
(Arguments)
parameters
関数TF_set_parameters
によってメンバの値の設定を済ませた構造体。
A structure whose members were set by
function
TF_set_parameters
.
◆戻り値
(Return value)
各水域の設定を並べた配列。
An array composed of the configurations for individual water-filled regions.