Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Creating a time series plot between different simulations

thenaga021

New member
Hi, I'm trying to create a 3-hourly time series plot of slp and match it to the JMA best track data. However, I don't know how to obtain it. Below is the code that only obtains the slp for my 12 simulations.
Screenshot from 2024-05-07 12-31-41.png

Advanced thank you to whoever help me.
 
Hello, I already obtained the 3 hourly time series plot of mlsp and plot the different simulations.

Screenshot from 2024-05-14 15-51-22.png
However, I want to narrow it down further. I want to obtain the mslp for every 3 hours at specific latitude and longitude for different simulations. Like this
Screenshot from 2024-05-14 15-53-46.png
But I do not know construct it.
Also as I looked the data in excel, the values of slp wrt the lat and long for my first target location from one of my simulations looked like this
Screenshot from 2024-05-14 15-59-29.png
Hoping for some help. Thank you.
 
Last edited:
Hello, I made a mistake on what should I look for. I am suppose to obtain the minimum sea level pressure not the mean sea level pressure. Then correlate it to the central pressure from JMA. I also changed it to six hour period. The updated code is attached below.
Screenshot from 2024-06-24 20-45-20.png
Screenshot from 2024-06-24 20-47-14.png
Now my problem is to determine the lats and lons of each value of the minimum sea level pressure to differentiate it to the lats and lons of JMA.
 
Top