File: README

package info (click to toggle)
adios 1.13.1-31
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,692 kB
  • sloc: ansic: 133,236; f90: 8,791; sh: 7,779; python: 7,648; xml: 3,793; makefile: 2,996; cpp: 2,340; java: 626; sed: 16; perl: 8
file content (41 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
executables:
  adios_lint
  -- check the XML file for correctness. No news is good news.
  -- USAGE: ./adios_lint <config.xml>

  bpdump
  -- convert bp format to netcdf format
  -- USAGE: ./bpdump [-d [var]|--dump [var]] <filename>

  bp2h5
  -- convert bp format to netcdf format
  -- USAGE: ./bp2h5 XXXX.bp (XXXX.h5)

  bp2ascii
  -- convert bp format to netcdf format
  -- USAGE: ./bp2ascii XXXX.bp -C[-c] col_name

  bp2ncd
  -- convert bp format to netcdf format
  -- USAGE: ./bp2ncd XXXX.bp (XXXX.h5)
   
  bp2ncdphi
  (gtc: RUNcoord.bp PHI_00000.bp)
  -- convert bp format to netcdf format
  -- merge the array with the same variable name
  -- the array index is abstracted from "path_name"
  -- USAGE: bp2ncdphi XXXX.bp (XXXX.h5)

  bp2ncdxgc
  (xgc: flowdiag.bp fluxdiag.bp)
  -- convert bp format to netcdf format
  -- merge the array with the same variable name
  -- the array index is abstracted from "istep" scalar var
  -- USAGE: bp2ncdxgc XXXX.bp (XXXX.h5)

FOLDER  gwrite
  -- gwrite.py and xmlparser.py
  -- example of how to modify makefile
  -- save the expanded version of source codes in the current folder to the user-defined folder name 
  -- USAGE: python gwrite.py folder_name