Skip to main content

Questions tagged [python]

For questions related specifically to the Python dynamic programming language.

1 vote
0 answers
56 views

All, As Laplacian could be computed using finite difference techniques (e.g., second derivative or first derivative of the first derivative ) or spectral methods, It will be helpful to mention the ...
Kernel's user avatar
  • 175
1 vote
1 answer
69 views

I have a NetCDF dataset with a variable (let's call it s) that depends on local solar time. The current time dimension is in UTC, and the dataset has the following dimensions: lat, lon, and time (...
code_error's user avatar
2 votes
0 answers
113 views

I would like to ask about horizontal wind shear. In most cases, we frequently talk about vertical wind shear (VWS), which is the change in wind speed and direction with height or within a given layer/...
Brian Añano's user avatar
0 votes
0 answers
83 views

I am looking to model wind speed with altitude in real time. I am currently using a GFS model: https://nomads.ncep.noaa.gov/dods/gfs_0p25_1hr/gfs20240616/gfs_0p25_1hr_00z.info I am curious as to what ...
RSA41's user avatar
  • 1
0 votes
2 answers
79 views

I have measurements of pollutants. data = data.set_index(data.index.tz_localize(timezone('EET'), ambiguous='NaT', nonexistent='NaT').tz_convert('UTC')) This command converts the EET time to UTC. It ...
Dimitris Tsiaousidis's user avatar
2 votes
0 answers
93 views

I understand that wrf.getvar will give both the speed (dim 0) and the direction (dim 1) V1 = wrf.getvar(ncdin, "uvmet10_wspd_wdir", units="m s-1",timeidx=wrf.ALL_TIMES,meta=False)[...
Dimitris Tsiaousidis's user avatar
1 vote
0 answers
77 views

i am trying to find out moisture divergence using metpy divergence module and i used qu12=q3b*u3b qv12=q3b*v3b HMD12 = mpcalc.divergence(qu12, qv12) here qu12 ,...
Letitbe's user avatar
  • 41
2 votes
2 answers
218 views

I am working on the ORAS5 dataset which comes as an archive of netCDF files. Currently, I am using python and netcdf4 to process it. My goal is to get surface level ocean currents across the globe (...
mRcSchwering's user avatar
1 vote
0 answers
58 views

I am working with NEXRAD radar data, and I am trying to plot the U and V wind velocity for each point on a grid. There is a channel in the data called "Velocity" described as "A measure ...
scp's user avatar
  • 11
1 vote
0 answers
116 views

I want to extract relative humidity at a specific pressure level (850 hPa) using metpy. Earlier, I tried with wrf-python function 'wrf.interplevel' and it worked successfully. But, I was getting some ...
Ankan Sarkar's user avatar
0 votes
0 answers
214 views

I have a netCDF file of stream function (psi) having dimension (latitude, level), level is pressure level. There are 5 pressure levels (700,600,500,400,300 hPa). I need to compute the mass weighted ...
Aman's user avatar
  • 1
3 votes
1 answer
180 views

Hello fellow oceanographers, I just trying to design a fourth-order low-pass butterworth filter with a 15-days cutoff period, in python, with the aim to filter a ocean bottom pressure (OBP) time ...
Miguel 's user avatar
  • 385
1 vote
0 answers
85 views

Below is my dataframe I want to calculate the climatological monthly average, the total average for each month. For example, when I use groupby to estimate the monthly average of the variable AREA as ...
FVMachado's user avatar
3 votes
1 answer
607 views

The JRA-3Q dataset is available from DIAS. There is an online interface to download what you need file-by-file. Other reanalyses like ERA5 and MERRA2 have access points that let you write a python ...
alex_danielssen's user avatar
1 vote
0 answers
42 views

I want to perform tasks like crop area estimation, crop yield estimation, crop growth stage monitoring using Sentinel 2 or Landsat data for a particular region. What tech stack would I need to do that?...
sid0972's user avatar
  • 11

15 30 50 per page
1
2 3 4 5