Skip to content

Commit

Permalink
update git actions to checkout PET master (will be reverted after mer…
Browse files Browse the repository at this point in the history
…ge.)
  • Loading branch information
ajkhattak committed Jun 24, 2024
1 parent 2587df9 commit 92f63f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
mod-dir: "extern/evapotranspiration/evapotranspiration"
targets: "petbmi"

- name: Checkout PET master branch (for testing)
run: |
cd extern/evapotranspiration/evapotranspiration
git checkout master
- name: Build SLoTH
id: submod_build_6
uses: ./.github/actions/ngen-submod-build
Expand Down Expand Up @@ -89,5 +94,5 @@ jobs:
- name: Run Ngen Test for CFE (cfe2.0) Couple with PET
run: |
inputfile='extern/cfe/cfe/realizations/realization_cfe_pet_surfnash_calib.json'
inputfile='extern/cfe/cfe/realizations/realization_cfe_pet_surfnash.json'
./ngen-build/ngen ./data/catchment_data.geojson "cat-27" ./data/nexus_data.geojson "nex-26" $inputfile
2 changes: 1 addition & 1 deletion configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Example configuration files are provided in this directory. To build and run the
| giuh_ordinates | *double* | | | parameter_adjustable | | Giuh ordinates in dt time steps |
| num_timesteps | *int* | | | time_info | | set to `1` if `forcing_file=BMI` |
| verbosity | *int* | `0`-`3` | | optional | | prints various debug and bmi info (defaults to 0) |
| surface_water_partitioning_scheme | *char* | `Xinanjiang` or `Schaake` | | parameter_adjustable | infiltraton exces | |
| surface_water_partitioning_scheme | *char* | `Xinanjiang` or `Schaake` | | parameter_adjustable | infiltraton excess | |
| surface_runoff_scheme | *char* | GIUH or NASH_CASCADE | | parameter_adjustable | surface runoff | also supports 1 for GIUH and 2 for NASH_CASCADE; default is GIUH |
| N_nash_surface | *int* | | | parameter_adjustable | surface runoff | number of Nash reservoirs for surface runoff |
| K_nash_surface | *double* | | 1/hour [h^-1] | parameter_adjustable | surface runoff | Nash Config param for surface runoff |
Expand Down

0 comments on commit 92f63f6

Please sign in to comment.