您的当前位置:首页正文

WRFtoGrads使用说明

2021-07-31 来源:易榕旅网


WRFtoGrads使用说明

wrf_to_grads 是一个把wrf的netcdf输出转换成grads文件。这个程序使用 fortran90编写的。

To build the code, first edit the makefile to specify the approriate paths for the netcdf libraries. Then, type \"make\" to build the converter.

首先编译源码,先要编辑makefile,指定netcdf函数库的路径,然后只需要使用命令make

Compiler options are only provided for Alpha, Linux, Sun and SGI. If you are compiling this program on another computer, you need to modify the compiler options in Makefile.

编译选项只提供了 Alpha, Linux, Sun and SGI这三种机器系统,如果你是其他的机器,则要修改makefile

命令为:make linux (假设使用linux系统)

To run the code, first edit the ascii input file \"control_file\" specifying:

然后修改control_file

run the converter -> wrf_to_grads control_file grads_output_file This will

create a \"grads_output_file.ctl\" and a \"grads_output_file.dat\"

运行程序: wrf_to_grads control_file grads_output_file

grads_output_file:这是输出的文件名,可以自己命名。

输出文件为 \"grads_output_file.ctl\" 和 a \"grads_output_file.dat\"

详细说明查看WRFtoGrads的README。

因篇幅问题不能全部显示,请点此查看更多更全内容