代码搜索:NetCDF

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

代码结果 225
www.eeworm.com/read/400650/2348430

c string.c

/* * Copyright 1996, University Corporation for Atmospheric Research * See netcdf/COPYRIGHT file for copying and redistribution conditions. */ /* $Id: string.c 2501 2007-11-20 02:33:29Z benkir
www.eeworm.com/read/400650/2348431

h rnd.h

/* * Copyright 1996, University Corporation for Atmospheric Research * See netcdf/COPYRIGHT file for copying and redistribution conditions. */ /* $Id: rnd.h 2501 2007-11-20 02:33:29Z benkirk $
www.eeworm.com/read/451823/7455282

m test_general_all.m

% test_general_all is called by test_all. According to the value of the % variable test_type it will try to read a netcdf file or an opendap file. It % calls the routine run_one_test many times with d
www.eeworm.com/read/400650/2348432

c t_nc.c

/* * Copyright 1988 University Corporation for Atmospheric Research * See netcdf/COPYRIGHT file for copying and redistribution conditions. */ /* $Id: t_nc.c 2501 2007-11-20 02:33:29Z benkirk
www.eeworm.com/read/393688/2472170

f wrap_nf.f

subroutine wrap_create (path, cmode, ncid) implicit none include 'netcdf.inc' character*(*) path integer cmode, ncid integer ret ret = nf_create (path, cmode, ncid) if (ret.ne
www.eeworm.com/read/393688/2472678

f wrap_nf.f

subroutine wrap_create (path, cmode, ncid) implicit none include 'netcdf.inc' character*(*) path integer cmode, ncid integer ret ret = nf_create (path, cmode, ncid) if (ret.ne
www.eeworm.com/read/400650/2348418

c v2i.c

/* * Copyright 1996, University Corporation for Atmospheric Research * See netcdf/COPYRIGHT file for copying and redistribution conditions. */ /* $Id: v2i.c 2501 2007-11-20 02:33:29Z benkirk $
www.eeworm.com/read/400650/2348420

c v1hpg.c

/* * Copyright 1996, University Corporation for Atmospheric Research * See netcdf/COPYRIGHT file for copying and redistribution conditions. */ /* $Id: v1hpg.c 2501 2007-11-20 02:33:29Z benkirk
www.eeworm.com/read/447020/7560211

m nc2mat.m

function nc2mat(theNetCDF, theMat) % nc2mat -- Convert NetCDF file to mat-file. % nc2mat('theNetCDF', 'theMat') creates 'theMat' file % from the contents of 'theNetCDF' file. Dimensions, %
www.eeworm.com/read/447020/7560220

m ncind2sub.m

function [theSubs, theCounts] = ncind2sub(theSize, theStart, theCount) % ncind2sub -- Convert 1-d indices to NetCDF slab subscripts. % [theSubs, theCounts] = ncind2sub(theSize, theStart, theCount