请选择 进入手机版 | 继续访问电脑版
爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

分享 最优指纹法
卑微江小澄 2023-6-22 14:05
https://mp.weixin.qq.com/s/J9vukQ_aMVBNkUn0UDi9Cw
84 次阅读|0 个评论
分享 信噪比
卑微江小澄 2023-6-22 13:59
https://www.zhihu.com/question/37522785
72 次阅读|0 个评论
分享 单个小时nc文件替换时间
主啊 2023-6-14 23:06
import xarray as xr import datetime as dt import pandas as pd timefile = "E:/xinzheng2021-2022/xinzheng/2021/20210101/XZ_2021010115.nc" data = xr.open_dataset(timefile) lat = data.lat lon = data.lon print("*-"*60) print(data.time) print("*-"*60) tsc = data.Temperat ...
91 次阅读|0 个评论
分享 pandas学习笔记,python数据科学手册
主啊 2023-6-14 00:22
import pandas as pd # series # 带索引的一维数组 data = pd.Series( ) print(data) print("*"*60) print(data.values) print(data.index) print(data ) print(data ) # 定义索引 data = pd.Series( , index= ) print(dat ...
113 次阅读|0 个评论
分享 numpy学习笔记,python数据科学手册
主啊 2023-6-13 23:38
import pandas as pd import numpy as np ndarray = np.array( ,dtype = 'float32') print(ndarray) print(ndarray.ndim) #维度 print(ndarray.shape) print(ndarray.dtype) # 获取单个元素 print(ndarray ) # 运算 print(np.sum(ndarray)) print(np.max(ndarray)) print(np.min(ndarray)) # ...
77 次阅读|0 个评论
分享 python nc数据世界时间转换北京时间,欢迎讨论啊,写的菜
主啊 2023-6-13 16:45
import xarray as xr import netCDF4 as nc import datetime as dt import pandas as pd from datetime import datetime, timedelta timefile = 'E:/xinzheng2021-2022/2021year01-03day0-23h.nc' data = xr.open_dataset(timefile) # # print(data -28800) # print("**"*60) # print(data. ...
80 次阅读|0 个评论
分享 沙尘模式
一大碗年糕 2023-6-8 10:16
云中和云下 清除 Scavenging signifies the capture of aerosols by water droplets or ice crystals. This can take place in-cloud, or below the cloud as droplets rain out. Scavenging leads to wet deposition. 清除作用意味着水滴或冰晶捕获气溶胶。这可能发生在云内,或云下,因为雨滴下雨。清除导致湿 ...
115 次阅读|0 个评论
分享 NCL插值,格点变多,精细化
山色in 2023-5-23 23:54
begin ;这边定义的glon和glat是你想要插值的区域的经纬度以及格点数 glon=fspan(73,106,111);定义一个浮点型数据,从90-112,分为221个格点 glat=fspan(24,43,61) glon!0="lon" glon@long_name="lon" glon@units="degrees_east" glonlon=glon glat!0="lat" glat@lon ...
136 次阅读|0 个评论
分享 提取变量 编写成一个nc文档
山色in 2023-5-23 23:42
begin ; f1=addfile("evspsbl_Amon_E3SM-1-1-ECA_historical_r1i1p1f1_gr_197001-197912.nc","r") ; f2=addfile("evspsbl_Amon_E3SM-1-1-ECA_historical_r1i1p1f1_gr_198001-198912.nc","r") ; f3=addfile("evspsbl_Amon_E3SM-1-1-ECA_historical_r1i1p1f1_gr_199001-199912.nc","r") ; f4=addfile("evspsbl_Amon_E3SM ...
84 次阅读|0 个评论
分享 将多个逐年数据编写成一个nc数据 ncl
山色in 2023-5-23 23:35
begin Files=systemfunc("ls evspsbl_Amon_EC-Earth3-Veg-LR_historical_r1i1p1f1_gr_*01-*12.nc") f=addfiles(Files,"r") ;printVarSummary(f) evp0=f -evspsbl(:,{24:43},{73:107}) evp1=f -evspsbl(:,{24:43},{73:107}) evp2=f -evspsbl(:,{24:43},{73:107}) evp3=f -evspsbl(:,{24:43},{73:107}) ...
71 次阅读|0 个评论

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

返回顶部