forked from menta78/adriaClimIndicators
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
monthlyAggregateBFMData.py, script to postprocess the raw BFM output …
…for the paper on biogeochemistry
- Loading branch information
Lorenzo Mentaschi
committed
Apr 21, 2023
1 parent
719eadd
commit 60b9dea
Showing
3 changed files
with
114 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
#SBATCH --account=uBOC2_mentasc | ||
#SBATCH --partition=g100_all_serial | ||
##SBATCH --partition=g100_usr_prod | ||
##SBATCH --qos=noQOS | ||
#SBATCH --mem=30G | ||
#SBATCH --nodes 1 | ||
#SBATCH --ntasks-per-node=1 | ||
#SBATCH --time=4:00:00 | ||
#SBATCH --job-name=monthlyAggregateBFMData | ||
#SBATCH --output=monthlyAggregateBFMData_%j.out | ||
#SBATCH --error=monthlyAggregateBFMData_%j.err | ||
#SBATCH --mail-user=lorenzo.mentaschi@unibo.it | ||
|
||
py=/g100/home/userexternal/lmentasc/usr/Miniconda3/bin/python3.9 | ||
|
||
rm BFM_1monclim* BFM_monthly* | ||
$py monthlyAggregateBFMData.py |