datafiles

Module

Description

Interface to routine to search for external data files This module just provides the url and environment variable settings that are specific to Phantom

References:

None

Owner:

Daniel Price

Runtime parameters:

None

Dependencies:

datautils, io, mpiutils

Quick access

Routines:

find_phantom_datafile(), map_dir_to_web()

Subroutines and functions

function  datafiles/find_phantom_datafile(filename, loc)
Parameters:
  • filename [character,in]

  • loc [character,in]

Return:

find_phantom_datafile [character]

Use :

datautils (find_datafile()), io (id(), master()), mpiutils (barrier_mpi())

Called from:

eos_helmholtz_init(), read_rhotab_wrapper()

Call to:

find_datafile(), map_dir_to_web()

function  datafiles/map_dir_to_web(search_dir)
Parameters:

search_dir [character,in]

Return:

url [character]

Called from:

find_phantom_datafile()