Skip to content
README.md 694 B
Newer Older
Christoph Knote's avatar
Christoph Knote committed
# WRFotron

Installation instructions

1. Machine profile
  a create file with all commands to be executed prior to run start, e.g. loading modules: 
    `machine_profiles/your_machine.bash`
  * link to root level as profile.bash
    `ln -s machine_profiles/your_machine.bash profile.bash`

2. Experiment setup
  * create a new experiment folder in blueprints, following the example
  `cp -r blueprints/example blueprints/your_experiment`
  * create an experiment config for your machine
  `cp -r blueprints/your_experiment/machine_specific/machine_example blueprints/your_experiment/machine_specific/your_machine`
  * adapt config.bash and the batch preambles in that folder to your machine