ase:nc
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| ase:nc [2019/05/21 18:46] – [コンストラクタパラメータ] kimi | ase:nc [2022/08/23 13:34] (現在) – 外部編集 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== ncファイル ====== | ====== ncファイル ====== | ||
| - | ===== コンストラクタパラメータ | + | ===== summary |
| <code python> | <code python> | ||
| jacapo = Jacapo(nc = ' | jacapo = Jacapo(nc = ' | ||
| 行 6: | 行 6: | ||
| jacapo.set_nc(nc=' | jacapo.set_nc(nc=' | ||
| </ | </ | ||
| - | get_nc(self) set_nc(self, nc=' | + | |
| - | ===== クラスメソッド | + | ===== コンストラクタ ===== |
| + | output netcdf file, or input file if nc already exists | ||
| + | <code python> | ||
| + | jacapo = Jacapo(nc = ' | ||
| + | </ | ||
| + | ===== set_nc ===== | ||
| + | set filename for the netcdf and text output for this calculation | ||
| + | <code python> | ||
| + | jacapo = Jacapo() | ||
| + | jacapo.set_nc(nc = ' | ||
| + | </ | ||
| + | ==== Parameters | ||
| + | |nc | string | filename for netcdf file | | ||
| + | |||
| + | if the ncfile attached to the calculator is changing, the old | ||
| + | file will be copied to the new file if it doesn not exist so | ||
| + | that all the calculator details are preserved. Otherwise, the | ||
| + | |||
| + | if the ncfile does not exist, it will get initialized. | ||
| + | |||
| + | the text file will have the same basename as the ncfile, but | ||
| + | with a .txt extension. | ||
| + | ===== get_nc ===== | ||
| + | return the ncfile used for output | ||
| + | <code python> | ||
| + | jacapo = Jacapo(nc = ' | ||
| + | print jacapo.get_nc() | ||
| + | </ | ||
ase/nc.1558431987.txt.gz · 最終更新: (外部編集)