博客
关于我
【WRF教程第3.4期】预处理系统 WPS 详解:以4.5版本为例
阅读量:599 次
发布时间:2019-03-11

本文共 514 字,大约阅读时间需要 1 分钟。

WPS 预处理系统(WPS)中间格式详解:以版本4.5为例

ungrib 程序能够将 GRIB 数据集解码为 metgrid 可以理解的简单中间格式。对于非 GRIB Edition 1 或 GRIB Edition 2 格式的气象数据,用户需手动将其写入中间文件格式。幸运的是,中间格式相对简单,由一系列未格式化的 Fortran 写入组成。请注意,这些未格式化的写入使用大端字节顺序,通常可通过编译器标志进行设置。

以下是 WPS 中间格式的详细说明。对于 SI 或 MM5 中间格式感兴趣的用户,可先熟悉 WPS 格式,然后检查读取和写入所有三种中间格式的 Fortran 子例程(分别为 metgrid/src/read_met_module.F 和 metgrid/src/write_met_module.F)。

在将数据写入 WPS 中间格式时,二维字段将写入实值的矩形数组。对于三维数组,需在垂直维度上拆分为二维数组,这些数组需单独写入。

需要注意的是,全球数据集需使用高斯或圆柱等距投影,而区域数据集则可使用墨卡托、兰伯特等角、极地立体或圆柱等距。

用于写入单个二维数组的具体实现方式需要根据实际需求进行调整。

转载地址:http://jkatz.baihongyu.com/

你可能感兴趣的文章
org.apache.ibatis.binding.BindingException: Invalid bound statement错误一例
查看>>
org.apache.ibatis.exceptions.PersistenceException:
查看>>
org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned
查看>>
org.apache.ibatis.type.TypeException: Could not resolve type alias 'xxxx'异常
查看>>
org.apache.poi.hssf.util.Region
查看>>
org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit(I)Lorg/apache/xmlbeans/XmlOptions;
查看>>
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /
查看>>
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDebugManifest'
查看>>
org.hibernate.HibernateException: Unable to get the default Bean Validation factory
查看>>
org.hibernate.ObjectNotFoundException: No row with the given identifier exists:
查看>>
org.springframework.amqp.AmqpConnectException:java.net.ConnectException:Connection timed out:connect
查看>>
org.springframework.beans.factory.BeanDefinitionStoreException
查看>>
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
查看>>
org.springframework.boot:spring boot maven plugin丢失---SpringCloud Alibaba_若依微服务框架改造_--工作笔记012
查看>>
SQL-CLR 类型映射 (LINQ to SQL)
查看>>
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
查看>>
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
查看>>
org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded
查看>>
org.tinygroup.serviceprocessor-服务处理器
查看>>
org/eclipse/jetty/server/Connector : Unsupported major.minor version 52.0
查看>>