搜索资源列表
NetCDF3.6.1Beta1.Win32.for.CVF.IVF
- 0. Tree of the prebuilt NetCDF-3.6.1 Beta1 Win32 file "NetCDF3.6.1Beta1.Win32.for.CVF.IVF.rar" 1. Using pre-built binaries 2. Using NetCDF libraries in Compaq Visual Fortran (CVF) 6.* and Intel "Visual" Fortran(IVF) 9.*, 10.
netcdf-3.6.2.tar
- netcdf 气象数据通用格式 二进制文件读写 可用的源码-netcdf binary file of meteorological data in a common format to read and write the source code available
Netcdf_f90
- 读取netCDF格点资料的Fortran测试程序,通过读取指定netCDF文件,生成相应的Fortran源代码- Test program to read any netCDF file. by Barry Schwartz October 1993
fortran读取ncep再分析资料
- 先解压到与数据同一个文件夹下,更改netcdf.f90中要读的nc文件(修改第84行的文件名),运行,生成一个read_netcdf.f90,再在其中(第96行)编写你需要的程序。对于大量同类型文件生成read_netcdf.f90后,可以加循环(第46行),主体部分(第47行到94行)不需要修改
read_data2d_d03_new
- 读取netcdf数据格式文件,并写成netcdf数据格式文件-read and write the netcdf data with fortran
how_to_use_netcdf_in_fortran
- netcdf、Fortran在数值模拟用的较多,数值模式大都基于PORTRAN,-netcdf, Fortran numerical simulation is used more, mostly based on numerical models PORTRAN,
nc_fio_mod
- 用fortran读写NETCDF文件的常用子程序,包含: public :: ocn_grid, & 读取海陆地形 nc_read_axis, & 读取坐标信息 nc_read_4d, & 读取4维数据 nc_read_3d, & 读取3维数据 nc_read_2d, & 读取2维数据 nc_create, & 创建NC文件 nc_write, & 通用写NC文件 nc_write1d, & 写1维nc文件 nc_write2d, & 写2维n