Skip to content

Commit

Permalink
Updated example slurm and python global for new updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Nov 8, 2023
1 parent eb3b1a7 commit cd974bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ You can also download and generate global gridded canopy-app inputs using Python
#SBATCH --mem-per-cpu=1000GB # Request nGB RAM per core

conda activate canopy-app
python python/global_data_process.py
python python/global_data_process.py 2020071512000,2020071612000,2020071712000
srun canopy
```
2 changes: 1 addition & 1 deletion run_canopy_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
#SBATCH --mem-per-cpu=1000GB # Request nGB RAM per core

conda activate canopy-app
python python/global_data_process.py
python python/global_data_process.py 2020071512000,2020071612000,2020071712000
srun canopy

0 comments on commit cd974bf

Please sign in to comment.