pyfvcom前处理 pyfvcom_preprocessing_example

该笔记本展示了如何为非结构化网格创建FVCOM强迫数据。需要一个包含开放边界的SMS非结构化网格(.2dm文件)。将生成以下文件:casename_grd.dat, casename_dep.dat, sigma.dat, casename_obc.dat, casename_cor.dat 和 casename_elevtide.nc。" 8786509,508035,UMTS信令解析:Paging与RRC连接,"['3G网络', '移动通信', '信令处理', '网络架构', '移动用户识别']
摘要由CSDN通过智能技术生成

This notebook shows how to create FVCOM forcing data for an unstructured grid.

We need an SMS unstructured grid (.2dm file) in which we have defined some nodestrings to act as open boundaries.

We’ll be making the following files:

casename_grd.dat
casename_dep.dat
sigma.dat
casename_obc.dat
casename_cor.dat
casename_elevtide.nc

%matplotlib inline
from datetime import datetime
import PyFVCOM as pf
# Define a start, end and sampling interval for the tidal data
start = datetime.strptime('2018-04-01', '%Y-%m-%d')
end = datetime.strptime('2018-05-01', '%Y-%m-%d')
interval = 1 / 24  # 1 hourly in units of days
model = pf.preproc.Model
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值