-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from KNMI/runadagucfromcmd
ADAGUC can now be runned from python
- Loading branch information
Showing
59 changed files
with
2,739 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,33 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"name": "Win32", | ||
"includePath": [ | ||
"/usr/include/cairo/", | ||
"/usr/include/freetype2/", | ||
"/usr/include/freetype2/", | ||
"/usr/include/hdf5/serial/", | ||
"./hclasses/", | ||
"./CCDFDataModel/", | ||
"./adagucserverEC/", | ||
"${default}" | ||
], | ||
"defines": [ | ||
"${default}" | ||
], | ||
"macFrameworkPath": [ | ||
"${default}" | ||
], | ||
"forcedInclude": [ | ||
"${default}" | ||
], | ||
"compileCommands": "${default}", | ||
"browse": { | ||
"limitSymbolsToIncludedHeaders": true, | ||
"databaseFilename": "${default}", | ||
"path": [ | ||
"${default}" | ||
] | ||
}, | ||
"intelliSenseMode": "${default}", | ||
"cStandard": "${default}", | ||
"cppStandard": "${default}", | ||
"compilerPath": "${default}", | ||
"configurationProvider": "go2sh.cmake-integration" | ||
} | ||
], | ||
"version": 4 | ||
} | ||
"configurations": [ | ||
{ | ||
"name": "ADAGUC", | ||
"includePath": [ | ||
"/usr/include/cairo/", | ||
"/usr/include/freetype2/", | ||
"/usr/include/freetype2/", | ||
"/usr/include/hdf5/serial/", | ||
"./hclasses/", | ||
"./CCDFDataModel/", | ||
"./adagucserverEC/", | ||
"${default}", | ||
"${workspaceRoot}" | ||
], | ||
"defines": ["${default}"], | ||
"macFrameworkPath": ["${default}"], | ||
"forcedInclude": ["${default}"], | ||
"compileCommands": "${default}", | ||
"browse": { | ||
"limitSymbolsToIncludedHeaders": true, | ||
"databaseFilename": "${default}", | ||
"path": ["${default}"] | ||
}, | ||
// "intelliSenseMode": "${default}", | ||
"cStandard": "${default}", | ||
"cppStandard": "${default}", | ||
"compilerPath": "${default}" | ||
// "configurationProvider": "go2sh.cmake-integration" | ||
} | ||
], | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"name": "Debug", | ||
"buildType": "Debug" | ||
}, | ||
{ | ||
"name": "Release", | ||
"buildType": "Release" | ||
}, | ||
{ | ||
"name": "RelWithDebInfo", | ||
"buildType": "RelWithDebInfo" | ||
}, | ||
{ | ||
"name": "MinSizeRel", | ||
"buildType": "MinSizeRel" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"files.associations": { | ||
"random": "cpp" | ||
}, | ||
"cmake.buildDirectory": "${workspaceFolder}/bin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
EXTERNALADDRESS=https://bhw485.knmi.nl/ | ||
ADAGUC_HOME=/nobackup/users/plieger/pliegerhome | ||
ADAGUC_DATA_DIR=/data/adaguc-autowms | ||
ADAGUC_DATA_DIR=/data/adaguc-data | ||
ADAGUC_AUTOWMS_DIR=/data/adaguc-autowms | ||
ADAGUC_DATASET_DIR=/data/adaguc-datasets | ||
ADAGUC_PORT=443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.