Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cfontana00 committed Nov 19, 2024
1 parent 1d4cd15 commit 90c18b2
Show file tree
Hide file tree
Showing 6 changed files with 25,397 additions and 1,012 deletions.
135 changes: 0 additions & 135 deletions config/config_LONG

This file was deleted.

3 changes: 3 additions & 0 deletions datasets/BOUSSOLE/read_boussole.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def argument():
plt.plot(profile[:,2],-profile[:,0],c='g',marker='s',\
linestyle='--',alpha=0.7,label='Data')


plt.xlim(left=0)

plt.ylim([-200,0])

plt.title('BOUSSOLE '+d.strftime('%Y-%m-%d'))
Expand Down
11 changes: 5 additions & 6 deletions la_totale.ksh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
###############
# LA TOTALE ! #
###############
###################
# LA TOTALE !!!!! #
###################

#!/bin/ksh

set -x

# Get config name
Expand All @@ -24,13 +23,13 @@ cd ../../plot

for var in 'thetao' 'chl';do
python3 time_series_data_vs_sat.py -c $config -v $var -s CMEMS
python3 plot_2D_data_vs_sat.py -c $config -v $var -s CMEMS
#python3 plot_2D_data_vs_sat.py -c $config -v $var -s CMEMS
python3 plot_sat_timeseries.py -c $config -v $var -s CMEMS
done


#for var in 'chl' 'zooc' 'no3';do
# python3 make_plot_2D.py -c $config -v $var
# python3 make_plot_2D.py -c $config -v $var -l 8
#done


Expand Down
Loading

0 comments on commit 90c18b2

Please sign in to comment.