【WRF-Chem第五期】自定义字段配置 iofields_filename 详述
目录
- iofields_filename 变量详解
-
- namelist.input 中配置
- 语法结构
- 推荐WRF-Chem 输出内容
- 参考
iofields_filename 变量详解
io_fields_twh.txt 是 WRF-Chem(Weather Research and Forecasting model with Chemistry)中用于控制输出变量的一个配置文件。
这个文件的作用是告诉模型在运行过程中哪些变量需要被写入输出文件(wrfout 文件等)。
namelist.input 中配置
namelist.input 中配置如下:
&time_control
iofields_filename = "io_fields_twh.txt"
/
语法结构
每一行的格式:
+:h:<history_interval>:<变量1>,<变量2>,...,<变量n>
含义如下:
+
:表示添加这些变量到输出文件中。:h:
:表示这