/promote_wrfchem_scripts

BASH scripts for setting up and running WRF-Chem for the PROMOTE project

Primary LanguageNCLGNU General Public License v3.0GPL-3.0

promote_wrfchem_scripts

BASH scripts for setting up and running WRF-Chem for the PROMOTE project

Scripting requirements:

Once you've cloned the repository you will need to invoke te git submodule command to load the required libraries:

git submodule init
git submodule update

Initial Scenario setup:

  • edit local_settings.txt
  • edit RUN_STEP_1_2_batch_script.sh
    • set the path to the local_settings.txt file:
    • set the scenario names
  • setup running directories (Steps 1 & 2):
    • ./RUN_STEP_1_2_batch_script.sh

Running each time period:

  • edit RUN_STEP_3_batch_script.sh
    • set the path to the local_settings.txt file:
    • set the scenario names
    • set the time setting file
  • setup the time period information:
    • ./RUN_STEP_3_batch_script.sh
  • edit Running_Scripts/batch_array_promote.sh:
    • set the number of array jobs:
    • e.g. -J 1-4 (for 4 jobs)
    • set the walltime
    • set variables:
    • WORK_ROOT
    • SCENARIOS (matching number of array jobs)
  • edit Running_Scripts/gather_outputs_templates.sh:
    • set the script, work, and output directories
  • submit the batch jobs:
    • cd Running_Scripts
    • qsub batch_array_promote.sh