AS5_all = [] n= 500 for i in range n: for x in range(len(lat)): for y in range(len(lon)): lst = np.array((AS[:, x, y])) rs = resample(lst) rs_all[:, x, y] = rs AS5 = AS1.rolling(time=59).reduce(np.nanpercentile, q=5) AS5_all.append(AS5)
Multiprocessing using on multiple for loops
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Multiprocessing Pool Multiple Instances How to Kill by Pool ID | sunny9495 | 0 | 1,417 |
Nov-16-2022, 05:57 AM Last Post: sunny9495 |
|
Multiple loops | Paulman | 4 | 2,760 |
Oct-11-2021, 08:25 AM Last Post: Paulman |
|
Multiple for loops selenium webdriver | KRS | 4 | 3,640 |
Mar-10-2020, 03:31 PM Last Post: KRS |
Users browsing this thread: 1 Guest(s)