代码搜索:NetCDF

找到约 225 项符合「NetCDF」的源代码

代码结果 225
www.eeworm.com/read/447020/7560453

m ncid.m

function theResult = ncid(self, theNCid) % ncitem/ncid -- Id of the owner of an ncitem object. % ncid(self) returns the ncid of the "netcdf" % object that owns self, an "ncitem" object. % nc
www.eeworm.com/read/337186/12386064

m attnc.m

function [att_val, att_names] = attnc(file, var_name, att_name) %attnc returns selected attributes of the named netCDF file. %-------------------------------------------------------------------- % DES
www.eeworm.com/read/400650/2348405

makefile

include ../../../Make.common libmesh_INCLUDE = -I. # Package name and additional flags required for library compilation pkgname := netcdf # (Relative) Path to location of shared libs libpath := ..
www.eeworm.com/read/393688/2472166

f header.f

module header use precision ! ! Netcdf id ! integer, dimension(2) :: ncid = -1 ! ! Dimensions ! integer, dimension(2) :: londimid = -1 integer, dimension(2) :: latdimid = -1 integer, dimensi
www.eeworm.com/read/393688/2472673

f header.f

module header use precision ! ! Netcdf id ! integer, dimension(2) :: ncid = -1 ! ! Dimensions ! integer, dimension(2) :: londimid = -1 integer, dimension(2) :: latdimid = -1 integer, dimensi
www.eeworm.com/read/447020/7560228

m tncbig.m

function tncbig(nBytes) % tncbig -- Test allowed size of file. % tncbig(nBytes) creates a NetCDF file, then % an array of nBytes. On Macintosh and PCWIN, % we have long had difficulty gett
www.eeworm.com/read/447020/7560341

m ncdouble.m

function theResult = ncdouble(varargin) % ncdouble -- Courier for constructing NetCDF 'double' entities. % ncdouble('dim1', 'dim2', ...) prepends 'double' to the input % argument-list, for use
www.eeworm.com/read/447020/7560444

m name.m

function theResult = name(self, theNewName) % ncitem/name -- Name of the NetCDF item. % name(self) returns the name of self, an ncitem object. % name(self, theNewName) renames self to theNewNam
www.eeworm.com/read/447020/7560338

m ncfloat.m

function theResult = ncfloat(varargin) % ncfloat -- Courier for constructing NetCDF 'float' entities. % ncfloat('dim1', 'dim2', ...) prepends 'float' to the input % argument-list, for use by n
www.eeworm.com/read/447020/7560340

m ncchar.m

function theResult = ncchar(varargin) % ncchar -- Courier for constructing NetCDF 'char' entities. % ncchar('dim1', 'dim2', ...) prepends 'char' to the input % argument-list, for use by ncvar