Taniya Talwar Sure! The provided file is a commonly used .nc data file in atmospheric-marine science, which contains longitude and latitude information in file, so you can index specific area data based on specific longitude and latitude.
There are several reanalysis products you could use including MERRA2, NCEP-NCAR, and ERA-5 for global data. Each is a modelled product and all will give you different representations for your data, but any of them is a good start. I personally love python because it's very easy for geospatial data. Check out the xarray package within python to read .nc files and manipulate them easily.