IGModel-SW 1.0

class_TestCase6モジュール

Williamson, et al (1992) のテストケース 6 を実施するためのクラスを提供するモジュール. [詳細]

データ型

type  TestCase6
 球面浅水モデルの標準テスト(Williamson et al, 1992)の TestCase6 を行うクラス. [詳細]
interface  initialize_TestCase
interface  finalize_TestCase

関数/サブルーチン

subroutine init_TestCase6 (self, icgrid_ref)
 TestCase6 クラスのオブジェクトを初期化する.
subroutine finalize_TestCase6 (self)
 TestCase6 クラスのオブジェクトを最終化する.
subroutine, public set_initial_v (self, init_v)
 初期の速度場として, 剛体回転場を設定する(TestCase2 と同じ).
subroutine, public set_initial_h (self, init_h)
 初期の表面高度場を, 初期の速度場である剛体回転場に対して地衡風平衡を満たすように設定する(TestCase2 と同じ).
subroutine, public set_initial_hs (self, init_hs)
 下部境界の地形の高度場として, 孤立した山岳地形を設定する.
subroutine, public timelevel_Updated (self, tstep, dt, v_n, h_n)
 タイムレベルの更新された後の処理を行う.
subroutine calc_init_v ()
subroutine calc_init_h ()
subroutine calc_init_hs ()
real(DP) A (theta)
real(DP) B (theta)
real(DP) C (theta)

変数

real(DP) h_0
real(DP), parameter ome = 7.848d-06
real(DP), parameter K = 7.848d-06
real(DP), parameter R = 4.0d0
real(DP) init_TE
real(DP) init_PE
real(DP) TE
real(DP) PE
type(Field_IcGrid2D), pointer ini_v
type(Field_IcGrid2D), pointer ini_h
type(Field_IcGrid2D), pointer ini_hs

説明

Williamson, et al (1992) のテストケース 6 を実施するためのクラスを提供するモジュール.


関数/サブルーチン

real(DP) class_TestCase6::A ( real(DP),intent(in)  theta) [private]

class_TestCase6.f90508 行で定義されています。

呼出しグラフ:

real(DP) class_TestCase6::B ( real(DP),intent(in)  theta) [private]

class_TestCase6.f90520 行で定義されています。

呼出しグラフ:

real(DP) class_TestCase6::C ( real(DP),intent(in)  theta) [private]

class_TestCase6.f90530 行で定義されています。

呼出しグラフ:

subroutine class_TestCase6::calc_init_h ( ) [private]

class_TestCase6.f90437 行で定義されています。

関数の呼び出しグラフ:

呼出しグラフ:

subroutine class_TestCase6::calc_init_hs ( ) [private]

class_TestCase6.f90485 行で定義されています。

呼出しグラフ:

subroutine class_TestCase6::calc_init_v ( ) [private]

class_TestCase6.f90389 行で定義されています。

呼出しグラフ:

subroutine class_TestCase6::finalize_TestCase6 ( type(TestCase6),intent(inout)  self) [private]

TestCase6 クラスのオブジェクトを最終化する.

引数:
[in,out]selfTestCase6 クラスのオブジェクトの参照.

class_TestCase6.f90255 行で定義されています。

subroutine class_TestCase6::init_TestCase6 ( type(TestCase6),intent(inout)  self,
type(IcGrid2D_FVM),intent(in)  icgrid_ref 
) [private]

TestCase6 クラスのオブジェクトを初期化する.

引数:
[in,out]selfTestCase6 クラスのオブジェクトの参照.
[in]icgrid_refIcGrid2D_FVM クラスのオブジェクトの参照.

class_TestCase6.f90183 行で定義されています。

関数の呼び出しグラフ:

subroutine,public class_TestCase6::set_initial_h ( type(TestCase6),intent(inout)  self,
type(Field_IcGrid2D),intent(inout)  init_h 
)

初期の表面高度場を, 初期の速度場である剛体回転場に対して地衡風平衡を満たすように設定する(TestCase2 と同じ).

引数:
[in,out]selfTestCase6 クラスのオブジェクトの参照.
[in,out]init_h

class_TestCase6.f90296 行で定義されています。

呼出しグラフ:

subroutine,public class_TestCase6::set_initial_hs ( type(TestCase6),intent(inout)  self,
type(Field_IcGrid2D),intent(inout)  init_hs 
)

下部境界の地形の高度場として, 孤立した山岳地形を設定する.

孤立した山岳は以下の式(Williamson, 1992 の式(134)) で与えられる.

引数:
[in,out]selfTestCase6 クラスのオブジェクトの参照.
[in,out]init_hs

class_TestCase6.f90320 行で定義されています。

呼出しグラフ:

subroutine,public class_TestCase6::set_initial_v ( type(TestCase6),intent(inout)  self,
type(Field_IcGrid2D),intent(inout)  init_v 
)

初期の速度場として, 剛体回転場を設定する(TestCase2 と同じ).

引数:
[in,out]selfTestCase6 クラスのオブジェクトの参照.
[in,out]init_v

class_TestCase6.f90272 行で定義されています。

呼出しグラフ:

subroutine,public class_TestCase6::timelevel_Updated ( type(TestCase6),intent(inout)  self,
integer,intent(in)  tstep,
real(DP),intent(in)  dt,
type(Field_IcGrid2D),intent(inout)  v_n,
type(Field_IcGrid2D),intent(inout)  h_n 
)

タイムレベルの更新された後の処理を行う.

時間積分ループにおいて, 物理場管理モジュール(field_manager)の update_timeLevel が呼び出された後に, このサブルーチンは呼び出される.

引数:
[in,out]selfTestCase6 クラスのオブジェクトの参照.
[in]tstep
[in]dt
[in,out]v_n
[in,out]h_n

class_TestCase6.f90345 行で定義されています。

関数の呼び出しグラフ:

呼出しグラフ:


変数

class_TestCase6.f90109 行で定義されています。

type(Field_IcGrid2D),pointer class_TestCase6::ini_h

class_TestCase6.f90170 行で定義されています。

type(Field_IcGrid2D),pointer class_TestCase6::ini_hs

class_TestCase6.f90173 行で定義されています。

type(Field_IcGrid2D),pointer class_TestCase6::ini_v

class_TestCase6.f90167 行で定義されています。

class_TestCase6.f90158 行で定義されています。

class_TestCase6.f90155 行で定義されています。

real(DP),parameter class_TestCase6::K = 7.848d-06

class_TestCase6.f90115 行で定義されています。

real(DP),parameter class_TestCase6::ome = 7.848d-06

class_TestCase6.f90112 行で定義されています。

class_TestCase6.f90164 行で定義されています。

real(DP),parameter class_TestCase6::R = 4.0d0

class_TestCase6.f90118 行で定義されています。

class_TestCase6.f90161 行で定義されています。

 全て クラス ネームスペース ファイル 関数 変数