操作方法

ProjectExplorerには、表示内容をオプションで指定するオプションモードと、対話的に表示させる内容を指定するインタラクティブモードの2種類の起動方法があります。

オプションモード:

書式

ProjectExplorer [-B] [-C] [-K] [-S] [-R] <ProjectName> [<InfoLevel(0 or 1)>]

説明

入力

説明

ProjectName

読み込むGMSプロジェクト名を指定します。

InfoLevel

表示する情報のレベルを指定します(0 デフォルト内容表示、1全内容を表示)。指定しない場合は0となります。

B

境界面情報を表示

C

座標情報表示

K

構造情報表示

S

震源情報表示

R

観測点情報表示

 

実行例

./ProjectExplorer -B ex2a

 

出力例(標準出力画面)

各オプションのデフォルト内容の出力結果を以下に示します。

 

境界面情報:

##CellSizeX,CellSizeY 100,100

##NumofCellX,NumofCellY 1021,721

##MaxDepth 35000

##NumofBoundary 6

##BoundNo.,UpperMediaNo.,MaxDepth[m],MinDepth[m]

 1,1,750,0

 2,2,1900,0

 3,3,3600,67

 4,4,4000,4000

 5,5,19000,19000

 6,6,27000,27000

 

座標情報:

##AffineMatrix

 90899.9 51387.3 0

 -63648.8 73388.7 0

 0 0 1

##AffineVector

 -1.02941e+07

 -7.67673e+06

 0

##(Lat1,Lon1),(Lat2,Lon2),(Lat3,Lon3),(Lat4,Lon4)

 (36.3096,136.094),(37.0626,136.747),(35.9374,136.753),(36.6904,137.406)

 

構造情報:

##GridSizeX0,GridSizeY0,GridSizeZ0,GridSizeX1,GridSizeY1,GridSizeZ1 100,100,100,300,300,300

##NumofGridX0,NumofGridY0,NumofGridZ0,NumofGridX1,NumofGridY1,NumofGridZ1 1021,721,39,341,241,106

##NumofPhysProp. 7

##CentralFreqForQ 1

 

震源情報:

##NumofSource 1170

 

観測点情報:

##NumofStation 54

 

インタラクティブモード:

書式

ProjectExplorer <ProjectName>

説明

ProjectNameには、読み込むGMSプロジェクト名を指定します。

実行後、画面に表示されるメッセージに返答する形式で、対話的に情報を表示させることができます。

 

実行例

./ProjectExplorer ex2a

 

出力例(標準出力画面)

インタラクティブモードの典型的な実行例を以下に示します。

 

>Enter Number(0-5)

 1:Boundary, 2:Coordinate, 3:Structure, 4:Source, 5:Station, 0:Quit

1

>>Enter Number(0-1)

 1:CellSize, 2:NumofCell, 3:MaxDepth, 4:NumofBoundary, 5:PropertyIndex, 6:AllofPlaneDepth, 7:Default, 8:All, 9

:ReturnToTop, 0:Quit

1

##CellSizeX,CellSizeY 100,100

>>Enter Number(0-1)

 1:CellSize, 2:NumofCell, 3:MaxDepth, 4:NumofBoundary, 5:PropertyIndex, 6:AllofPlaneDepth, 7:Default, 8:All, 9:ReturnToTop, 0:Quit

9

>Enter Number(0-5)

 1:Boundary, 2:Coordinate, 3:Structure, 4:Source, 5:Station, 0:Quit

3

>>Enter Number(0-1)

 1:GridSize, 2:NumofGrid, 3:NumofPhysicalProperty, 4:PhysicalProperty, 5:CeltralFreqForQ, 6:Default, 7:All, 8:ReturnToTop, 0:Quit

2

##NumofGridX0,NumofGridY0,NumofGridZ0,NumofGridX1,NumofGridY1,NumofGridZ1 1021,721,39,341,241,106

>>Enter Number(0-1)

 1:GridSize, 2:NumofGrid, 3:NumofPhysicalProperty, 4:PhysicalProperty, 5:CeltralFreqForQ, 6:Default, 7:All, 8:ReturnToTop, 0:Quit

0