<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>meteowang@气象家园-气象资料站</title>
    <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856</link>
    <description>气象家园</description>
    <copyright>Copyright(C) 气象家园</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 16 Sep 2026 10:27:17 +0000</lastBuildDate>
    <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>关于IP地址被封</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7260</link>
      <description><![CDATA[使用代码爬虫谷歌学术、知网、web of science    都会导致IP地址被封，短时间无法使用]]></description>
      <author>meteowang</author>
      <pubDate>Thu, 28 May 2026 05:58:12 +0000</pubDate>
    </item>
    <item>
      <title>关于VS code始终处于正在加载扩展</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7257</link>
      <description><![CDATA[打开vs code后，左下角一直处于”正在加载扩展“状态，不要急，重启软件试试    重启软件不管用，就重启电脑     重启电脑后，还是处于”正在加载扩展“状态，不要急，再等一会，就好了     都试过了还不管用，转用”Spyder“     我一般画图的时候用Spyder，处理数据用vs code，每个都是我的心头肉]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 31 Mar 2026 03:50:18 +0000</pubDate>
    </item>
    <item>
      <title>提取PBLH</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7252</link>
      <description><![CDATA[float PBLH(Time, south_north, west_east) ;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PBLH:FieldType = 104 ;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PBLH:MemoryOrder = &quot;XY &quot; ;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PBLH:description = &quot;PBL HEIGHT&quot; ;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PBLH:units = &quot;m&quot; ;  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PBLH:sta ...]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 13 Jan 2026 03:07:06 +0000</pubDate>
    </item>
    <item>
      <title>Windows系统处理数据有误</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7251</link>
      <description><![CDATA[用Windows系统下的vs code处理大型数据，拼接不同年份的数据后，总是出现编码问题    改用Linux系统后，没有编码的问题了]]></description>
      <author>meteowang</author>
      <pubDate>Wed, 17 Dec 2025 13:50:19 +0000</pubDate>
    </item>
    <item>
      <title>关于不用梯子下载外网数据的方法</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7250</link>
      <description><![CDATA[有的网站必须要挂梯子才能登陆，下载数据 但是下载数据非常耗费流量，并且网速不好直接导致下载崩溃，已经损失的流量也无法找回     可以先用梯子登陆网站，提交下载，然后把梯子退出  亲测数据可以继续下载]]></description>
      <author>meteowang</author>
      <pubDate>Mon, 15 Dec 2025 09:00:20 +0000</pubDate>
    </item>
    <item>
      <title>重新编译 NetCDF C 和 Fortran</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7245</link>
      <description><![CDATA[需要  重新编译 NetCDF C 和 Fortran ，保证：            C 版 NetCDF 使用 MPI（mpicc）编译            Fortran 版 NetCDF 使用 MPI（mpifort）编译            Fortran 版链接到 MPI C 版库]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 14 Oct 2025 13:11:43 +0000</pubDate>
    </item>
    <item>
      <title>在ParallelIO-pio2_6_6重新构建并启用示例</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7244</link>
      <description><![CDATA[依次运行：  -&amp;gt;cd ~/wly/LIBRARIES/ParallelIO-pio2_6_6/build   -&amp;gt;  cmake .. -DCMAKE_INSTALL_PREFIX=../install -DPIO_ENABLE_EXAMPLES=ON    -&amp;gt;  make examples -j4         -&amp;gt;grep -i examples CMakeCache.txt | grep ON     PIO_ENABLE_EXAMPLES:BOOL=ON    说明CMake 配置中确实启用了 PIO_ENABLE_EXAMPLE ...]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 14 Oct 2025 13:02:40 +0000</pubDate>
    </item>
    <item>
      <title>安装PIO</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7243</link>
      <description><![CDATA[cd /public/home/chaosuan/SHU_10010844/wly/LIBRARIES/ParallelIO-pio2_6_6    mkdir -p build &amp;amp;&amp;amp; cd build          进入~/wly/LIBRARIES/ParallelIO-pio2_6_6/build/文件夹             在环境变量中修改：      # === 环境配置 for MPAS-CMAQ ===  export NETCDF_HOME=/public/home/chaosuan/SHU_10010844/wly/LI ...]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 14 Oct 2025 09:07:04 +0000</pubDate>
    </item>
    <item>
      <title>安装netcdf-fortran</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7242</link>
      <description><![CDATA[https://github.com/Unidata/netcdf-fortran                   解压后进入netcdf-fortran文件夹      ···清理之前的 configure 缓存      -&amp;gt;cd ~/wly/LIBRARIES/netcdf-fortran-4.6.2     rm -rf config.cache config.log    make clean 2&amp;gt;/dev/null          ···设置环境变量       -&amp;gt;export NETCDF_C_DIR= ...]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 14 Oct 2025 07:09:06 +0000</pubDate>
    </item>
    <item>
      <title>编译MPAS-CMAQ</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7241</link>
      <description><![CDATA[将已编译好的MIO跟MPAS-CMAQ解压后放在同一文件夹，保证mio src mpas-cmaq的Makefile 在同一层级下        修改Makefile：     ifneq &quot;$(NETCDF)&quot; &quot;&quot;    &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CPPINCLUDES += -I$(NETCDF)/include    &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FCINCLUDES += -I$(NETCDF)/include    &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbs ...]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 14 Oct 2025 03:20:32 +0000</pubDate>
    </item>
    <item>
      <title>安装MIO</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7240</link>
      <description><![CDATA[安装包路径：https://zenodo.org/records/10994279       解压后安装包内容是：     Makefile&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mio_get_global_attr_mod.f90&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mio_search_mod.f90    mio_duplicate_file ...]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 14 Oct 2025 02:19:06 +0000</pubDate>
    </item>
    <item>
      <title>spyder跟vs code的环境不通用问题</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7227</link>
      <description><![CDATA[在spyder中 工具-偏好-python解释器 中设置了与vs code相同的python的路径，但是仍然无法使用    打开anaconda prompt，加载环境conda activate new_12 安装spyder模块，conda install spyder-kernels=2.5     2025.11.10更新  安装spyder模块，conda install spyder-kernels=3.0]]></description>
      <author>meteowang</author>
      <pubDate>Tue, 24 Jun 2025 05:31:03 +0000</pubDate>
    </item>
    <item>
      <title>word标题级别设置</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7218</link>
      <description><![CDATA[真是要被气象家园整无语了，我想记录操作顺序，截图word怎么就不行了？一直显示有不良信息无法提交                   1设置样式     修改正文-标题1-标题2-标题3-标题4的格式              缺少标题4，按照下图顺序以此点击后，列表中出现标题3、标题4.点击后在样式栏出现标题3、标题4]]></description>
      <author>meteowang</author>
      <pubDate>Thu, 10 Apr 2025 08:31:41 +0000</pubDate>
    </item>
    <item>
      <title>NCL色标</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7217</link>
      <description><![CDATA[red4    red3     dark orange     orange     lemon chiffon     white           azure     sky blue     steel blue     RoyalBlue3     RoyalBlue4]]></description>
      <author>meteowang</author>
      <pubDate>Wed, 09 Apr 2025 12:51:40 +0000</pubDate>
    </item>
    <item>
      <title>提交作业卡*2</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7207</link>
      <description><![CDATA[发现修改核数之后对速度影响不大，作业卡修改为：    #!/bin/bash      #SBATCH -J mpas_py&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# 作业名      #SBATCH -p queue1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# 提交到 queue2 队列      #SBATCH -N 3&amp;nbsp; &amp; ...]]></description>
      <author>meteowang</author>
      <pubDate>Thu, 26 Dec 2024 06:19:16 +0000</pubDate>
    </item>
    <item>
      <title>发日志的问题</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7206</link>
      <description><![CDATA[最近每次写日志，第一次写的内容点击发布后都会消失，还得重新写一遍，这是啥问题。。。。。]]></description>
      <author>meteowang</author>
      <pubDate>Thu, 26 Dec 2024 02:49:05 +0000</pubDate>
    </item>
    <item>
      <title>大型机提交python作业卡</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7205</link>
      <description><![CDATA[#!/bin/bash      #SBATCH -J mpas_py&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # 作业名      #SBATCH -p queue1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# 提交到 queue1 队列      #SBATCH -N 1&amp;nbsp; &amp;nbsp; &amp;nbsp ...]]></description>
      <author>meteowang</author>
      <pubDate>Thu, 26 Dec 2024 02:43:28 +0000</pubDate>
    </item>
    <item>
      <title>convert_mpas*3</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7203</link>
      <description><![CDATA[按照之前的步骤， convert_mpas 可以成功运行    但是在  wly/48km/48-regional 底下又很奇怪地报错了：       ./convert_mpas history.2021-08-01_00.00.00.nc history.2021-0*                                          Reading MPAS mesh information from file 'history.2021-08-01_00.00.00.nc'                      ...]]></description>
      <author>meteowang</author>
      <pubDate>Mon, 23 Dec 2024 03:40:01 +0000</pubDate>
    </item>
    <item>
      <title>依然是convert_mpas的问题</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7202</link>
      <description><![CDATA[运行convert_mpas报错：  ./convert_mpas history.2021-06-29_00.00.nc history.2021-0*  &amp;nbsp;:    Reading MPAS mesh information from file 'history.2021-06-29_00.00.00.nc'    Target domain specification file 'target_domain' not found.   Default 0.5-degree global target domain will be used.    Error: Pro ...]]></description>
      <author>meteowang</author>
      <pubDate>Mon, 23 Dec 2024 02:07:06 +0000</pubDate>
    </item>
    <item>
      <title>服务器上python xx.py报错</title>
      <link>http://bbs.06climate.com/home.php?mod=space&amp;uid=131856&amp;do=blog&amp;id=7201</link>
      <description><![CDATA[由于服务器上的python环境比较混乱，但是怕修改会给别的同学造成困扰，用以下方式可以成功运行py脚本：       l&amp;nbsp;    在运行  python代码之前使用命令     unset PYTHONPATH     ，防止sun的环境变量中的     PYTHONPATH     对代码造成影响            l&amp;nbsp;   conda activate wly_env           l&amp;nbsp;    然后再 ...]]></description>
      <author>meteowang</author>
      <pubDate>Thu, 19 Dec 2024 06:07:05 +0000</pubDate>
    </item>
  </channel>
</rss>