代码搜索:NetCDF
找到约 225 项符合「NetCDF」的源代码
代码结果 225
www.eeworm.com/read/447020/7560297
m plot.m
function theResult = plot(varargin)
% ncvar/plot -- Plot NetCDF variable.
% plot(z, 'thePen') plots NetCDF variable z,
% an "ncvar" object, using 'thePen'. If z is z(x),
% for coordinate v
www.eeworm.com/read/100203/15881011
in configure.in
dnl Process this file with autoconf to produce a configure script.
dnl
dnl $Id: configure.in,v 1.1 1996/01/10 09:37:38 jim Exp $
dnl
AC_INIT(src/read_cdda.c)
dnl Checks for programs.
AC_PROG_CC
AC_
www.eeworm.com/read/393688/2472158
f90 convert_lai.f90
program convert_lai
implicit none
include 'netcdf.inc'
!-----------------------------------------------------------------
! make lai-sai-hgt dataset
!--------------------------------------------
www.eeworm.com/read/393688/2472910
f90 readinitial.f90
#include
#include
subroutine readinitial (ncid)
!-----------------------------------------------------------------------
!
! Purpose: Ensure that requisite netcdf variables are
www.eeworm.com/read/447020/7560299
m copy.m
function theResult = copy(self, theDestination, ...
copyData, copyAttributes, copyDimensions)
% ncvar/copy -- Copy a NetCDF variable, including data and attributes.
www.eeworm.com/read/451823/7455269
m whatnc.m
function whatnc
% WHATNC lists all of the netCDF files in the current directory
%--------------------------------------------------------------------
% Copyright (C) J. V. Mansbridge, CSIRO, janu
www.eeworm.com/read/447020/7560269
m ncextract.m
function theResult = ncextract(theNCObject, theOutputName)
% ncextract -- GUI for NetCDF data extraction.
% ncextract(theNCObject, 'theOutputName') presents a dialog
% for guiding the extracti
www.eeworm.com/read/447020/7560361
m subsasgn.m
function theResult = subsasgn(self, theStruct, other)
% netcdf/subsasgn -- Assignment with "{}", "()", and ".".
% subsasgn(self, theStruct, other) is called whenever
% self is used with subind
www.eeworm.com/read/393688/2472255
f90 inicfilemod.f90
#include
#include
module inicFileMod
!-----------------------------------------------------------------------
! Purpose:
! read and writes initial data netCDF history files
!
www.eeworm.com/read/451823/7455267
m inqnc.m
function inqnc(file)
% INQNC interactively returns info about a netcdf file or DODS/OPEnDAP dataset
%--------------------------------------------------------------------
% Copyright (C) J. V. Mans