Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard code python interpreter path in landuse change script #68

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/update_landuse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/g/data/vk83/apps/payu/1.1.5/bin/python
# Copyright 2020 Scott Wales
# author: Scott Wales <[email protected]>
#
Expand Down
3 changes: 0 additions & 3 deletions scripts/update_landuse_driver.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -eu

module use /g/data/vk83/modules
module load payu

# Update land use fields in the end of year restart
# This file will have a name of form aiihca.da??110
year_end_restart=work/atmosphere/aiihca.da??110
Expand Down
Loading