Skip to content

Commit

Permalink
fixed the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorva-thanvantri committed Jun 24, 2023
1 parent c9a0675 commit c1e8260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ The `KiD_driver.jl` inside `test/experiments/KiD_driver` folder is
It accepts some command line arguments,
see the `--help` for details.
```bash
julia --project=test/ test/experiments/KiD_driver.jl --help
julia --project=test/ test/experiments/KiD_driver/KiD_driver.jl --help
```

An example command to run the `Kid_driver.jl` from terminal:
```bash
julia --color=yes --project=test test/experiments/KiD_driver/KiD_driver.jl --moisture_choice=NonEquilibriumMoisture --precipitation_choice=Precipitation1M
```

In addition to simulating the 1D rainshaft, Kinematic1D.jl provides tools for calibrating microphysics parameters against availabkle data. The main program for running calibrations is given inside `test/experiments/calibrations` folder. This program is accompanied by the `config.jl` file that defines all the settings for the dynamics, observations, optimization process, and parameters to be calibrated. To run calibrations of microphysics schemes by using Kinematic1D the `config.jl` file needs to be adjusted. Then the program can be called from terminal:
In addition to simulating the 1D rainshaft, Kinematic1D.jl provides tools for calibrating microphysics parameters against available data. The main program for running calibrations is given inside `test/experiments/calibrations` folder. This program is accompanied by the `config.jl` file that defines all the settings for the dynamics, observations, optimization process, and parameters to be calibrated. To run calibrations of microphysics schemes by using Kinematic1D the `config.jl` file needs to be adjusted. Then the program can be called from terminal:
```bash
julia --color=yes --project=test test/experiments/calibrations/run_calibrations.jl
```

0 comments on commit c1e8260

Please sign in to comment.