[gdal-dev] netcd from WRF

Vincent Mora vincent.mora at oslandia.com
Tue Oct 17 08:07:59 PDT 2017


Hi Even,


Thanks for your input.


Le 17/10/2017 à 12:26, Even Rouault a écrit :
>
> Showing the gdalinfo / ncdump output would have helped better diagnosing.
sorSy for that, the output for the subdataset of interest follows with a
recompiler version af gdal including your fix.
>
> Are you sure that GDAL handles the bands as GDAL raster bands of the same GDAL 
> dataset, and not as different subdatasets (I suspect this is the later) ? 
> Because the georeferencing info in a GDAL dataset is attached to the dataset, 
> not the bands. So if that works for the first band, that should work for the 
> next ones of the same dataset.
Is there a simple way to check that from gdalinfo output ?
>
> In netCDF, the grid_mapping object must be reference by each variable, so that 
> each subdataset can find it.
As far as I can tell, it's the case.
> Actually just saw that "gdal_translate multiband.tif multiband.nc -of netCDF" 
> only attached the grid_mapping to the first band. Just fixed.
Doesn't look good in qgis after that fix, but I guess it's normal since
it's the writing part that you changed.
> Lacking a better abstraction for multidimensional dataset, GDAL cannot do 
> better than using bands & subdatasets.
I suppose that what you mean by subdataset is what you obtain with
syntax like "netcdf:'myfile.nc':MYVAR". I'm quite fine with the band
abstraction for the purpose, it was just an open question to check I
didn't miss something.
>
>>     - to recognize WRF files ? (or is it too specific/no-standard to
>> worth it)
> Depends on how invasive the changes are and if that doesn't affect behaviour 
> with already recognized netCDF datasets, but GDAL mission is to deal with 
> real-world datasets, compliant or not to standards.
I guess it'd just be a matter of checking global metadata
(NC_GLOBAL#TITLE= OUTPUT FROM WRF...) and call an function to create the
spatial_ref and geotransform for all subdatasets the WRF way. So I think
I'll try that and propose a patch when done.


In the meantime, I'd like to have it working with the modified .nc file
with grid_mapping (gdalinfo below with/without debug info).
 

--------------------------- WITHOUT DEBUG INFO -----------------------------

$ gdalinfo NetCDF:'test_wrfout_2.nc':T2
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
Driver: netCDF/Network Common Data Format
Files: test_wrfout_2.nc
Size is 155, 152
Coordinate System is:
PROJCS["RGF93 / Lambert-93",
    GEOGCS["RGF93",
        DATUM["Reseau_Geodesique_Francais_1993",
            SPHEROID["GRS 1980",6378137,298.257222101,
                AUTHORITY["EPSG","7019"]],
            TOWGS84[0,0,0,0,0,0,0],
            AUTHORITY["EPSG","6171"]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.01745329251994328,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4171"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    PROJECTION["Lambert_Conformal_Conic_2SP"],
    PARAMETER["standard_parallel_1",49],
    PARAMETER["standard_parallel_2",44],
    PARAMETER["latitude_of_origin",46.5],
    PARAMETER["central_meridian",3],
    PARAMETER["false_easting",700000],
    PARAMETER["false_northing",6600000],
    AUTHORITY["EPSG","2154"],
    AXIS["X",EAST],
    AXIS["Y",NORTH]]
Origin = (69815.000000000000000,5751408.000000000000000)
Pixel Size = (9000.000000000000000,9000.000000000000000)
Metadata:
  lambert93#GeoTransform=69815, 9000, 0, 5751408, 0, 9000
  lambert93#grid_mapping=lambert93
  lambert93#spatial_ref=PROJCS["RGF93 /
Lambert-93",GEOGCS["RGF93",DATUM["Reseau_Geodesique_Francais_1993",SPHEROID["GRS
1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6171"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4171"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",44],PARAMETER["latitude_of_origin",46.5],PARAMETER["central_meridian",3],PARAMETER["false_easting",700000],PARAMETER["false_northing",6600000],AUTHORITY["EPSG","2154"],AXIS["X",EAST],AXIS["Y",NORTH]]
  NC_GLOBAL#ADAPT_DT_MAX=72
  NC_GLOBAL#ADAPT_DT_MIN=27
  NC_GLOBAL#ADAPT_DT_START=36
  NC_GLOBAL#AER_ANGEXP_OPT=1
  NC_GLOBAL#AER_ANGEXP_VAL=1.3
  NC_GLOBAL#AER_AOD550_OPT=1
  NC_GLOBAL#AER_AOD550_VAL=0.12
  NC_GLOBAL#AER_ASY_OPT=1
  NC_GLOBAL#AER_ASY_VAL=0.89999998
  NC_GLOBAL#AER_OPT=0
  NC_GLOBAL#AER_SSA_OPT=1
  NC_GLOBAL#AER_SSA_VAL=0.85000002
  NC_GLOBAL#AER_TYPE=1
  NC_GLOBAL#BLDT=0
  NC_GLOBAL#BL_PBL_PHYSICS=4
  NC_GLOBAL#BOTTOM-TOP_GRID_DIMENSION=35
  NC_GLOBAL#BOTTOM-TOP_PATCH_END_STAG=35
  NC_GLOBAL#BOTTOM-TOP_PATCH_END_UNSTAG=34
  NC_GLOBAL#BOTTOM-TOP_PATCH_START_STAG=1
  NC_GLOBAL#BOTTOM-TOP_PATCH_START_UNSTAG=1
  NC_GLOBAL#BUCKET_J=-1
  NC_GLOBAL#BUCKET_MM=-1
  NC_GLOBAL#CEN_LAT=45.014633
  NC_GLOBAL#CEN_LON=3.8544922
  NC_GLOBAL#CUDT=5
  NC_GLOBAL#CU_PHYSICS=1
  NC_GLOBAL#DAMPCOEF=0.2
  NC_GLOBAL#DAMP_OPT=0
  NC_GLOBAL#DFI_OPT=0
  NC_GLOBAL#DIFF_6TH_FACTOR=0.12
  NC_GLOBAL#DIFF_6TH_OPT=0
  NC_GLOBAL#DIFF_OPT=1
  NC_GLOBAL#DT=36
  NC_GLOBAL#DX=9000
  NC_GLOBAL#DY=9000
  NC_GLOBAL#ETAC=0
  NC_GLOBAL#FEEDBACK=1
  NC_GLOBAL#GFDDA_END_H=0
  NC_GLOBAL#GFDDA_INTERVAL_M=0
  NC_GLOBAL#GMT=12
  NC_GLOBAL#GRAV_SETTLING=0
  NC_GLOBAL#GRIDTYPE=C
  NC_GLOBAL#GRID_FDDA=0
  NC_GLOBAL#GRID_ID=1
  NC_GLOBAL#GRID_SFDDA=0
  NC_GLOBAL#GWD_OPT=0
  NC_GLOBAL#history=Tue Oct 17 14:57:49 2017: ncatted -a
spatial_ref,lambert93,c,c,PROJCS["RGF93 /
Lambert-93",GEOGCS["RGF93",DATUM["Reseau_Geodesique_Francais_1993",SPHEROID["GRS
1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6171"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4171"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",44],PARAMETER["latitude_of_origin",46.5],PARAMETER["central_meridian",3],PARAMETER["false_easting",700000],PARAMETER["false_northing",6600000],AUTHORITY["EPSG","2154"],AXIS["X",EAST],AXIS["Y",NORTH]]
-a GeoTransform,lambert93,c,c,69815, 9000, 0, 5751408, 0, 9000 -a
grid_mapping,,c,c,lambert93 test_wrfout_1.nc test_wrfout_2.nc
Tue Oct 17 14:57:39 2017: ncap -s lambert93=-9999 test_wrfout.nc
test_wrfout_1.nc
  NC_GLOBAL#HYBRID_OPT=-1
  NC_GLOBAL#HYPSOMETRIC_OPT=2
  NC_GLOBAL#ICLOUD=1
  NC_GLOBAL#ICLOUD_CU=0
  NC_GLOBAL#ISFFLX=1
  NC_GLOBAL#ISFTCFLX=0
  NC_GLOBAL#ISHALLOW=0
  NC_GLOBAL#ISICE=15
  NC_GLOBAL#ISLAKE=21
  NC_GLOBAL#ISOILWATER=14
  NC_GLOBAL#ISURBAN=13
  NC_GLOBAL#ISWATER=17
  NC_GLOBAL#I_PARENT_START=1
  NC_GLOBAL#JULDAY=278
  NC_GLOBAL#JULYR=2017
  NC_GLOBAL#J_PARENT_START=1
  NC_GLOBAL#KHDIF=0
  NC_GLOBAL#KM_OPT=4
  NC_GLOBAL#KVDIF=0
  NC_GLOBAL#MAP_PROJ=1
  NC_GLOBAL#MAP_PROJ_CHAR=Lambert Conformal
  NC_GLOBAL#MFSHCONV=1
  NC_GLOBAL#MMINLU=MODIFIED_IGBP_MODIS_NOAH
  NC_GLOBAL#MOAD_CEN_LAT=45.014633
  NC_GLOBAL#MOIST_ADV_OPT=1
  NC_GLOBAL#MP_PHYSICS=6
  NC_GLOBAL#NCO="4.6.1"
  NC_GLOBAL#NUM_LAND_CAT=21
  NC_GLOBAL#OBS_NUDGE_OPT=0
  NC_GLOBAL#PARENT_GRID_RATIO=1
  NC_GLOBAL#PARENT_ID=1
  NC_GLOBAL#POLE_LAT=90
  NC_GLOBAL#POLE_LON=0
  NC_GLOBAL#PREC_ACC_DT=0
  NC_GLOBAL#RADT=10
  NC_GLOBAL#RA_LW_PHYSICS=1
  NC_GLOBAL#RA_SW_PHYSICS=2
  NC_GLOBAL#SCALAR_ADV_OPT=1
  NC_GLOBAL#SCALAR_PBLMIX=0
  NC_GLOBAL#SF_LAKE_PHYSICS=0
  NC_GLOBAL#SF_OCEAN_PHYSICS=0
  NC_GLOBAL#SF_SFCLAY_PHYSICS=4
  NC_GLOBAL#SF_SURFACE_PHYSICS=2
  NC_GLOBAL#SF_URBAN_PHYSICS=0
  NC_GLOBAL#SGFDDA_END_H=0
  NC_GLOBAL#SGFDDA_INTERVAL_M=0
  NC_GLOBAL#SHCU_PHYSICS=0
  NC_GLOBAL#SIMULATION_INITIALIZATION_TYPE=REAL-DATA CASE
  NC_GLOBAL#SIMULATION_START_DATE=2017-10-05_12:00:00
  NC_GLOBAL#SKEBS_ON=0
  NC_GLOBAL#SMOOTH_OPTION=0
  NC_GLOBAL#SOUTH-NORTH_GRID_DIMENSION=153
  NC_GLOBAL#SOUTH-NORTH_PATCH_END_STAG=153
  NC_GLOBAL#SOUTH-NORTH_PATCH_END_UNSTAG=152
  NC_GLOBAL#SOUTH-NORTH_PATCH_START_STAG=1
  NC_GLOBAL#SOUTH-NORTH_PATCH_START_UNSTAG=1
  NC_GLOBAL#SPEC_BDY_FINAL_MU=1
  NC_GLOBAL#SST_UPDATE=0
  NC_GLOBAL#STAND_LON=3
  NC_GLOBAL#START_DATE=2017-10-05_12:00:00
  NC_GLOBAL#SURFACE_INPUT_SOURCE=3
  NC_GLOBAL#SWINT_OPT=0
  NC_GLOBAL#SWRAD_SCAT=1
  NC_GLOBAL#TITLE= OUTPUT FROM WRF V3.9.1 MODEL
  NC_GLOBAL#TKE_ADV_OPT=1
  NC_GLOBAL#TRACER_PBLMIX=1
  NC_GLOBAL#TRUELAT1=44
  NC_GLOBAL#TRUELAT2=49
  NC_GLOBAL#USE_Q_DIABATIC=0
  NC_GLOBAL#USE_THETA_M=0
  NC_GLOBAL#WEST-EAST_GRID_DIMENSION=156
  NC_GLOBAL#WEST-EAST_PATCH_END_STAG=156
  NC_GLOBAL#WEST-EAST_PATCH_END_UNSTAG=155
  NC_GLOBAL#WEST-EAST_PATCH_START_STAG=1
  NC_GLOBAL#WEST-EAST_PATCH_START_UNSTAG=1
  NC_GLOBAL#W_DAMPING=0
  NC_GLOBAL#YSU_TOPDOWN_PBLMIX=0
  NETCDF_DIM_EXTRA={Time}
  NETCDF_DIM_Time_DEF={24,5}
  T2#coordinates=XLONG XLAT XTIME
  T2#description=TEMP at 2 M
  T2#FieldType=104
  T2#grid_mapping=lambert93
  T2#MemoryOrder=XY
  T2#stagger=
  T2#units=K
Corner Coordinates:
Upper Left  (   69815.000, 5751408.000) (  4d11'14.74"W, 38d37' 9.01"N)
Lower Left  (   69815.000, 7119408.000) (  5d56'59.14"W, 50d50'57.22"N)
Upper Right ( 1464815.000, 5751408.000) ( 11d42'41.65"E, 38d29'53.79"N)
Lower Right ( 1464815.000, 7119408.000) ( 13d50'23.60"E, 50d41'53.67"N)
Center      (  767315.000, 6435408.000) (  3d51'16.19"E, 45d 0'52.67"N)
Band 1 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=1
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 2 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=2
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 3 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=3
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 4 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=4
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 5 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=5
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 6 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=6
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 7 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=7
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 8 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=8
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 9 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=9
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 10 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=10
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 11 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=11
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 12 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=12
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 13 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=13
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 14 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=14
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 15 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=15
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 16 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=16
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 17 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=17
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 18 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=18
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 19 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=19
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 20 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=20
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 21 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=21
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 22 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=22
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 23 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=23
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 24 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=24
    NETCDF_VARNAME=T2
    stagger=
    units=K


--------------------------- WITH DEBUG INFO -----------------------------

$ gdalinfo --config CPL_DEBUG ON NetCDF:'test_wrfout_2.nc':T2
GDAL_netCDF: driver detected file type=2, libnetcdf detected type=2
GDAL_netCDF: dim_count = 9
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
GDAL_netCDF: var_count = 166
GDAL_netCDF: variable #2 [XLAT] was ignored
GDAL_netCDF: variable #3 [XLONG] was ignored
GDAL_netCDF: variable #51 [XTIME] was ignored
GDAL_netCDF: variable #120 [XLAT_U] was ignored
GDAL_netCDF: variable #121 [XLONG_U] was ignored
GDAL_netCDF: variable #122 [XLAT_V] was ignored
GDAL_netCDF: variable #123 [XLONG_V] was ignored
GDAL_netCDF: ncount 131 1
GDAL_netCDF:
=====
SetProjectionFromVar( 38)
GDAL_netCDF: got grid_mapping lambert93
GDAL_netCDF: bIsGdalFile=1 bIsGdalCfFile=0 bBottomUp=0
GDAL_netCDF: setting WKT from GDAL
GDAL_netCDF: SetProjection, WKT = PROJCS["RGF93 /
Lambert-93",GEOGCS["RGF93",DATUM["Reseau_Geodesique_Francais_1993",SPHEROID["GRS
1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6171"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4171"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",44],PARAMETER["latitude_of_origin",46.5],PARAMETER["central_meridian",3],PARAMETER["false_easting",700000],PARAMETER["false_northing",6600000],AUTHORITY["EPSG","2154"],AXIS["X",EAST],AXIS["Y",NORTH]]
GDAL_netCDF: pszGeoTransform is not NULL 69815, 9000, 0, 5751408, 0, 9000
GDAL_netCDF:
SetGeoTransform(69815.000000,9000.000000,0.000000,5751408.000000,0.000000,9000.000000)
GDAL_netCDF: coordinates attribute [XLONG XLAT XTIME] is unsupported
GDAL_netCDF: bGotGeogCS=0 bGotCfSRS=0 bGotCfGT=0 bGotGdalSRS=1 bGotGdalGT=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL_netCDF: did not get nodata value for variable #38, using default
9969209968386869046778552952102584320.000000
GDAL_netCDF: netcdf type=5 gdal type=6 signedByte=1
GDAL: GDALOpen(NetCDF:test_wrfout_2.nc:T2, this=0x55e95dcad8e0) succeeds
as netCDF.
Driver: netCDF/Network Common Data Format
GDAL: GDALDefaultOverviews::OverviewScan()
Files: test_wrfout_2.nc
Size is 155, 152
Coordinate System is:
PROJCS["RGF93 / Lambert-93",
    GEOGCS["RGF93",
        DATUM["Reseau_Geodesique_Francais_1993",
            SPHEROID["GRS 1980",6378137,298.257222101,
                AUTHORITY["EPSG","7019"]],
            TOWGS84[0,0,0,0,0,0,0],
            AUTHORITY["EPSG","6171"]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.01745329251994328,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4171"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    PROJECTION["Lambert_Conformal_Conic_2SP"],
    PARAMETER["standard_parallel_1",49],
    PARAMETER["standard_parallel_2",44],
    PARAMETER["latitude_of_origin",46.5],
    PARAMETER["central_meridian",3],
    PARAMETER["false_easting",700000],
    PARAMETER["false_northing",6600000],
    AUTHORITY["EPSG","2154"],
    AXIS["X",EAST],
    AXIS["Y",NORTH]]
Origin = (69815.000000000000000,5751408.000000000000000)
Pixel Size = (9000.000000000000000,9000.000000000000000)
Metadata:
  lambert93#GeoTransform=69815, 9000, 0, 5751408, 0, 9000
  lambert93#grid_mapping=lambert93
  lambert93#spatial_ref=PROJCS["RGF93 /
Lambert-93",GEOGCS["RGF93",DATUM["Reseau_Geodesique_Francais_1993",SPHEROID["GRS
1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6171"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4171"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",44],PARAMETER["latitude_of_origin",46.5],PARAMETER["central_meridian",3],PARAMETER["false_easting",700000],PARAMETER["false_northing",6600000],AUTHORITY["EPSG","2154"],AXIS["X",EAST],AXIS["Y",NORTH]]
  NC_GLOBAL#ADAPT_DT_MAX=72
  NC_GLOBAL#ADAPT_DT_MIN=27
  NC_GLOBAL#ADAPT_DT_START=36
  NC_GLOBAL#AER_ANGEXP_OPT=1
  NC_GLOBAL#AER_ANGEXP_VAL=1.3
  NC_GLOBAL#AER_AOD550_OPT=1
  NC_GLOBAL#AER_AOD550_VAL=0.12
  NC_GLOBAL#AER_ASY_OPT=1
  NC_GLOBAL#AER_ASY_VAL=0.89999998
  NC_GLOBAL#AER_OPT=0
  NC_GLOBAL#AER_SSA_OPT=1
  NC_GLOBAL#AER_SSA_VAL=0.85000002
  NC_GLOBAL#AER_TYPE=1
  NC_GLOBAL#BLDT=0
  NC_GLOBAL#BL_PBL_PHYSICS=4
  NC_GLOBAL#BOTTOM-TOP_GRID_DIMENSION=35
  NC_GLOBAL#BOTTOM-TOP_PATCH_END_STAG=35
  NC_GLOBAL#BOTTOM-TOP_PATCH_END_UNSTAG=34
  NC_GLOBAL#BOTTOM-TOP_PATCH_START_STAG=1
  NC_GLOBAL#BOTTOM-TOP_PATCH_START_UNSTAG=1
  NC_GLOBAL#BUCKET_J=-1
  NC_GLOBAL#BUCKET_MM=-1
  NC_GLOBAL#CEN_LAT=45.014633
  NC_GLOBAL#CEN_LON=3.8544922
  NC_GLOBAL#CUDT=5
  NC_GLOBAL#CU_PHYSICS=1
  NC_GLOBAL#DAMPCOEF=0.2
  NC_GLOBAL#DAMP_OPT=0
  NC_GLOBAL#DFI_OPT=0
  NC_GLOBAL#DIFF_6TH_FACTOR=0.12
  NC_GLOBAL#DIFF_6TH_OPT=0
  NC_GLOBAL#DIFF_OPT=1
  NC_GLOBAL#DT=36
  NC_GLOBAL#DX=9000
  NC_GLOBAL#DY=9000
  NC_GLOBAL#ETAC=0
  NC_GLOBAL#FEEDBACK=1
  NC_GLOBAL#GFDDA_END_H=0
  NC_GLOBAL#GFDDA_INTERVAL_M=0
  NC_GLOBAL#GMT=12
  NC_GLOBAL#GRAV_SETTLING=0
  NC_GLOBAL#GRIDTYPE=C
  NC_GLOBAL#GRID_FDDA=0
  NC_GLOBAL#GRID_ID=1
  NC_GLOBAL#GRID_SFDDA=0
  NC_GLOBAL#GWD_OPT=0
  NC_GLOBAL#history=Tue Oct 17 14:57:49 2017: ncatted -a
spatial_ref,lambert93,c,c,PROJCS["RGF93 /
Lambert-93",GEOGCS["RGF93",DATUM["Reseau_Geodesique_Francais_1993",SPHEROID["GRS
1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6171"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4171"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",44],PARAMETER["latitude_of_origin",46.5],PARAMETER["central_meridian",3],PARAMETER["false_easting",700000],PARAMETER["false_northing",6600000],AUTHORITY["EPSG","2154"],AXIS["X",EAST],AXIS["Y",NORTH]]
-a GeoTransform,lambert93,c,c,69815, 9000, 0, 5751408, 0, 9000 -a
grid_mapping,,c,c,lambert93 test_wrfout_1.nc test_wrfout_2.nc
Tue Oct 17 14:57:39 2017: ncap -s lambert93=-9999 test_wrfout.nc
test_wrfout_1.nc
  NC_GLOBAL#HYBRID_OPT=-1
  NC_GLOBAL#HYPSOMETRIC_OPT=2
  NC_GLOBAL#ICLOUD=1
  NC_GLOBAL#ICLOUD_CU=0
  NC_GLOBAL#ISFFLX=1
  NC_GLOBAL#ISFTCFLX=0
  NC_GLOBAL#ISHALLOW=0
  NC_GLOBAL#ISICE=15
  NC_GLOBAL#ISLAKE=21
  NC_GLOBAL#ISOILWATER=14
  NC_GLOBAL#ISURBAN=13
  NC_GLOBAL#ISWATER=17
  NC_GLOBAL#I_PARENT_START=1
  NC_GLOBAL#JULDAY=278
  NC_GLOBAL#JULYR=2017
  NC_GLOBAL#J_PARENT_START=1
  NC_GLOBAL#KHDIF=0
  NC_GLOBAL#KM_OPT=4
  NC_GLOBAL#KVDIF=0
  NC_GLOBAL#MAP_PROJ=1
  NC_GLOBAL#MAP_PROJ_CHAR=Lambert Conformal
  NC_GLOBAL#MFSHCONV=1
  NC_GLOBAL#MMINLU=MODIFIED_IGBP_MODIS_NOAH
  NC_GLOBAL#MOAD_CEN_LAT=45.014633
  NC_GLOBAL#MOIST_ADV_OPT=1
  NC_GLOBAL#MP_PHYSICS=6
  NC_GLOBAL#NCO="4.6.1"
  NC_GLOBAL#NUM_LAND_CAT=21
  NC_GLOBAL#OBS_NUDGE_OPT=0
  NC_GLOBAL#PARENT_GRID_RATIO=1
  NC_GLOBAL#PARENT_ID=1
  NC_GLOBAL#POLE_LAT=90
  NC_GLOBAL#POLE_LON=0
  NC_GLOBAL#PREC_ACC_DT=0
  NC_GLOBAL#RADT=10
  NC_GLOBAL#RA_LW_PHYSICS=1
  NC_GLOBAL#RA_SW_PHYSICS=2
  NC_GLOBAL#SCALAR_ADV_OPT=1
  NC_GLOBAL#SCALAR_PBLMIX=0
  NC_GLOBAL#SF_LAKE_PHYSICS=0
  NC_GLOBAL#SF_OCEAN_PHYSICS=0
  NC_GLOBAL#SF_SFCLAY_PHYSICS=4
  NC_GLOBAL#SF_SURFACE_PHYSICS=2
  NC_GLOBAL#SF_URBAN_PHYSICS=0
  NC_GLOBAL#SGFDDA_END_H=0
  NC_GLOBAL#SGFDDA_INTERVAL_M=0
  NC_GLOBAL#SHCU_PHYSICS=0
  NC_GLOBAL#SIMULATION_INITIALIZATION_TYPE=REAL-DATA CASE
  NC_GLOBAL#SIMULATION_START_DATE=2017-10-05_12:00:00
  NC_GLOBAL#SKEBS_ON=0
  NC_GLOBAL#SMOOTH_OPTION=0
  NC_GLOBAL#SOUTH-NORTH_GRID_DIMENSION=153
  NC_GLOBAL#SOUTH-NORTH_PATCH_END_STAG=153
  NC_GLOBAL#SOUTH-NORTH_PATCH_END_UNSTAG=152
  NC_GLOBAL#SOUTH-NORTH_PATCH_START_STAG=1
  NC_GLOBAL#SOUTH-NORTH_PATCH_START_UNSTAG=1
  NC_GLOBAL#SPEC_BDY_FINAL_MU=1
  NC_GLOBAL#SST_UPDATE=0
  NC_GLOBAL#STAND_LON=3
  NC_GLOBAL#START_DATE=2017-10-05_12:00:00
  NC_GLOBAL#SURFACE_INPUT_SOURCE=3
  NC_GLOBAL#SWINT_OPT=0
  NC_GLOBAL#SWRAD_SCAT=1
  NC_GLOBAL#TITLE= OUTPUT FROM WRF V3.9.1 MODEL
  NC_GLOBAL#TKE_ADV_OPT=1
  NC_GLOBAL#TRACER_PBLMIX=1
  NC_GLOBAL#TRUELAT1=44
  NC_GLOBAL#TRUELAT2=49
  NC_GLOBAL#USE_Q_DIABATIC=0
  NC_GLOBAL#USE_THETA_M=0
  NC_GLOBAL#WEST-EAST_GRID_DIMENSION=156
  NC_GLOBAL#WEST-EAST_PATCH_END_STAG=156
  NC_GLOBAL#WEST-EAST_PATCH_END_UNSTAG=155
  NC_GLOBAL#WEST-EAST_PATCH_START_STAG=1
  NC_GLOBAL#WEST-EAST_PATCH_START_UNSTAG=1
  NC_GLOBAL#W_DAMPING=0
  NC_GLOBAL#YSU_TOPDOWN_PBLMIX=0
  NETCDF_DIM_EXTRA={Time}
  NETCDF_DIM_Time_DEF={24,5}
  T2#coordinates=XLONG XLAT XTIME
  T2#description=TEMP at 2 M
  T2#FieldType=104
  T2#grid_mapping=lambert93
  T2#MemoryOrder=XY
  T2#stagger=
  T2#units=K
OGRCT: PROJ >= 4.8.0 features enabled
OGRCT: Using locale-safe proj version
OGRCT: Source: +proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3
+x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m
+no_defs
OGRCT: Target: +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs
Corner Coordinates:
Upper Left  (   69815.000, 5751408.000) (  4d11'14.74"W, 38d37' 9.01"N)
Lower Left  (   69815.000, 7119408.000) (  5d56'59.14"W, 50d50'57.22"N)
Upper Right ( 1464815.000, 5751408.000) ( 11d42'41.65"E, 38d29'53.79"N)
Lower Right ( 1464815.000, 7119408.000) ( 13d50'23.60"E, 50d41'53.67"N)
Center      (  767315.000, 6435408.000) (  3d51'16.19"E, 45d 0'52.67"N)
Band 1 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=1
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 2 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=2
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 3 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=3
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 4 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=4
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 5 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=5
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 6 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=6
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 7 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=7
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 8 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=8
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 9 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=9
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 10 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=10
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 11 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=11
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 12 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=12
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 13 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=13
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 14 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=14
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 15 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=15
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 16 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=16
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 17 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=17
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 18 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=18
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 19 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=19
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 20 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=20
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 21 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=21
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 22 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=22
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 23 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=23
    NETCDF_VARNAME=T2
    stagger=
    units=K
Band 24 Block=155x1 Type=Float32, ColorInterp=Undefined
  NoData Value=9.96920996838686905e+36
  Unit Type: K
  Metadata:
    coordinates=XLONG XLAT XTIME
    description=TEMP at 2 M
    FieldType=104
    grid_mapping=lambert93
    MemoryOrder=XY
    NETCDF_DIM_Time=24
    NETCDF_VARNAME=T2
    stagger=
    units=K
GDAL: GDALClose(NetCDF:test_wrfout_2.nc:T2, this=0x55e95dcad8e0)





More information about the gdal-dev mailing list