代码搜索:NetCDF
找到约 225 项符合「NetCDF」的源代码
代码结果 225
www.eeworm.com/read/337186/12386025
m getnc.m
function values = getnc(file, varid, corner, end_point, stride, order, ...
change_miss, new_miss, squeeze_it, rescale_opts)
% GETNC retrieves data from a NetCDF file.
%
% function values = ge
www.eeworm.com/read/393688/2472172
f cprtps.f
program cprnc
!
! $Id: cprtps.F,v 1.1.6.3 2002/04/24 03:24:53 erik Exp $
!
use header
use nldat
implicit none
include 'netcdf.inc'
!
! Local workspace
!
character*128 cvsid
charact
www.eeworm.com/read/393688/2472680
f cprtps.f
program cprnc
!
! $Id: cprtps.F,v 1.3.6.1.2.2 2002/05/17 17:04:44 erik Exp $
!
use header
use nldat
implicit none
include 'netcdf.inc'
!
! Local workspace
!
character*128 cvsid
cha
www.eeworm.com/read/447020/7560246
m ncind2slab.m
function [theStarts, theCounts] = ncind2slab(theSize, theStart, theCount)
% ncind2slab -- Convert 1-d indices to NetCDF slab coordinates.
% ncind2slab(theSize, theStart, theCount) figures out how
www.eeworm.com/read/172476/9705967
m mcnote.m
function next_note_num = mcnote(cdfid, varid, text, note_num);
% mcnote.m annotates netCDF variables by using text attributes
%
% function next_note_num = mcnote(cdfid, varid, text, note_num);
%
www.eeworm.com/read/451823/7455310
m tmexnc.m
% TMEXNC Test of mexnc Mex-file interface to NetCDF.
% Copyright (C) 1993 Dr. Charles R. Denham, ZYDECO.
% All Rights Reserved.
status = mexnc('setopts', 0);
for i = 0:10
status = mexnc('close',
www.eeworm.com/read/337186/12386006
m getnc_s.m
function values = getnc_s(file, varid, corner, end_point, stride, order, ...
change_miss, new_miss, squeeze_it, rescale_opts)
% GETNC_S returns a hyperslab of values from a netCDF variable.
%
%
www.eeworm.com/read/172476/9705958
m rdi2cdf.m
function rdi2cdf(infile, outfile, minens, maxens);
% rdi2cdf.m converts RDI ADCP files to netCDF format
%
% function rdi2cdf(infile, outfile, minens, maxens);
%
% where:
% infile = the input file na
www.eeworm.com/read/377543/9271747
m yanminfu.m
nc=netcdf('19931107_135603_starea.cdf')
ipixinfo(nc)
[I,Q,meanIQ,stdIQ,inbal] = ipixload(nc,'hh',4,'auto');
figure(1),plot(I);
i=I(1:6000);figure(2),plot(i);
figure(3),histfit(i);
dfittool;pause
www.eeworm.com/read/349580/3143252
am makefile.am
# Makefile for inp2netcdf
INCLUDES =
bin_PROGRAMS = inp2dx inp2dxanim
inp2dx_SOURCES = inp2dx.c
inp2dxanim_SOURCES = inp2dxanim.c