netcdf recon_t2m_1958-2022_ano.final { dimensions: time = UNLIMITED ; // (780 currently) west_east = 114 ; south_north = 114 ; variables: double time(time) ; time:standard_name = "time" ; time:units = "days since 1951-1-1 00:00:0.0" ; time:calendar = "standard" ; time:axis = "T" ; float RECON(time, south_north, west_east) ; RECON:_FillValue = -999.9f ; RECON:missing_value = -999.9f ; RECON:long_name = "Near-surface temperature anomaly" ; RECON:units = "degrees_C" ; float XLAT(south_north, west_east) ; XLAT:units = "degrees latitude" ; XLAT:Times = 0. ; XLAT:FieldType = 104 ; XLAT:MemoryOrder = "XY " ; XLAT:description = "Latitude on mass grid" ; XLAT:stagger = "M" ; XLAT:sr_x = 1 ; XLAT:sr_y = 1 ; float XLON(south_north, west_east) ; XLON:units = "degrees longitude" ; XLON:Times = 0. ; XLON:FieldType = 104 ; XLON:MemoryOrder = "XY " ; XLON:description = "Longitude on mass grid" ; XLON:stagger = "M" ; XLON:sr_x = 1 ; XLON:sr_y = 1 ; float HGT(south_north, west_east) ; HGT:units = "meters MSL" ; HGT:Times = 0. ; HGT:FieldType = 104 ; HGT:MemoryOrder = "XY " ; HGT:description = "Topography height" ; HGT:stagger = "M" ; HGT:sr_x = 1 ; HGT:sr_y = 1 ; float LANDMASK(south_north, west_east) ; LANDMASK:standard_name = "land_binary_mask" ; LANDMASK:long_name = "Land-sea mask" ; LANDMASK:units = "(0 - 1)" ; LANDMASK:_FillValue = -999.9f ; LANDMASK:missing_value = -999.9f ; LANDMASK:time = 692496 ; LANDMASK:remap = "remapped via ESMF_regrid_with_weights: Bilinear" ; LANDMASK:_FillValue_original = -32767s ; LANDMASK:missing_value_original = -32767s ; // global attributes: :CDI = "Climate Data Interface version 2.0.4 (https://mpimet.mpg.de/cdi)" ; :Conventions = "CF-1.6" ; :TITLE = "OUTPUT FROM GEOGRID V3.6.1" ; :SIMULATION_START_DATE = "0000-00-00_00:00:00" ; :WEST-EAST_GRID_DIMENSION = 115 ; :SOUTH-NORTH_GRID_DIMENSION = 115 ; :BOTTOM-TOP_GRID_DIMENSION = 0 ; :WEST-EAST_PATCH_START_UNSTAG = 1 ; :WEST-EAST_PATCH_END_UNSTAG = 114 ; :WEST-EAST_PATCH_START_STAG = 1 ; :WEST-EAST_PATCH_END_STAG = 115 ; :SOUTH-NORTH_PATCH_START_UNSTAG = 1 ; :SOUTH-NORTH_PATCH_END_UNSTAG = 114 ; :SOUTH-NORTH_PATCH_START_STAG = 1 ; :SOUTH-NORTH_PATCH_END_STAG = 115 ; :GRIDTYPE = "C" ; :DX = 60000.f ; :DY = 60000.f ; :DYN_OPT = 2 ; :CEN_LAT = -90.f ; :CEN_LON = 180.f ; :TRUELAT1 = -60.f ; :TRUELAT2 = -60.f ; :MOAD_CEN_LAT = -90.f ; :STAND_LON = 0.f ; :POLE_LAT = 90.f ; :POLE_LON = 0.f ; :MAP_PROJ = 2 ; :MMINLU = "USGS" ; :NUM_LAND_CAT = 24 ; :ISWATER = 16 ; :ISLAKE = -1 ; :ISICE = 24 ; :ISURBAN = 1 ; :ISOILWATER = 14 ; :grid_id = 1 ; :parent_id = 1 ; :i_parent_start = 1 ; :j_parent_start = 1 ; :i_parent_end = 115 ; :j_parent_end = 115 ; :parent_grid_ratio = 1 ; :sr_x = 1 ; :sr_y = 1 ; :FLAG_MF_XY = 1 ; :FLAG_LAI12M = 1 ; :FLAG_LAKE_DEPTH = 1 ; :NCO = "netCDF Operators version 4.7.5 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ; :CDO = "Climate Data Operators version 2.0.4 (https://mpimet.mpg.de/cdo)" ; }