立即注册 登录
气象家园 返回首页

随缘 http://bbs.06climate.com/?208 [收藏] [复制] [分享] [RSS]

留言板

facelist doodle涂鸦板

您需要登录后才可以留言 登录 | 立即注册


landachao 2019-12-31 15:56
您好,请问一下,计算通风系数下载ncep资料里面的边界层高度,那么边界层内的平均风速应该如何去下载计算?我看到您给别人回帖说下载10M风速,意思是10m风速代表整个边界层内的风速吗
突破的渴望 2019-9-19 16:49
您好,请问您这个帖子 http://bbs.06climate.com/forum.php?mod=viewthread&tid=36456&extra=page%3D1%26filter%3Dtypeid%26typeid%3D5&page=1              生成的  mwave.dat和 xwave.dat 是做什么用的呢?谢谢您~~~~
良久 2017-11-29 17:11
随缘: 没遇到过你这样的问题,可能是你的namelist有问题吧,而且其它的信息也不清楚,比如装的wrf,wps什么版本,什么平台下装的等等
是centos6.5系统,WRF是3.9.1,WPS也是这个
良久 2017-11-29 16:58
#for gfortran and gcc
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
export FC=/usr/bin/gfortran
export FCFLASS=-m64
export F77=/usr/bin/gfortran
export FFLAGS=-m64
export DIR=/root/Build_WRF/LIBRARY
#for zlib
export LDFLAGS=-L/root/Build_WRF/LIBRARY/grib2/lib
export CPPFLAGS=-I/root/Build_WRF/LIBRARY/grib2/include
#for JASPER
export JASPER=/root/Build_WRF/LIBRARY/grib2/bin
export JASPERLIB=/root/Build_WRF/LIBRARY/grib2/lib
export JASPERINC=/root/Build_WRF/LIBRARY/grib2/include
#for netcdf
export PATH=/root/Build_WRF/LIBRARY/netcdf/bin:$PATH
export NETCDF=/root/Build_WRF/LIBRARY/netcdf
export LD_LIBRARY_PATH=${NETCDF}/lib:{LD_LIBRARY_PATH}
export LD_RUN_PATH=${NETCDF}/lib:${LD_RUN_PATH}
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
#for mpich
export PATH=/root/Build_WRF/LIBRARY/mpich/bin:$PATH
#for ncl
export NCARG_ROOT=/root/Build_WRF/ncl
export NDV_COLORMAP_PATH=$NCARG_ROOT/lib/ncarg/colormaps
export PATH=$NCARG_ROOT/bin:$PATH
这个是我设置的环境变量
良久 2017-11-29 16:57
大神,安装时候总是没有Ungrib.exe这个文件,下面是报错,已经弄了好几天了,不知到怎么办了
ror: NAMELIST attribute conflicts with ALLOCATABLE attribute in 'new_plvl' at (1)
read_namelist.f90:238.20:

  read(10,NML=ungrib,END=100)
                    1
Error: Symbol 'ungrib' at (1) must be a NAMELIST group name
make[1]: [read_namelist.o] Error 1 (ignored)
/bin/rm -f cio.o
gcc -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL  -D_UNGRIB  -c cio.c
/bin/rm -f libpgu.a
ar ru libpgu.a build_hdate.o geth_newdate.o geth_idts.o swap.o table.o parse_table.o gbytesys.o gribcode.o read_namelist.o cio.o
ar: creating libpgu.a
ar: read_namelist.o: No such file or directory
make[1]: [libpgu.a] Error 1 (ignored)
ranlib  libpgu.a
ranlib: 'libpgu.a': No such file
make[1]: [libpgu.a] Error 1 (ignored)
/bin/rm -f ungrib.exe
yctsc 2017-2-13 14:37
能否用其它的方式给我提供一下小波分析分析程序吗
yctsc 2017-2-13 14:34
你好:请问你的小波分析程序为何不能充值下载?另外,问一下你用的是MEXH吗?
summerson 2016-12-4 10:46
随缘: 这个其实需要修改下makefile里面的最后几行,好像是有新版和旧版之说,只是警告,不影响编译的
谢谢随缘大师
summerson 2016-11-21 23:54
( cd g2 ; make -i -r DEV_TOP="/home/softlib/buildsrc/WPS" all ; echo g2/libg2_4.a )
make[2]: Entering directory `/home/softlib/buildsrc/WPS/ungrib/src/ngl/g2'
Makefile:67: 警告:覆盖关于目标“.F.o”的命令
/home/mxy/softlib/buildsrc/WPS/configure.wps:97: 警告:忽略关于目标“.F.o”的旧命令

关于这个问题您解决了吗
浩瀚的沙漠 2016-3-31 23:11
您好,昨天下载使用了您提供的软件,在设置运行以后,文件夹中确实出现了mwave.dat、swave.dat、xwave.dat文件,但是这些文件的大小都是0KB,不知怎能得到小波图形,请指教。谢谢。
catharine0607 2015-11-19 22:01
你好,今天我装wrf3.7,wrf编译过了,但是wps出了问题,./configure时出现了如下错误:
PGC-S-0040-Illegal use of symbol, __SWBLK_T_TYPE (/opt/pgi10/linux86-64/10.2/include/bits/types.h: 159)
PGC-W-0156-Type not specified, 'int' assumed (/opt/pgi10/linux86-64/10.2/include/bits/types.h: 159)
PGC/x86-64 Linux 10.2-1: compilation completed with severe errors

Your versions of Fortran and C are not consistent.
我的pgi版本是10.2的,gcc是4.8.3的.您可以帮我看看是怎么回事吗?我在网上搜索到同样的错误,但是都没有得到回答.
敏芬 2013-11-22 17:40
你好,我最近想用CFSR替换掉FNL来运行WRF,不知从哪着手,可以指点一二吗?
owen2121 2012-10-24 10:49
你好 我在ubuntu 12.04下安装WRF3.4.1 ./compile 后 该生成的.exe文件怎么都生成了.o文件了,如wrf.o
xuminge 2012-7-2 17:28
我在论坛上看到你的opengrads2.0.1,能给我传一份吗?

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

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

返回顶部