FLEXPART Testing Environment CTBTO WO8
 All Classes Namespaces Files Functions Variables Pages
Variables
flextest.test1 Namespace Reference

Variables

string src_distro = '/tmp/fpsrc'
 
string destdir = '/tmp/xx'
 
string makefile = 'makefile.gfs_gfortran'
 
string exec_name = 'FLEXPART_GFS_GFORTRAN'
 
 good_init = False
 
tuple exec_obj
 
tuple success = exec_obj.compile_it()
 

Variable Documentation

string flextest.test1.destdir = '/tmp/xx'

Definition at line 6 of file test1.py.

string flextest.test1.exec_name = 'FLEXPART_GFS_GFORTRAN'

Definition at line 8 of file test1.py.

tuple flextest.test1.exec_obj
Initial value:
1 = Fexec.FlexpartExecutable(srcdir=src_distro, destdir=destdir,
2  makefile=makefile,
3  executable_name=exec_name)

Definition at line 12 of file test1.py.

flextest.test1.good_init = False

Definition at line 10 of file test1.py.

string flextest.test1.makefile = 'makefile.gfs_gfortran'

Definition at line 7 of file test1.py.

string flextest.test1.src_distro = '/tmp/fpsrc'

Definition at line 5 of file test1.py.

tuple flextest.test1.success = exec_obj.compile_it()

Definition at line 23 of file test1.py.