Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
ORCHESTRA-SST
Commits
0fc47e2c
Commit
0fc47e2c
authored
4 years ago
by
Beatriz Recinos
Browse files
Options
Download
Email Patches
Plain Diff
corrected paths to drifters
parent
c0e2406d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
config.ini
config.ini
+1
-1
src/run_plot.slurm
src/run_plot.slurm
+3
-3
No files found.
config.ini
View file @
0fc47e2c
...
...
@@ -3,7 +3,7 @@ repo_path = '/home/users/brecinos/ORCHESTRA/'
satellite_sst
=
'/neodc/esacci/sst/data/CDR_v2/Analysis/L4/v2.1/'
drifters_sst
=
'/gws/nopw/j04/glosat/development/data/interim/HOSTACE_PROC/MFILES_DRIFT/'
drifters_sst
=
'/gws/nopw/j04/glosat/development/data/interim/HOSTACE_PROC/
TEST_CONFIG/output_data/
MFILES_DRIFT/'
plots_path
=
'/home/users/brecinos/ORCHESTRA/plots/'
...
...
This diff is collapsed.
Click to expand it.
src/run_plot.slurm
View file @
0fc47e2c
#!/bin/bash
#SBATCH --partition=short-serial
#SBATCH --array=1-
29
#SBATCH --array=1-
31
#SBATCH --job-name=sst_buoy_2004
#SBATCH --output=../slurm_log_output/sst_buoy_2004_01_%A_%a.out
#SBATCH --error=../slurm_log_output/sst_buoy_2004_01_%A_%a.err
...
...
@@ -12,13 +12,13 @@ source activate ~/miniconda3/envs/sst
year
=
2004
start_month
=
1
start_day
=
1
month
=
2
month
=
1
echo
"starting from
$year
$start_month
$start_day
"
echo
"and plotting for
$month
"
echo
"the following day
$SLURM_ARRAY_TASK_ID
"
python ~/ORCHESTRA/scripts/plot_cci_buoy_
zonal
.py
$year
$start_month
$start_day
$month
$SLURM_ARRAY_TASK_ID
python ~/ORCHESTRA/scripts/plot_cci_buoy_
error
.py
$year
$start_month
$start_day
$month
$SLURM_ARRAY_TASK_ID
echo
"Done slurm task ID =
$SLURM_ARRAY_TASK_ID
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment