Verified Commit ace9e3ac authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Add empty models directory

So docker images build even if you haven't downloaded any FMU models
parent 6108235d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
.vscode
models
/models/*
!/models/README.md
data

# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,python,git
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@

REST API that allows running and querying the results from the ExaDigit simulation and RAPS.

## Downloading FMU models
You can run the job and power simulation without downloading any FMU models. But to use the cooling
simulation you'll need to download FMU models into the `models` directory. You can download
`Simulator_olcf5_base.fmu` from https://code.ornl.gov/exadigit/fmu-models if you have access.


## Deploying
To deploy the server, run
```bash

models/README.md

0 → 100644
+2 −0
Original line number Diff line number Diff line
# FMU Models
Place FMU models here.