Merge regridding tables
    Top > Products > 回転楕円体格子変換内挿テーブル生成パッケージ > v01.03.04 > 基本機能
    目次
    + ブロック「input」 + ブロック「output」 + ブロック「options」 + 例1. 領域分割されたNICAM格子と緯度経度格子との内挿テーブルの統合 + 例2. 河道有り陸面と河道無し陸面とで分けられたMATSIRO格子と緯度経度格子との内挿テーブルの統合

    ブロック「input」
     入力データを設定するブロック. 変数一覧
    Key Data type Description Default value
    dir path Parent directory of the paths of the files below ''
    length_rt integer Length of the regridding table
    f_rt_sidx file Input file of the index of the source grid of the regridding table '', int4, 1, little
    f_rt_tidx file Input file of the index of the target grid of the regridding table '', int4, 1, little
    f_rt_area file Input file of the area of the intersection of the regridding table '', dble, 1, little
    f_rt_coef file Input file of the interpolation coefficient of the regridding table '', dble, 1, little
    length_grid integer Length of the grid data (f_grdidx, f_grdara)
    f_grdidx file Input file of the index of the grid '', int4, 1, little
    f_grdara file Input file of the area of the grid '', dble, 1, little
    idx_miss integer Missing value of grid index -9999
    opt_idx_duplication character An option for duplication of index ['sum'|'stop'] 'stop'
    dir  各ファイルの親ディレクトリ.

    ブロック「output」
     出力を設定するブロック. 変数一覧
    Key Data type Description Default value
    dir path Parent directory of the paths of the files below ''
    f_rt_sidx file Output file of the index of the source grid of the regridding table '', int4, 1, little
    f_rt_tidx file Output file of the index of the target grid of the regridding table '', int4, 1, little
    f_rt_area file Output file of the area of the intersection of the regridding table '', dble, 1, little
    f_rt_coef file Output file of the interpolation coefficient of the regridding table '', dble, 1, little
    grid_coef character Which grid area is used as the denominator in calculating coefficient target
    grid_sort character Which grid index is used to sort the regridding table target
    opt_coef_sum_modify real Sum. of coef. for each grid of grid_coef is modified to this value (not specified)
    opt_coef_sum_modify_ulim real Sum. of coef. for each grid of grid_coef is modified to this value if it exceeded this value (not specified)
    opt_coef_zero_positive real Coef. is eliminated if it is less than this value and greater than zero (not specified)
    opt_coef_zero_negative real Coef. is eliminated if it is greater than this value and less than zero (not specified)
    opt_coef_error_excess real Raise error if coef. exceeded 1.0+(this value) (not specified)
    opt_coef_sum_error_excess real Raise error if sum. of coef. for the grid grid_coef exceeded 1.0+(this_value) (not specified)
    f_grdidx file Grid index '', int4, 1, little
    f_grdara file Grid area '', dble, 1, little

    ブロック「options」

    例1. 領域分割されたNICAM格子と0.5°格子との内挿テーブルの統合

    例2. 河道有り陸面と河道無し陸面とで分けられたMATSIRO格子と0.5°格子との内挿テーブルの統合