Skip to content

Commit 44c05c5

Browse files
authored
Merge pull request #17 from cemac/publicfacingcode
🔀 Publicfacingcode
2 parents 4c8ba05 + 86d63c3 commit 44c05c5

200 files changed

Lines changed: 175 additions & 159673 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NAM_data/raw/*/
1616
CALPUFF_OUT/CALMET/*/
1717
CALPUFF_OUT/CALPUFF/*/
1818
vis/*/
19-
19+
CALPUFF_SRC/*/*
2020
CALPUFF_INP/terrel.inp
2121
CALPUFF_INP/ctgproc.inp
2222
CALPUFF_INP/makegeo.inp
@@ -36,6 +36,9 @@ grabAQfiles.sh
3636

3737
Python/__pycache__/
3838
Python/*.pyc
39+
Python/*/*.pyc
40+
Python/*/__pycache__/
41+
Python/analysis_tools/*.txt
3942

4043
CALPUFF_EXE/*.exe
4144
CALPUFF_EXE/libraries/lib*

CALPUFF_EXE/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Directory for the CALPUFF executables
66

77
## Build (recommended)
88

9-
If your system has intel compilers ./Run_ext.sh will check if the executables exist here,
10-
and build them here if not.
9+
If your system has intel compilers ./Run_ext.sh will check if the executables exist here, and build them here if not.
1110

1211
## Prebuilt option (available on request)
12+
1313
The current set up uses proprietary intel compilers, if these are not available the executables must be place here alongside the relevant libraries in the libraries folder. Runing ./Run_ext.sh will add to the library path and use the prebuilt executables.
1414

1515
## Future

CALPUFF_EXE/libraries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# libraries
1+
# Libraries
22

3-
For prebuilt option only. Required library files to be place here.
3+
If pre-built executables have been used additional library files will also be required and be place here.

CALPUFF_INP/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# USER editable INPUT FILES
2+
3+
All user-editable input files for the various parts of the CALPUFF system are stored in subdirectory `CALPUFF_INP`.
4+
5+
* Template versions of these files have been set up specifically for the Masaya case and are version controlled.
6+
7+
* Various run-specific fields (e.g. run date) are then filled in at run-time.
8+
9+
Information on each input file can be found in the WIKI.
10+
11+
* [TERREL](https://github.com/cemac/UNRESPForecastingSystem/wiki/terrel.inp)
12+
* [ctgproc](https://github.com/cemac/UNRESPForecastingSystem/wiki/ctgproc.inp)
13+
* [makegeo.inp](https://github.com/cemac/UNRESPForecastingSystem/wiki/makegeo.inp)
14+
* [calmet.inp](https://github.com/cemac/UNRESPForecastingSystem/wiki/calmet.inp)
15+
* [calpuf.inp](https://github.com/cemac/UNRESPForecastingSystem/wiki/calpuf.inp)
File renamed without changes.

CALPUFF_MODS/CALPUFF/README.md

Whitespace-only changes.

CALPUFF_MODS/CTGPROC/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)