Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JethandHotman authored Oct 29, 2024
1 parent bf4483f commit 3aa6554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Latitude = [-45,-25]
Longitude = [15,35]
variables = ["analysed_sst"]
my_time = (datetime.now() - timedelta(3)).strftime('%Y-%m-%d')
my_time = (datetime.now() - timedelta(2)).strftime('%Y-%m-%d')
output_fname = 'OSTIA_SST_SA_' + my_time +'.nc'
#print('Date: ', my_time)

Expand Down Expand Up @@ -187,8 +187,8 @@
Data_ID = 'cmems_mod_glo_phy-thetao_anfc_0.083deg_PT6H-i'

variables = ["thetao"]
Start_date = (datetime.now() - timedelta(4)).strftime('%Y-%m-%d')
End_date = (datetime.now() + timedelta(6)).strftime('%Y-%m-%d')
Start_date = (datetime.now() - timedelta(3)).strftime('%Y-%m-%d')
End_date = (datetime.now() + timedelta(5)).strftime('%Y-%m-%d')
output_fname = 'Forcast_SST_SA_' + Start_date +'.nc'
depth = 0.49402499198913574

Expand Down

0 comments on commit 3aa6554

Please sign in to comment.