Global Index (short | long) | Local contents | Local Index (short | long)
[x, nya, nxa] = rd(id);
help readnc
This function calls | |
---|---|
function [x, nya, nxa] = rd(id); file_in = 'temp.cdf'; [x,nxa,nya,nti,nday,xa,ya,time,xdim,temp,xid]=readnc(file_in); %xid=3; per=[1 12]; %1 HEADI 1:232 1:1 1:1 1:20 %2 HEADC 1:8 1:219 1:1 1:20 %3 HEADR 1:207 1:1 1:1 1:20 %4 FLNTC Clear Sky Net Upward Infrared F 1:48 1:48 1:1 1:20 %5 FSNTC Clear Sky Net Downward Solar Fl 1:48 1:48 1:1 1:20 %6 FLNSC Clear Sky Net Upward Infrared F 1:48 1:48 1:1 1:20 %7 FSNSC Clear Sky Net Downward Solar Fl 1:48 1:48 1:1 1:20 %8 PHIS Surface Geopotential Height 1:48 1:48 1:1 1:20 %9 ORO Surface Type 1:48 1:48 1:1 1:20 %10 PS Surface Pressure 1:48 1:48 1:1 1:20 %11 PBLH Planetary Boundary Height 1:48 1:48 1:1 1:20 %12 TAUX Zonal Surface Stress 1:48 1:48 1:1 1:20 %13 TAUY Meridional Surface Stress 1:48 1:48 1:1 1:20 %14 PRECL Large Scale, Stable Preciptatio 1:48 1:48 1:1 1:20 %15 PRECC Convective Preciptation 1:48 1:48 1:1 1:20 %16 CLDTOT Total Cloud Cover 1:48 1:48 1:1 1:20 %17 TS Surface Air Temperature 1:48 1:48 1:1 1:20 %18 FLNT Net Upward Infrared Flux at Top 1:48 1:48 1:1 1:20 %19 FSNT Net Downward Solar Flux at Top 1:48 1:48 1:1 1:20 %20 SHFLX Surface Sensible Heat Flux 1:48 1:48 1:1 1:20 %21 LHFLX Surface Latent Heat Flux 1:48 1:48 1:1 1:20 %22 FSNS Net Downward Solar Flux at Surf 1:48 1:48 1:1 1:20 %23 FLNS Net Upward Infrared Flux at Sur 1:48 1:48 1:1 1:20 %24 SRFRAD Radiative Flux Absorbed at Surf 1:48 1:48 1:1 1:20 %25 SOLIN Solar Insolation 1:48 1:48 1:1 1:20 %26 U Zonal Wind Component 1:48 1:48 1:18 1:20 %27 V Meridional Wind Component 1:48 1:48 1:18 1:20 %28 UV Poleward Momentum Flux 1:48 1:48 1:18 1:20 %29 OMEGA Vertical Pressure Velocity 1:48 1:48 1:18 1:20 %30 AIRT Air Temperature 1:48 1:48 1:18 1:20 %31 Q Specific Humidity 1:48 1:48 1:18 1:20 level = 1; frame = [0 359 -90 90]; period=per; %period = [per per]; [x,nxa,nya,nti]=readnc(file_in,frame,period,level,xa,ya,time,xdim,id);