[Paraview] Importing time-varying data into Paraview
Carolin Helbig
carolin.helbig at ufz.de
Mon Aug 6 10:43:12 EDT 2012
Dear All,
I recently started working with paraview (version 3.12.0). As part of my
work I want to visualize NetCDF files with paraview. Unfortunately
paraview dosen't recognize the time variable in my file. I found this
thread with a similar problem:
http://www.paraview.org/pipermail/paraview/2010-November/019332.html.
The order of the axis in my file is as described there (e.g. float
U(Time=12, bottom_top=49, south_north=249, west_east_stag=250)), also
the description of the time variable is in the right way (units = "secs
since 1970-01-01 00:00:00").
If I try to apply the variable U, I get the following output messages:
ERROR: In ..\..\..\..\source\VTK\IO\vtkNetCDFReader.cxx, line 672
vtkNetCDFCFReader (000000000B17B7C0): More than 3 dims without time not
supported in variable U
ERROR: In ..\..\..\..\source\VTK\Filtering\vtkExecutive.cxx, line 756
vtkPVCompositeDataPipeline (000000000BA8A1A0): Algorithm
vtkFileSeriesReader(00000000068519A0) returned failure for request:
vtkInformation (000000000BE62370)
Debug: Off
Modified Time: 99716
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FORWARD_DIRECTION: 0
ALGORITHM_AFTER_FORWARD: 1
FROM_OUTPUT_PORT: 0
If I apply the variable LU_INDEX for example (time, y, x), the
time-information is interpreted as z-information.
How can I tell paraview that there is a time-information in? Do I have
to change the structure of my file?
At the bottom of this mail I attached the info about the nc-file.
Thank you for your help,
Carolin.
File "wrfout_d02_2007-07-15_12.nc"
NetCDF classic format
------------------------------------------------------------------------
netcdffile:wrfout_d02_2007-07-15_12.nc {
dimensions:
Time = UNLIMITED; // (12 currently)
DateStrLen = 19;
west_east = 249;
south_north = 249;
bottom_top = 49;
bottom_top_stag = 50;
soil_layers_stag = 4;
west_east_stag = 250;
force_layers = 8;
south_north_stag = 250;
variables:
char Times(Time=12, DateStrLen=19);
float LU_INDEX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LAND USE CATEGORY";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float ZNU(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "eta values on half (mass) levels";
:units = "";
:stagger = "";
float ZNW(Time=12, bottom_top_stag=50);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "eta values on full (w) levels";
:units = "";
:stagger = "Z";
float ZS(Time=12, soil_layers_stag=4);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "DEPTHS OF CENTERS OF SOIL LAYERS";
:units = "m";
:stagger = "Z";
float DZS(Time=12, soil_layers_stag=4);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "THICKNESSES OF SOIL LAYERS";
:units = "m";
:stagger = "Z";
float U(Time=12, bottom_top=49, south_north=249, west_east_stag=250);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "x-wind component";
:units = "m s-1";
:stagger = "X";
:coordinates = "XLONG_U XLAT_U";
float Z_FORCE(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "height of forcing input";
:units = "m";
:stagger = "";
float U_G(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "x-direction geostrophic wind";
:units = "m s-1";
:stagger = "";
float U_G_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency x-direction geostrophic wind";
:units = "m s-1";
:stagger = "";
float V(Time=12, bottom_top=49, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "y-wind component";
:units = "m s-1";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float V_G(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "y-direction geostrophic wind";
:units = "m s-1";
:stagger = "";
float V_G_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency y-direction geostrophic wind";
:units = "m s-1";
:stagger = "";
float W(Time=12, bottom_top_stag=50, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "z-wind component";
:units = "m s-1";
:stagger = "Z";
:coordinates = "XLONG XLAT";
float W_SUBS(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "large-scale vertical velocity";
:units = "m s-1";
:stagger = "";
float W_SUBS_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency large-scale vertical velocity";
:units = "m s-1";
:stagger = "";
float PH(Time=12, bottom_top_stag=50, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "perturbation geopotential";
:units = "m2 s-2";
:stagger = "Z";
:coordinates = "XLONG XLAT";
float PHB(Time=12, bottom_top_stag=50, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "base-state geopotential";
:units = "m2 s-2";
:stagger = "Z";
:coordinates = "XLONG XLAT";
float T(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "perturbation potential temperature (theta-t0)";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float TH_UPSTREAM_X(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream theta x-advection";
:units = "K s-1";
:stagger = "";
float TH_UPSTREAM_X_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream theta x-advection";
:units = "K s-2";
:stagger = "";
float TH_UPSTREAM_Y(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream theta y-advection";
:units = "K s-1";
:stagger = "";
float TH_UPSTREAM_Y_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream theta y-advection";
:units = "K s-2";
:stagger = "";
float QV_UPSTREAM_X(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream qv x-advection";
:units = "kg kg-1 s-1";
:stagger = "";
float QV_UPSTREAM_X_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream qv x-advection";
:units = "kg kg-1 s-2";
:stagger = "";
float QV_UPSTREAM_Y(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream qv y-advection";
:units = "kg kg-1 s-1";
:stagger = "";
float QV_UPSTREAM_Y_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream qv y-advection";
:units = "kg kg-1 s-2";
:stagger = "";
float U_UPSTREAM_X(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream u x-advection";
:units = "m s-2";
:stagger = "";
float U_UPSTREAM_X_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream u x-advection";
:units = "m s-3";
:stagger = "";
float U_UPSTREAM_Y(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream u y-advection";
:units = "m s-2";
:stagger = "";
float U_UPSTREAM_Y_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream u y-advection";
:units = "m s-3";
:stagger = "";
float V_UPSTREAM_X(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream v x-advection";
:units = "m s-2";
:stagger = "";
float V_UPSTREAM_X_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream v x-advection";
:units = "m s-3";
:stagger = "";
float V_UPSTREAM_Y(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upstream v y-advection";
:units = "m s-2";
:stagger = "";
float V_UPSTREAM_Y_TEND(Time=12, force_layers=8);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "tendency upstream v y-advection";
:units = "m s-3";
:stagger = "";
float MU(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "perturbation dry air mass in column";
:units = "Pa";
:stagger = "";
:coordinates = "XLONG XLAT";
float MUB(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "base state dry air mass in column";
:units = "Pa";
:stagger = "";
:coordinates = "XLONG XLAT";
float NEST_POS(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "-";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float P(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "perturbation pressure";
:units = "Pa";
:stagger = "";
:coordinates = "XLONG XLAT";
float PB(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "BASE STATE PRESSURE";
:units = "Pa";
:stagger = "";
:coordinates = "XLONG XLAT";
float SR(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "fraction of frozen precipitation";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float POTEVP(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "accumulated potential evaporation";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float SNOPCX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "snow phase change heat flux";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float SOILTB(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "bottom soil temperature";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float FNM(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "upper weight for vertical stretching";
:units = "";
:stagger = "";
float FNP(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "lower weight for vertical stretching";
:units = "";
:stagger = "";
float RDNW(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "inverse d(eta) values between full (w) levels";
:units = "";
:stagger = "";
float RDN(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "inverse d(eta) values between half (mass) levels";
:units = "";
:stagger = "";
float DNW(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "d(eta) values between full (w) levels";
:units = "";
:stagger = "";
float DN(Time=12, bottom_top=49);
:FieldType = 104; // int
:MemoryOrder = "Z ";
:description = "d(eta) values between half (mass) levels";
:units = "";
:stagger = "";
float CFN(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "extrapolation constant";
:units = "";
:stagger = "";
float CFN1(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "extrapolation constant";
:units = "";
:stagger = "";
float Q2(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "QV at 2 M";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float T2(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "TEMP at 2 M";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float TH2(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "POT TEMP at 2 M";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float PSFC(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SFC PRESSURE";
:units = "Pa";
:stagger = "";
:coordinates = "XLONG XLAT";
float U10(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "U at 10 M";
:units = "m s-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float V10(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "V at 10 M";
:units = "m s-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float RDX(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "INVERSE X GRID LENGTH";
:units = "";
:stagger = "";
float RDY(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "INVERSE Y GRID LENGTH";
:units = "";
:stagger = "";
float RESM(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "TIME WEIGHT CONSTANT FOR SMALL STEPS";
:units = "";
:stagger = "";
float ZETATOP(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "ZETA AT MODEL TOP";
:units = "";
:stagger = "";
float CF1(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "2nd order extrapolation constant";
:units = "";
:stagger = "";
float CF2(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "2nd order extrapolation constant";
:units = "";
:stagger = "";
float CF3(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "2nd order extrapolation constant";
:units = "";
:stagger = "";
int ITIMESTEP(Time=12);
:FieldType = 106; // int
:MemoryOrder = "0 ";
:description = "";
:units = "";
:stagger = "";
float XTIME(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "minutes since simulation start";
:units = "";
:stagger = "";
float QVAPOR(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Water vapor mixing ratio";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QCLOUD(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Cloud water mixing ratio";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QRAIN(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Rain water mixing ratio";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QICE(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Ice mixing ratio";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QSNOW(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Snow mixing ratio";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QGRAUP(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Graupel mixing ratio";
:units = "kg kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QNICE(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Ice Number concentration";
:units = " kg-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float QNSNOW(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Snow Number concentration";
:units = " kg(-1)";
:stagger = "";
:coordinates = "XLONG XLAT";
float QNRAIN(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Rain Number concentration";
:units = " kg(-1)";
:stagger = "";
:coordinates = "XLONG XLAT";
float QNGRAUPEL(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "Graupel Number concentration";
:units = " kg(-1)";
:stagger = "";
:coordinates = "XLONG XLAT";
float LANDMASK(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LAND MASK (1 FOR LAND, 0 FOR WATER)";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float TSLB(Time=12, soil_layers_stag=4, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "SOIL TEMPERATURE";
:units = "K";
:stagger = "Z";
:coordinates = "XLONG XLAT";
float SMOIS(Time=12, soil_layers_stag=4, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "SOIL MOISTURE";
:units = "m3 m-3";
:stagger = "Z";
:coordinates = "XLONG XLAT";
float SH2O(Time=12, soil_layers_stag=4, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "SOIL LIQUID WATER";
:units = "m3 m-3";
:stagger = "Z";
:coordinates = "XLONG XLAT";
float SEAICE(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SEA ICE FLAG";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float XICEM(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SEA ICE FLAG (PREVIOUS STEP)";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float SFROFF(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SURFACE RUNOFF";
:units = "mm";
:stagger = "";
:coordinates = "XLONG XLAT";
float UDROFF(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "UNDERGROUND RUNOFF";
:units = "mm";
:stagger = "";
:coordinates = "XLONG XLAT";
int IVGTYP(Time=12, south_north=249, west_east=249);
:FieldType = 106; // int
:MemoryOrder = "XY ";
:description = "DOMINANT VEGETATION CATEGORY";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
int ISLTYP(Time=12, south_north=249, west_east=249);
:FieldType = 106; // int
:MemoryOrder = "XY ";
:description = "DOMINANT SOIL CATEGORY";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float VEGFRA(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "VEGETATION FRACTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float GRDFLX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "GROUND HEAT FLUX";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float ACGRDFLX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED GROUND HEAT FLUX";
:units = "J m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float SNOW(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SNOW WATER EQUIVALENT";
:units = "kg m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float SNOWH(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "PHYSICAL SNOW DEPTH";
:units = "m";
:stagger = "";
:coordinates = "XLONG XLAT";
float RHOSN(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = " SNOW DENSITY";
:units = "kg m-3";
:stagger = "";
:coordinates = "XLONG XLAT";
float CANWAT(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "CANOPY WATER";
:units = "kg m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float SST(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SEA SURFACE TEMPERATURE";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float SSTSK(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SKIN SEA SURFACE TEMPERATURE";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float LAI(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Leaf area index";
:units = "area/area";
:stagger = "";
:coordinates = "XLONG XLAT";
float Z0(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Background ROUGHNESS LENGTH";
:units = "m";
:stagger = "";
:coordinates = "XLONG XLAT";
float VAR(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC VARIANCE";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float CON(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC CONVEXITY";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OA1(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OA2(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OA3(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OA4(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OL1(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OL2(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OL3(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float OL4(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float MAPFAC_M(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on mass grid";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float MAPFAC_U(Time=12, south_north=249, west_east_stag=250);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on u-grid";
:units = "";
:stagger = "X";
:coordinates = "XLONG_U XLAT_U";
float MAPFAC_V(Time=12, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on v-grid";
:units = "";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float MAPFAC_MX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on mass grid, x direction";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float MAPFAC_MY(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on mass grid, y direction";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float MAPFAC_UX(Time=12, south_north=249, west_east_stag=250);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on u-grid, x direction";
:units = "";
:stagger = "X";
:coordinates = "XLONG_U XLAT_U";
float MAPFAC_UY(Time=12, south_north=249, west_east_stag=250);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on u-grid, y direction";
:units = "";
:stagger = "X";
:coordinates = "XLONG_U XLAT_U";
float MAPFAC_VX(Time=12, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on v-grid, x direction";
:units = "";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float MF_VX_INV(Time=12, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Inverse map scale factor on v-grid, x direction";
:units = "";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float MAPFAC_VY(Time=12, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Map scale factor on v-grid, y direction";
:units = "";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float F(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Coriolis sine latitude term";
:units = "s-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float E(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Coriolis cosine latitude term";
:units = "s-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float SINALPHA(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Local sine of map rotation";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float COSALPHA(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Local cosine of map rotation";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float HGT(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Terrain Height";
:units = "m";
:stagger = "";
:coordinates = "XLONG XLAT";
float HGT_SHAD(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "Height of orographic shadow";
:units = "m";
:stagger = "";
:coordinates = "XLONG XLAT";
float TSK(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SURFACE SKIN TEMPERATURE";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float P_TOP(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "PRESSURE TOP OF THE MODEL";
:units = "Pa";
:stagger = "";
float T00(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "BASE STATE TEMPERATURE";
:units = "K";
:stagger = "";
float P00(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "BASE STATE PRESURE";
:units = "Pa";
:stagger = "";
float TLP(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "BASE STATE LAPSE RATE";
:units = "";
:stagger = "";
float TISO(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "TEMP AT WHICH THE BASE T TURNS CONST";
:units = "K";
:stagger = "";
float MAX_MSTFX(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "Max map factor in domain";
:units = "";
:stagger = "";
float MAX_MSTFY(Time=12);
:FieldType = 104; // int
:MemoryOrder = "0 ";
:description = "Max map factor in domain";
:units = "";
:stagger = "";
float RAINC(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED TOTAL CUMULUS PRECIPITATION";
:units = "mm";
:stagger = "";
:coordinates = "XLONG XLAT";
float RAINNC(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED TOTAL GRID SCALE PRECIPITATION";
:units = "mm";
:stagger = "";
:coordinates = "XLONG XLAT";
int I_RAINC(Time=12, south_north=249, west_east=249);
:FieldType = 106; // int
:MemoryOrder = "XY ";
:description = "BUCKET FOR RAINC";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
int I_RAINNC(Time=12, south_north=249, west_east=249);
:FieldType = 106; // int
:MemoryOrder = "XY ";
:description = "BUCKET FOR RAINNC";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float SNOWNC(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED TOTAL GRID SCALE SNOW AND ICE";
:units = "mm";
:stagger = "";
:coordinates = "XLONG XLAT";
float GRAUPELNC(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED TOTAL GRID SCALE GRAUPEL";
:units = "mm";
:stagger = "";
:coordinates = "XLONG XLAT";
float EDT_OUT(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "EDT FROM GD SCHEME";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float CLDFRA(Time=12, bottom_top=49, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XYZ";
:description = "CLOUD FRACTION";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float SWDOWN(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float GSW(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "NET SHORT WAVE FLUX AT GROUND SURFACE";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float GLW(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float OLR(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "TOA OUTGOING LONG WAVE";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float XLAT(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LATITUDE, SOUTH IS NEGATIVE";
:units = "degree_north";
:stagger = "";
float XLONG(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LONGITUDE, WEST IS NEGATIVE";
:units = "degree_east";
:stagger = "";
float XLAT_U(Time=12, south_north=249, west_east_stag=250);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LATITUDE, SOUTH IS NEGATIVE";
:units = "degree_north";
:stagger = "X";
:coordinates = "XLONG_U XLAT_U";
float XLONG_U(Time=12, south_north=249, west_east_stag=250);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LONGITUDE, WEST IS NEGATIVE";
:units = "degree_east";
:stagger = "X";
:coordinates = "XLONG_U XLAT_U";
float XLAT_V(Time=12, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LATITUDE, SOUTH IS NEGATIVE";
:units = "degree_north";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float XLONG_V(Time=12, south_north_stag=250, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LONGITUDE, WEST IS NEGATIVE";
:units = "degree_east";
:stagger = "Y";
:coordinates = "XLONG_V XLAT_V";
float ALBEDO(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ALBEDO";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float ALBBCK(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "BACKGROUND ALBEDO";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float EMISS(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SURFACE EMISSIVITY";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float NOAHRES(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "RESIDUAL OF THE NOAH SURFACE ENERGY BUDGET";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float TMN(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "SOIL TEMPERATURE AT LOWER BOUNDARY";
:units = "K";
:stagger = "";
:coordinates = "XLONG XLAT";
float XLAND(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LAND MASK (1 FOR LAND, 2 FOR WATER)";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
float UST(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "U* IN SIMILARITY THEORY";
:units = "m s-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float PBLH(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "PBL HEIGHT";
:units = "m";
:stagger = "";
:coordinates = "XLONG XLAT";
float HFX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "UPWARD HEAT FLUX AT THE SURFACE";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float QFX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "UPWARD MOISTURE FLUX AT THE SURFACE";
:units = "kg m-2 s-1";
:stagger = "";
:coordinates = "XLONG XLAT";
float LH(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "LATENT HEAT FLUX AT THE SURFACE";
:units = "W m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float ACHFX(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED UPWARD HEAT FLUX AT THE SURFACE";
:units = "J m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float ACLHF(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "ACCUMULATED UPWARD LATENT HEAT FLUX AT THE SURFACE";
:units = "J m-2";
:stagger = "";
:coordinates = "XLONG XLAT";
float SNOWC(Time=12, south_north=249, west_east=249);
:FieldType = 104; // int
:MemoryOrder = "XY ";
:description = "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)";
:units = "";
:stagger = "";
:coordinates = "XLONG XLAT";
int SAVE_TOPO_FROM_REAL(Time=12);
:FieldType = 106; // int
:MemoryOrder = "0 ";
:description = "(1=original topo from real/0=topo modified by WRF) flag if input has original topography from real";
:units = "flag";
:stagger = "";
char Lambert;
:grid_mapping_name = "lambert_conformal_conic";
:latitude_of_projection_origin = 48.90000915527344; // double
:longitude_of_central_meridian = 7.0; // double
:earth_radius = 6371229.0; // double
:standard_parallel = 30.0, 60.0; // double
:_CoordinateTransformType = "Projection";
:_CoordinateAxisTypes = "GeoX GeoY";
double x(west_east=249);
:units = "km";
:long_name = "synthesized GeoX coordinate from DX attribute";
:_CoordinateAxisType = "GeoX";
:_CoordinateAliasForDimension = "west_east";
double x_stag(west_east_stag=250);
:units = "km";
:long_name = "synthesized GeoX coordinate from DX attribute";
:_CoordinateAxisType = "GeoX";
:_CoordinateAliasForDimension = "west_east_stag";
double y(south_north=249);
:units = "km";
:long_name = "synthesized GeoY coordinate from DY attribute";
:_CoordinateAxisType = "GeoY";
:_CoordinateAliasForDimension = "south_north";
double y_stag(south_north_stag=250);
:units = "km";
:long_name = "synthesized GeoY coordinate from DY attribute";
:_CoordinateAxisType = "GeoY";
:_CoordinateAliasForDimension = "south_north_stag";
double z(bottom_top=49);
:units = "";
:long_name = "eta values from variable ZNU";
:_CoordinateAxisType = "GeoZ";
:_CoordinateAliasForDimension = "bottom_top";
double z_stag(bottom_top_stag=50);
:units = "";
:long_name = "eta values from variable ZNW";
:_CoordinateAxisType = "GeoZ";
:_CoordinateAliasForDimension = "bottom_top_stag";
double Time(Time=12);
:units = "secs since 1970-01-01 00:00:00";
:long_name = "synthesized time coordinate from Times(time)";
:_CoordinateAxisType = "Time";
double soilDepth(soil_layers_stag=4);
:units = "units";
:long_name = "soil depth";
:_CoordinateAxisType = "GeoZ";
:_CoordinateAliasForDimension = "soil_layers_stag";
:TITLE = " OUTPUT FROM WRF V3.1 MODEL";
:START_DATE = "2007-07-15_12:00:00";
:SIMULATION_START_DATE = "2007-07-15_00:00:00";
:WEST-EAST_GRID_DIMENSION = 250; // int
:SOUTH-NORTH_GRID_DIMENSION = 250; // int
:BOTTOM-TOP_GRID_DIMENSION = 50; // int
:DX = 1200.0f; // float
:DY = 1200.0f; // float
:GRIDTYPE = "C";
:DIFF_OPT = 1; // int
:KM_OPT = 4; // int
:DAMP_OPT = 0; // int
:DAMPCOEF = 0.2f; // float
:KHDIF = 0.0f; // float
:KVDIF = 0.0f; // float
:MP_PHYSICS = 10; // int
:RA_LW_PHYSICS = 1; // int
:RA_SW_PHYSICS = 1; // int
:SF_SFCLAY_PHYSICS = 1; // int
:SF_SURFACE_PHYSICS = 2; // int
:BL_PBL_PHYSICS = 1; // int
:CU_PHYSICS = 0; // int
:SURFACE_INPUT_SOURCE = 1; // int
:SST_UPDATE = 0; // int
:GRID_FDDA = 0; // int
:GFDDA_INTERVAL_M = 0; // int
:GFDDA_END_H = 0; // int
:GRID_SFDDA = 0; // int
:SGFDDA_INTERVAL_M = 0; // int
:SGFDDA_END_H = 0; // int
:SF_URBAN_PHYSICS = 0; // int
:FEEDBACK = 0; // int
:SMOOTH_OPTION = 0; // int
:SWRAD_SCAT = 1.0f; // float
:W_DAMPING = 0; // int
:MOIST_ADV_OPT = 1; // int
:SCALAR_ADV_OPT = 1; // int
:TKE_ADV_OPT = 1; // int
:DIFF_6TH_OPT = 0; // int
:DIFF_6TH_FACTOR = 0.12f; // float
:OBS_NUDGE_OPT = 0; // int
:WEST-EAST_PATCH_START_UNSTAG = 1; // int
:WEST-EAST_PATCH_END_UNSTAG = 249; // int
:WEST-EAST_PATCH_START_STAG = 1; // int
:WEST-EAST_PATCH_END_STAG = 250; // int
:SOUTH-NORTH_PATCH_START_UNSTAG = 1; // int
:SOUTH-NORTH_PATCH_END_UNSTAG = 249; // int
:SOUTH-NORTH_PATCH_START_STAG = 1; // int
:SOUTH-NORTH_PATCH_END_STAG = 250; // int
:BOTTOM-TOP_PATCH_START_UNSTAG = 1; // int
:BOTTOM-TOP_PATCH_END_UNSTAG = 49; // int
:BOTTOM-TOP_PATCH_START_STAG = 1; // int
:BOTTOM-TOP_PATCH_END_STAG = 50; // int
:GRID_ID = 2; // int
:PARENT_ID = 1; // int
:I_PARENT_START = 260; // int
:J_PARENT_START = 220; // int
:PARENT_GRID_RATIO = 3; // int
:DT = 5.0f; // float
:CEN_LAT = 48.42407f; // float
:CEN_LON = 8.312317f; // float
:TRUELAT1 = 30.0f; // float
:TRUELAT2 = 60.0f; // float
:MOAD_CEN_LAT = 48.90001f; // float
:STAND_LON = 7.0f; // float
:GMT = 0.0f; // float
:JULYR = 2007; // int
:JULDAY = 196; // int
:MAP_PROJ = 1; // int
:MMINLU = "MODIFIED_IGBP_MODIS_NOAH";
:NUM_LAND_CAT = 20; // int
:ISWATER = 17; // int
:ISLAKE = -1; // int
:ISICE = 15; // int
:ISURBAN = 13; // int
:ISOILWATER = 14; // int
}
--
Carolin Helbig
Department Umweltinformatik
Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
Permoserstraße 15 I 04318 Leipzig
Tel.: +49 341 235 - 1032
Email:carolin.helbig at ufz.de
WWW:http://www.ufz.de
Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
Sitz der Gesellschaft: Leipzig
Registergericht: Amtsgericht Leipzig
Handelsregister Nr. B 4703
Vorsitzender des Aufsichtsrats: MinR Wilfried Kraus
Wissenschaftlicher Geschäftsführer: Prof. Dr. Georg Teutsch
Administrativer Geschäftsführer: Dr. Heike Graßmann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120806/ff2c8636/attachment-0001.htm>
More information about the ParaView
mailing list