<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>气象家园 - NCL</title>
    <link>http://bbs.06climate.com/forum.php?mod=forumdisplay&amp;fid=39</link>
    <description>Latest 20 threads of NCL</description>
    <copyright>Copyright(C) 气象家园</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 11 Apr 2026 15:15:47 +0000</lastBuildDate>
    <ttl>120</ttl>
    <image>
      <url>http://bbs.06climate.com/static/image/common/logo_88_31.gif</url>
      <title>气象家园</title>
      <link>http://bbs.06climate.com/</link>
    </image>
    <item>
      <title>NCL地形剖面叠加假相当位温</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111716</link>
      <description><![CDATA[地形文件为dem.nc高程NC文件，fixed_lon = 106.7 °E，纬度范围在30-42°N，运行后假相当位温叠加地形剖面图显示如下：
代码附上如下：]]></description>
      <category>NCL</category>
      <author>｛＋ˊ易牙ㄨ</author>
      <pubDate>Wed, 01 Apr 2026 09:16:58 +0000</pubDate>
    </item>
    <item>
      <title>NCL绘制假相当位温剖面图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111715</link>
      <description><![CDATA[用到了ncl 6.4.0以上版本的内置函数 theta_e = pot_temp_equiv(p_3d, t, q, dim_p, \&quot;q\&quot;)，pot_temp_equiv函数输入5个参数，气压维度索引dim_p = 0  。参数详细说明

绘制图形如下：

代码见附件如下；]]></description>
      <category>NCL</category>
      <author>｛＋ˊ易牙ㄨ</author>
      <pubDate>Mon, 30 Mar 2026 09:08:03 +0000</pubDate>
    </item>
    <item>
      <title>激光测风雷达数据出图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111705</link>
      <description><![CDATA[begin
a = asciiread(\&quot;CDL_3D10K_lidar3D10K-099_DBS5_PitchAngle71.38_Resolution015_StartIndex005_Ave10min_20250411 000010.csv\&quot;,-1, \&quot;string\&quot;)
yymmdd = new(dimsizes(a)-2,string)
hh     = new(dimsizes(a)-2,float)
minute = new(dimsizes(a)-2,float)
Tem]]></description>
      <category>NCL</category>
      <author>wsx</author>
      <pubDate>Thu, 19 Mar 2026 02:30:18 +0000</pubDate>
    </item>
    <item>
      <title>激光测风雷达数据出图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111702</link>
      <description><![CDATA[begin
a = asciiread(\&quot;CDL_3D10K_lidar3D10K-099_DBS5_PitchAngle71.38_Resolution015_StartIndex005_Ave10min_20250411 000010.csv\&quot;,-1, \&quot;string\&quot;)
yymmdd = new(dimsizes(a)-2,string)
hh     = new(dimsizes(a)-2,float)
minute = new(dimsizes(a)-2,float)
Tem]]></description>
      <category>NCL</category>
      <author>wsx</author>
      <pubDate>Mon, 16 Mar 2026 13:38:42 +0000</pubDate>
    </item>
    <item>
      <title>eps文件无法在AI中打开</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111690</link>
      <description><![CDATA[各位大佬，我使用NCL绘图，输出的eps文件在AI中打开时会出现“无法完成操作，因为出现未知错误”的问题，不知道是不是因为绘图设置的问题。
直接通过x11查看以及输出pdf是没有问题的，绘制的内容如图。参考施宁老师书中的代码，绘制中国地图部分以及附加南海小地图。
 ...]]></description>
      <category>NCL</category>
      <author>dieam</author>
      <pubDate>Fri, 06 Mar 2026 04:32:48 +0000</pubDate>
    </item>
    <item>
      <title>重庆主城两江新区地图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111659</link>
      <description><![CDATA[重庆主城区行政区划于2025年11月发生调整，撤销原江北区和渝北区，新设立两江新区，同时部分乡镇在两江新区与北碚区之间进行了划转。由于我近期工作需要，基于上述原因不得不重新制作重庆主城区的shp文件（见下图），我想也许有跟我情况类似的人也需要这个文件。]]></description>
      <category>NCL</category>
      <author>Eudora99</author>
      <pubDate>Sun, 01 Feb 2026 13:10:29 +0000</pubDate>
    </item>
    <item>
      <title>风廓线雷达数据出图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111643</link>
      <description><![CDATA[begin
time_band  = 30

a = asciiread(\&quot;风廓线数据.txt\&quot;,-1, \&quot;string\&quot;)
data_uv_str = new((/time_band,54/),float) ;timeband=6
data_uv_dir = new((/time_band,54/),float) ;timeband=6
data_w_str  = new((/time_band,54/),float) ;timeband=6
data_w_CN2  = ...]]></description>
      <category>NCL</category>
      <author>wsx</author>
      <pubDate>Fri, 16 Jan 2026 02:36:01 +0000</pubDate>
    </item>
    <item>
      <title>ncl计算单层垂直螺旋度（850hPa）</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111632</link>
      <description><![CDATA[局地垂直螺旋度： 在模式输出或再分析数据的一个格点上，直接计算 w&amp;#8901;ζ，其中 ζ是垂直涡度 (&amp;#8706;v/&amp;#8706;x&amp;#8722;&amp;#8706;u/&amp;#8706;y)。这反映了该点垂直运动与旋转的直接耦合，常用于分析锋面、急流等系统中的上升旋转区。

                              ...]]></description>
      <category>NCL</category>
      <author>｛＋ˊ易牙ㄨ</author>
      <pubDate>Fri, 02 Jan 2026 13:51:39 +0000</pubDate>
    </item>
    <item>
      <title>u风场纬向剖面图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111630</link>
      <description><![CDATA[u风场纬向剖面图，代码如下：;********************************************
; h_long_5.ncl
;********************************************
;
; These files are loaded by default in NCL V6.2.0 and newer
; load \&quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_ ...]]></description>
      <category>NCL</category>
      <author>｛＋ˊ易牙ㄨ</author>
      <pubDate>Fri, 02 Jan 2026 09:11:44 +0000</pubDate>
    </item>
    <item>
      <title>ERA5绘制斜刨面图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111615</link>
      <description><![CDATA[begin
f = addfile(\&quot;个例数据.grib\&quot;, \&quot;r\&quot;)
time_o = f-&gt;initial_time0_hours
time_new = todouble(time_o)
copy_VarMeta(time_o,time_new)
utc_date = cd_calendar(time_new, 0)
day = tointeger(utc_date(:,2))
hour = tointeger(utc_date(:,3))

time_idx =  ...]]></description>
      <category>NCL</category>
      <author>wsx</author>
      <pubDate>Fri, 19 Dec 2025 02:29:59 +0000</pubDate>
    </item>
    <item>
      <title>如何画出himwari9的云检测图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111610</link>
      <description><![CDATA[各位大佬，有没有画过葵花的云检测图，在利用zhuegexiaoyong的十种云检测作图遇到困难，其中的对流层顶温度数据不知道如何获取]]></description>
      <category>NCL</category>
      <author>派Da星</author>
      <pubDate>Mon, 15 Dec 2025 11:14:09 +0000</pubDate>
    </item>
    <item>
      <title>NCL读取ERA5逐小时single数据提示warning:NclGRIB: Unrecognized parameter table ...</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111598</link>
      <description><![CDATA[刚刚下载的ERA5逐小时single数据，使用NCL无法读取，提示warning:NclGRIB: Unrecognized parameter table (center 98, subcenter 0, table 235)，貌似是NCL无法识别这个grib数据的变量名，有什么解决办法吗]]></description>
      <category>NCL</category>
      <author>刘勇的下铺</author>
      <pubDate>Wed, 03 Dec 2025 06:43:26 +0000</pubDate>
    </item>
    <item>
      <title>绘制斜刨面图叠加风场</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111595</link>
      <description><![CDATA[begin
f = addfile(\&quot;个例数据.grib\&quot;, \&quot;r\&quot;)
time_o = f-&gt;initial_time0_hours
time_new = todouble(time_o)
copy_VarMeta(time_o,time_new)
utc_date = cd_calendar(time_new, 0)
day = tointeger(utc_date(:,2))
hour = tointeger(utc_date(:,3))
idx  = ind(ho ...]]></description>
      <category>NCL</category>
      <author>wsx</author>
      <pubDate>Fri, 28 Nov 2025 06:27:09 +0000</pubDate>
    </item>
    <item>
      <title>有偿求CESM输出数据处理及绘图代码</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111572</link>
      <description><![CDATA[我是做深时地质气候模拟的，使用的是CESM1.2.2。我只有大气变量的输出数据处理和绘图NCL代码，但是关于海洋变量的数据提取和处理我不了解，所以求助关于海洋变量的数据处理及绘图代码，有偿回复]]></description>
      <category>NCL</category>
      <author>zys_cdut</author>
      <pubDate>Tue, 11 Nov 2025 13:42:13 +0000</pubDate>
    </item>
    <item>
      <title>ncl在绘制xy图，y轴为负值，如果想要小的负值在上（-12），大值在下（-5），怎么办</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111556</link>
      <description><![CDATA[ncl在绘制xy图，y轴为负值，如果想要小的负值在上（-12），大值在下（-5），怎么办]]></description>
      <category>NCL</category>
      <author>yw-jie9</author>
      <pubDate>Wed, 29 Oct 2025 14:07:15 +0000</pubDate>
    </item>
    <item>
      <title>ncl画中国地图</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111552</link>
      <description><![CDATA[求助大神。想问一下，在ncl里面画的中国地图，为什么细看一下，会有订正过的边界的一些线条存在呢?要怎么修改呢?以及为什么mask之后还会在西藏地区那里有一小块地方不在国界里还会显示出来?头都大了]]></description>
      <category>NCL</category>
      <author>ststst</author>
      <pubDate>Mon, 27 Oct 2025 08:05:05 +0000</pubDate>
    </item>
    <item>
      <title>NCL</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111539</link>
      <description><![CDATA[大家能打开NCL官网吗，今天一直打不开。、]]></description>
      <category>NCL</category>
      <author>甜柚子</author>
      <pubDate>Sat, 18 Oct 2025 14:44:04 +0000</pubDate>
    </item>
    <item>
      <title>ncl 极地投影中经度添加标签符号度 °</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111527</link>
      <description><![CDATA[ncl 极地投影中，默认为数字+E/W，有些编辑（尤其中文）要求加上°。
最近学习到，可以在底层代码中进行简单修改即可。
方法：在底层代码（gsn_csm.ncl）中，修改将要用到的极地投影函数（***_polar）的刻度标签代码，添加上度“~S~o~N~E\&quot;。具体步骤（以gsn_csm_conto ...]]></description>
      <category>NCL</category>
      <author>爱睡觉的青团</author>
      <pubDate>Wed, 15 Oct 2025 09:06:49 +0000</pubDate>
    </item>
    <item>
      <title>新手提问！</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111500</link>
      <description><![CDATA[大佬们，创建新的虚拟机的时候出现了以下界面，请问应该怎样解决啊？]]></description>
      <category>NCL</category>
      <author>chickie_421</author>
      <pubDate>Sun, 14 Sep 2025 08:54:17 +0000</pubDate>
    </item>
    <item>
      <title>NCL 计算海洋垂直速度</title>
      <link>http://bbs.06climate.com/forum.php?mod=viewthread&amp;tid=111463</link>
      <description><![CDATA[各位前辈，我想用NCL计算海洋垂直速度，目前打算用连续方程积分，但是误差很大，请问有什么好办法，怎么做比较合适呢[qq]1239384269[/qq]]]></description>
      <category>NCL</category>
      <author>马天宇</author>
      <pubDate>Wed, 20 Aug 2025 13:17:57 +0000</pubDate>
    </item>
  </channel>
</rss>