Use ASAGI_INPUT_DIR in MPI version

parent f5054b7f
...@@ -201,8 +201,8 @@ int main( int argc, char** argv ) { ...@@ -201,8 +201,8 @@ int main( int argc, char** argv ) {
simulationArea[2] = -2450000; simulationArea[2] = -2450000;
simulationArea[3] = 1450000; simulationArea[3] = 1450000;
SWE_AsagiScenario l_scenario( "/work/breuera/workspace/geo_information/output/tohoku_gebco_ucsb3_500m_hawaii_bath.nc", SWE_AsagiScenario l_scenario( ASAGI_INPUT_DIR "tohoku_gebco_ucsb3_500m_hawaii_bath.nc",
"/work/breuera/workspace/geo_information/output/tohoku_gebco_ucsb3_500m_hawaii_displ.nc", ASAGI_INPUT_DIR "tohoku_gebco_ucsb3_500m_hawaii_displ.nc",
(float) 14400., simulationArea); (float) 14400., simulationArea);
#else #else
// create a simple artificial scenario // create a simple artificial scenario
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment