Commit 0fc47e2c authored by Beatriz Recinos's avatar Beatriz Recinos
Browse files

corrected paths to drifters

parent c0e2406d
......@@ -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/'
......
#!/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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment