htcp

Properties of water suspended in clouds
git clone git://git.meso-star.fr/htcp.git
Log | Files | Refs | README | LICENSE

commit d0792b02a7d78928e631f694d6c97480953a7159
parent d91d6dce28e4fcea7d68deebdcc45010522a8390
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Apr 2018 11:13:50 +0200

Add a text file that describes the htcop fileformat

Diffstat:
Adoc/htcop.txt | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/doc/htcop.txt b/doc/htcop.txt @@ -0,0 +1,22 @@ +<htnc> ::= <header> + <definition> + <lower-pos> + <voxel-size> + <RVT> + <RCT> + +<header> ::= <is-Z-irregular> +<definition> ::= <#X> <#Y> <#Z> <#time> +<lower-pos> ::= <double3> +<voxel-size> ::= <double3> [DOUBLE ... ] # optionnal double for irregular Z +<RVT> ::= DOUBLE [DOUBLE ... ] +<RCT> ::= DOUBLE [DOUBLE ... ] + +<double3> ::= DOUBLE DOUBLE DOUBLE + +<#X> ::= INT32 +<#Y> ::= INT32 +<#Z> ::= INT32 +<#time> ::= INT32 + +<is-Z-irregular> ::= INT8