Skip to content
Snippets Groups Projects
Unverified Commit e496fff7 authored by lkugler's avatar lkugler Committed by GitHub
Browse files

Update README.md

parent fb00b4e4
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ Functions return a SLURM ID which can be used to trigger the start of another fu ...@@ -9,8 +9,8 @@ Functions return a SLURM ID which can be used to trigger the start of another fu
- How does it work? - How does it work?
- There are two kinds of code/scripts: One that is run immediately and one that is run later on. - There are two kinds of code/scripts: One that is run immediately and one that is run later on.
- The first one instructs the cluster (SLURM) to do the things you tell it - in the right order - using the right input. - The first one instructs the cluster (SLURM) to do the things you tell it - in the right order - using the right input. Example: [`scheduler.py`](https://github.com/lkugler/DART-WRF/blob/master/scheduler.py)
- The latter kind of code actually does the things. It is not run right away, but when SLURM says "it's your turn now" - which depends on the available resources on the shared cluster. - The latter kind of code actually does the things. It is not run right away, but when SLURM says "it's your turn now" - which depends on the available resources on the shared cluster. Example: [prepare_nature.py](https://github.com/lkugler/DART-WRF/blob/master/scripts/prepare_nature.py) and other files in the `/scripts` folder.
- Can I use it for real weather? - Can I use it for real weather?
- Yes, but you need to [convert your observations into DART format.](https://docs.dart.ucar.edu) - Yes, but you need to [convert your observations into DART format.](https://docs.dart.ucar.edu)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment