Choral
Variables
choral_env Module Reference

DEFINITION OF DIRECTORY PATHS More...

Variables

character(len=100), parameter, public choral_dir =trim(DIR)
 CHORAL_DIR = path to choral. More...
 
character(len=100), parameter, public home_dir =trim(HOME)
 HOME_DIR = $HOME. More...
 
character(len=150), parameter, public gmsh_dir =trim(CHORAL_DIR)//'ress/gmsh/'
 path to 'gmsh' directory = CHORAL_DIR/ress/gmsh More...
 
character(len=150), parameter, public app_dir =trim(CHORAL_DIR)//'applications/'
 path to 'applications' directory = CHORAL_DIR/applications More...
 
character(len=150), parameter, public gnuplot_dir =trim(CHORAL_DIR)//'ress/gnuplot/'
 path to 'gnuplot' directory = CHORAL_DIR/ress/gmsh More...
 

Detailed Description

DEFINITION OF DIRECTORY PATHS

Environment directory paths are defined here:

Author
Charles Pierre, april 2019.

Variable Documentation

◆ app_dir

character(len=150), parameter, public choral_env::app_dir =trim(CHORAL_DIR)//'applications/'

path to 'applications' directory = CHORAL_DIR/applications

Definition at line 36 of file choral_env.f90.

◆ choral_dir

character(len=100), parameter, public choral_env::choral_dir =trim(DIR)

CHORAL_DIR = path to choral.

Definition at line 27 of file choral_env.f90.

◆ gmsh_dir

character(len=150), parameter, public choral_env::gmsh_dir =trim(CHORAL_DIR)//'ress/gmsh/'

path to 'gmsh' directory = CHORAL_DIR/ress/gmsh

Definition at line 33 of file choral_env.f90.

◆ gnuplot_dir

character(len=150), parameter, public choral_env::gnuplot_dir =trim(CHORAL_DIR)//'ress/gnuplot/'

path to 'gnuplot' directory = CHORAL_DIR/ress/gmsh

Definition at line 39 of file choral_env.f90.

◆ home_dir

character(len=100), parameter, public choral_env::home_dir =trim(HOME)

HOME_DIR = $HOME.

Definition at line 30 of file choral_env.f90.