Skip to content

Run river models (cbp and om) with slurm & manual #171

@rburghol

Description

@rburghol

Run commands here @COBrogan

Manual Run with meta_model

run_model om 201 JA2_7410_7470 auto river run 01

Manual Run with om/php

  • Use: php -f /var/www/html/om/run_model.php elementid runid method(cached_meta_model) startdate(YYYY-MM-DD) enddate(YYYY-MM-DD) -1 -1 1 0 200
cd /var/www/html/om
php -f run_model.php 214595 200 cached_meta_model 1998-01-01 2002-12-31 -1 -1 1 0 200

Batch slurm runners srun_...

srun_river scenario riverseg ["riverseg list"]

for basin in T MN O; do
  for i in `cbp get_riversegs $basin`; do
    ./srun_river 400 $i $i
  done
done

`./sanalyze_river [runid] [basin outlet] [seglist (default=all)] [step]

  • Will run just the analysis step for the basin in question
  • If you enter ./sanalyze_river 11 [basin] all [step] with non-blank step it will only run the indicated workflow step.
  • Example: ./sanalyze_river 11 T all 05

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Tasks & Related Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions