WRF Ingest for STILT

  • netCDF Header
    netcdf wrfout_24h {
    dimensions:
    	Time = UNLIMITED ; // (1 currently)
    	DateStrLen = 19 ;
    	west_east = 770 ;
    	south_north = 650 ;
    	west_east_stag = 771 ;
    	bottom_top = 34 ;
    	south_north_stag = 651 ;
    	bottom_top_stag = 35 ;
    	ext_scalar = 1 ;
    	soil_layers_stag = 4 ;
    variables:
    	char Times(Time, DateStrLen) ;
    	float LU_INDEX(Time, south_north, west_east) ;
    		LU_INDEX:FieldType = 104 ;
    		LU_INDEX:MemoryOrder = "XY " ;
    		LU_INDEX:description = "LAND USE CATEGORY" ;
    		LU_INDEX:units = "" ;
    		LU_INDEX:stagger = "" ;
    	float U(Time, bottom_top, south_north, west_east_stag) ;
    		U:FieldType = 104 ;
    		U:MemoryOrder = "XYZ" ;
    		U:description = "x-wind component" ;
    		U:units = "m s-1" ;
    		U:stagger = "X" ;
    	float V(Time, bottom_top, south_north_stag, west_east) ;
    		V:FieldType = 104 ;
    		V:MemoryOrder = "XYZ" ;
    		V:description = "y-wind component" ;
    		V:units = "m s-1" ;
    		V:stagger = "Y" ;
    	float W(Time, bottom_top_stag, south_north, west_east) ;
    		W:FieldType = 104 ;
    		W:MemoryOrder = "XYZ" ;
    		W:description = "z-wind component" ;
    		W:units = "m s-1" ;
    		W:stagger = "Z" ;
    	float PH(Time, bottom_top_stag, south_north, west_east) ;
    		PH:FieldType = 104 ;
    		PH:MemoryOrder = "XYZ" ;
    		PH:description = "perturbation geopotential" ;
    		PH:units = "m2 s-2" ;
    		PH:stagger = "Z" ;
    	float PHB(Time, bottom_top_stag, south_north, west_east) ;
    		PHB:FieldType = 104 ;
    		PHB:MemoryOrder = "XYZ" ;
    		PHB:description = "base-state geopotential" ;
    		PHB:units = "m2 s-2" ;
    		PHB:stagger = "Z" ;
    	float T(Time, bottom_top, south_north, west_east) ;
    		T:FieldType = 104 ;
    		T:MemoryOrder = "XYZ" ;
    		T:description = "perturbation potential temperature (theta-t0)" ;
    		T:units = "K" ;
    		T:stagger = "" ;
    	float MU(Time, south_north, west_east) ;
    		MU:FieldType = 104 ;
    		MU:MemoryOrder = "XY " ;
    		MU:description = "perturbation dry air mass in column" ;
    		MU:units = "Pa" ;
    		MU:stagger = "" ;
    	float MUB(Time, south_north, west_east) ;
    		MUB:FieldType = 104 ;
    		MUB:MemoryOrder = "XY " ;
    		MUB:description = "base state dry air mass in column" ;
    		MUB:units = "Pa" ;
    		MUB:stagger = "" ;
    	float P(Time, bottom_top, south_north, west_east) ;
    		P:FieldType = 104 ;
    		P:MemoryOrder = "XYZ" ;
    		P:description = "perturbation pressure" ;
    		P:units = "Pa" ;
    		P:stagger = "" ;
    	float PB(Time, bottom_top, south_north, west_east) ;
    		PB:FieldType = 104 ;
    		PB:MemoryOrder = "XYZ" ;
    		PB:description = "BASE STATE PRESSURE" ;
    		PB:units = "Pa" ;
    		PB:stagger = "" ;
    	float FNM(Time, bottom_top) ;
    		FNM:FieldType = 104 ;
    		FNM:MemoryOrder = "Z  " ;
    		FNM:description = "upper weight for vertical stretching" ;
    		FNM:units = "" ;
    		FNM:stagger = "" ;
    	float FNP(Time, bottom_top) ;
    		FNP:FieldType = 104 ;
    		FNP:MemoryOrder = "Z  " ;
    		FNP:description = "lower weight for vertical stretching" ;
    		FNP:units = "" ;
    		FNP:stagger = "" ;
    	float RDNW(Time, bottom_top) ;
    		RDNW:FieldType = 104 ;
    		RDNW:MemoryOrder = "Z  " ;
    		RDNW:description = "inverse dn values on full (w) levels" ;
    		RDNW:units = "" ;
    		RDNW:stagger = "" ;
    	float RDN(Time, bottom_top) ;
    		RDN:FieldType = 104 ;
    		RDN:MemoryOrder = "Z  " ;
    		RDN:description = "dn values on half (mass) levels" ;
    		RDN:units = "" ;
    		RDN:stagger = "" ;
    	float DNW(Time, bottom_top) ;
    		DNW:FieldType = 104 ;
    		DNW:MemoryOrder = "Z  " ;
    		DNW:description = "dn values on full (w) levels" ;
    		DNW:units = "" ;
    		DNW:stagger = "" ;
    	float DN(Time, bottom_top) ;
    		DN:FieldType = 104 ;
    		DN:MemoryOrder = "Z  " ;
    		DN:description = "dn values on half (mass) levels" ;
    		DN:units = "" ;
    		DN:stagger = "" ;
    	float ZNU(Time, bottom_top) ;
    		ZNU:FieldType = 104 ;
    		ZNU:MemoryOrder = "Z  " ;
    		ZNU:description = "eta values on half (mass) levels" ;
    		ZNU:units = "" ;
    		ZNU:stagger = "" ;
    	float ZNW(Time, bottom_top_stag) ;
    		ZNW:FieldType = 104 ;
    		ZNW:MemoryOrder = "Z  " ;
    		ZNW:description = "eta values on full (w) levels" ;
    		ZNW:units = "" ;
    		ZNW:stagger = "Z" ;
    	float CFN(Time, ext_scalar) ;
    		CFN:FieldType = 104 ;
    		CFN:MemoryOrder = "0  " ;
    		CFN:description = "" ;
    		CFN:units = "" ;
    		CFN:stagger = "" ;
    	float CFN1(Time, ext_scalar) ;
    		CFN1:FieldType = 104 ;
    		CFN1:MemoryOrder = "0  " ;
    		CFN1:description = "" ;
    		CFN1:units = "" ;
    		CFN1:stagger = "" ;
    	float EPSTS(Time, ext_scalar) ;
    		EPSTS:FieldType = 104 ;
    		EPSTS:MemoryOrder = "0  " ;
    		EPSTS:description = "" ;
    		EPSTS:units = "" ;
    		EPSTS:stagger = "" ;
    	float Q2(Time, south_north, west_east) ;
    		Q2:FieldType = 104 ;
    		Q2:MemoryOrder = "XY " ;
    		Q2:description = "QV at 2 M" ;
    		Q2:units = "kg kg-1" ;
    		Q2:stagger = "" ;
    	float T2(Time, south_north, west_east) ;
    		T2:FieldType = 104 ;
    		T2:MemoryOrder = "XY " ;
    		T2:description = "TEMP at 2 M" ;
    		T2:units = "K" ;
    		T2:stagger = "" ;
    	float PSFC(Time, south_north, west_east) ;
    		PSFC:FieldType = 104 ;
    		PSFC:MemoryOrder = "XY " ;
    		PSFC:description = "SFC PRESSURE" ;
    		PSFC:units = "Pa" ;
    		PSFC:stagger = "" ;
    	float U10(Time, south_north, west_east) ;
    		U10:FieldType = 104 ;
    		U10:MemoryOrder = "XY " ;
    		U10:description = "U at 10 M" ;
    		U10:units = "m s-1" ;
    		U10:stagger = "" ;
    	float V10(Time, south_north, west_east) ;
    		V10:FieldType = 104 ;
    		V10:MemoryOrder = "XY " ;
    		V10:description = "V at 10 M" ;
    		V10:units = "m s-1" ;
    		V10:stagger = "" ;
    	float RDX(Time, ext_scalar) ;
    		RDX:FieldType = 104 ;
    		RDX:MemoryOrder = "0  " ;
    		RDX:description = "INVERSE X GRID LENGTH" ;
    		RDX:units = "" ;
    		RDX:stagger = "" ;
    	float RDY(Time, ext_scalar) ;
    		RDY:FieldType = 104 ;
    		RDY:MemoryOrder = "0  " ;
    		RDY:description = "INVERSE Y GRID LENGTH" ;
    		RDY:units = "" ;
    		RDY:stagger = "" ;
    	float RESM(Time, ext_scalar) ;
    		RESM:FieldType = 104 ;
    		RESM:MemoryOrder = "0  " ;
    		RESM:description = "TIME WEIGHT CONSTANT FOR SMALL STEPS" ;
    		RESM:units = "" ;
    		RESM:stagger = "" ;
    	float ZETATOP(Time, ext_scalar) ;
    		ZETATOP:FieldType = 104 ;
    		ZETATOP:MemoryOrder = "0  " ;
    		ZETATOP:description = "ZETA AT MODEL TOP" ;
    		ZETATOP:units = "" ;
    		ZETATOP:stagger = "" ;
    	float CF1(Time, ext_scalar) ;
    		CF1:FieldType = 104 ;
    		CF1:MemoryOrder = "0  " ;
    		CF1:description = "2nd order extrapolation constant" ;
    		CF1:units = "" ;
    		CF1:stagger = "" ;
    	float CF2(Time, ext_scalar) ;
    		CF2:FieldType = 104 ;
    		CF2:MemoryOrder = "0  " ;
    		CF2:description = "2nd order extrapolation constant" ;
    		CF2:units = "" ;
    		CF2:stagger = "" ;
    	float CF3(Time, ext_scalar) ;
    		CF3:FieldType = 104 ;
    		CF3:MemoryOrder = "0  " ;
    		CF3:description = "2nd order extrapolation constant" ;
    		CF3:units = "" ;
    		CF3:stagger = "" ;
    	int ITIMESTEP(Time, ext_scalar) ;
    		ITIMESTEP:FieldType = 106 ;
    		ITIMESTEP:MemoryOrder = "0  " ;
    		ITIMESTEP:description = "" ;
    		ITIMESTEP:units = "" ;
    		ITIMESTEP:stagger = "" ;
    	float QVAPOR(Time, bottom_top, south_north, west_east) ;
    		QVAPOR:FieldType = 104 ;
    		QVAPOR:MemoryOrder = "XYZ" ;
    		QVAPOR:description = "Water vapor mixing ratio" ;
    		QVAPOR:units = "kg kg-1" ;
    		QVAPOR:stagger = "" ;
    	float QCLOUD(Time, bottom_top, south_north, west_east) ;
    		QCLOUD:FieldType = 104 ;
    		QCLOUD:MemoryOrder = "XYZ" ;
    		QCLOUD:description = "Cloud water mixing ratio" ;
    		QCLOUD:units = "kg kg-1" ;
    		QCLOUD:stagger = "" ;
    	float QRAIN(Time, bottom_top, south_north, west_east) ;
    		QRAIN:FieldType = 104 ;
    		QRAIN:MemoryOrder = "XYZ" ;
    		QRAIN:description = "Rain water mixing ratio" ;
    		QRAIN:units = "kg kg-1" ;
    		QRAIN:stagger = "" ;
    	float QICE(Time, bottom_top, south_north, west_east) ;
    		QICE:FieldType = 104 ;
    		QICE:MemoryOrder = "XYZ" ;
    		QICE:description = "Ice mixing ratio" ;
    		QICE:units = "kg kg-1" ;
    		QICE:stagger = "" ;
    	float QSNOW(Time, bottom_top, south_north, west_east) ;
    		QSNOW:FieldType = 104 ;
    		QSNOW:MemoryOrder = "XYZ" ;
    		QSNOW:description = "Snow mixing ratio" ;
    		QSNOW:units = "kg kg-1" ;
    		QSNOW:stagger = "" ;
    	float QGRAUP(Time, bottom_top, south_north, west_east) ;
    		QGRAUP:FieldType = 104 ;
    		QGRAUP:MemoryOrder = "XYZ" ;
    		QGRAUP:description = "Graupel mixing ratio" ;
    		QGRAUP:units = "kg kg-1" ;
    		QGRAUP:stagger = "" ;
    	float LANDMASK(Time, south_north, west_east) ;
    		LANDMASK:FieldType = 104 ;
    		LANDMASK:MemoryOrder = "XY " ;
    		LANDMASK:description = "LAND MASK (1 FOR LAND, 0 FOR WATER)" ;
    		LANDMASK:units = "" ;
    		LANDMASK:stagger = "" ;
    	float TSLB(Time, soil_layers_stag, south_north, west_east) ;
    		TSLB:FieldType = 104 ;
    		TSLB:MemoryOrder = "XYZ" ;
    		TSLB:description = "SOIL TEMPERATURE" ;
    		TSLB:units = "K" ;
    		TSLB:stagger = "Z" ;
    	float ZS(Time, soil_layers_stag) ;
    		ZS:FieldType = 104 ;
    		ZS:MemoryOrder = "Z  " ;
    		ZS:description = "DEPTHS OF CENTERS OF SOIL LAYERS" ;
    		ZS:units = "m" ;
    		ZS:stagger = "Z" ;
    	float DZS(Time, soil_layers_stag) ;
    		DZS:FieldType = 104 ;
    		DZS:MemoryOrder = "Z  " ;
    		DZS:description = "THICKNESSES OF SOIL LAYERS" ;
    		DZS:units = "m" ;
    		DZS:stagger = "Z" ;
    	float SMOIS(Time, soil_layers_stag, south_north, west_east) ;
    		SMOIS:FieldType = 104 ;
    		SMOIS:MemoryOrder = "XYZ" ;
    		SMOIS:description = "SOIL MOISTURE" ;
    		SMOIS:units = "m3 m-3" ;
    		SMOIS:stagger = "Z" ;
    	float SH2O(Time, soil_layers_stag, south_north, west_east) ;
    		SH2O:FieldType = 104 ;
    		SH2O:MemoryOrder = "XYZ" ;
    		SH2O:description = "SOIL LIQUID WATER" ;
    		SH2O:units = "m3 m-3" ;
    		SH2O:stagger = "Z" ;
    	float XICE(Time, south_north, west_east) ;
    		XICE:FieldType = 104 ;
    		XICE:MemoryOrder = "XY " ;
    		XICE:description = "SEA ICE FLAG" ;
    		XICE:units = "" ;
    		XICE:stagger = "" ;
    	int IVGTYP(Time, south_north, west_east) ;
    		IVGTYP:FieldType = 106 ;
    		IVGTYP:MemoryOrder = "XY " ;
    		IVGTYP:description = "DOMINANT VEGETATION CATEGORY" ;
    		IVGTYP:units = "" ;
    		IVGTYP:stagger = "" ;
    	int ISLTYP(Time, south_north, west_east) ;
    		ISLTYP:FieldType = 106 ;
    		ISLTYP:MemoryOrder = "XY " ;
    		ISLTYP:description = "DOMINANT SOIL CATEGORY" ;
    		ISLTYP:units = "" ;
    		ISLTYP:stagger = "" ;
    	float VEGFRA(Time, south_north, west_east) ;
    		VEGFRA:FieldType = 104 ;
    		VEGFRA:MemoryOrder = "XY " ;
    		VEGFRA:description = "VEGETATION FRACTION" ;
    		VEGFRA:units = "" ;
    		VEGFRA:stagger = "" ;
    	float SNOW(Time, south_north, west_east) ;
    		SNOW:FieldType = 104 ;
    		SNOW:MemoryOrder = "XY " ;
    		SNOW:description = "SNOW WATER EQUIVALENT" ;
    		SNOW:units = "kg m-2" ;
    		SNOW:stagger = "" ;
    	float SNOWH(Time, south_north, west_east) ;
    		SNOWH:FieldType = 104 ;
    		SNOWH:MemoryOrder = "XY " ;
    		SNOWH:description = "PHYSICAL SNOW DEPTH" ;
    		SNOWH:units = "m" ;
    		SNOWH:stagger = "" ;
    	float CANWAT(Time, south_north, west_east) ;
    		CANWAT:FieldType = 104 ;
    		CANWAT:MemoryOrder = "XY " ;
    		CANWAT:description = "CANOPY WATER" ;
    		CANWAT:units = "kg m-2" ;
    		CANWAT:stagger = "" ;
    	float SST(Time, south_north, west_east) ;
    		SST:FieldType = 104 ;
    		SST:MemoryOrder = "XY " ;
    		SST:description = "SEA SURFACE TEMPERATURE" ;
    		SST:units = "K" ;
    		SST:stagger = "" ;
    	float MAPFAC_M(Time, south_north, west_east) ;
    		MAPFAC_M:FieldType = 104 ;
    		MAPFAC_M:MemoryOrder = "XY " ;
    		MAPFAC_M:description = "Map scale factor on mass grid" ;
    		MAPFAC_M:units = "" ;
    		MAPFAC_M:stagger = "" ;
    	float MAPFAC_U(Time, south_north, west_east_stag) ;
    		MAPFAC_U:FieldType = 104 ;
    		MAPFAC_U:MemoryOrder = "XY " ;
    		MAPFAC_U:description = "Map scale factor on u-grid" ;
    		MAPFAC_U:units = "" ;
    		MAPFAC_U:stagger = "X" ;
    	float MAPFAC_V(Time, south_north_stag, west_east) ;
    		MAPFAC_V:FieldType = 104 ;
    		MAPFAC_V:MemoryOrder = "XY " ;
    		MAPFAC_V:description = "Map scale factor on v-grid" ;
    		MAPFAC_V:units = "" ;
    		MAPFAC_V:stagger = "Y" ;
    	float F(Time, south_north, west_east) ;
    		F:FieldType = 104 ;
    		F:MemoryOrder = "XY " ;
    		F:description = "Coriolis sine latitude term" ;
    		F:units = "s-1" ;
    		F:stagger = "" ;
    	float E(Time, south_north, west_east) ;
    		E:FieldType = 104 ;
    		E:MemoryOrder = "XY " ;
    		E:description = "Coriolis cosine latitude term" ;
    		E:units = "s-1" ;
    		E:stagger = "" ;
    	float SINALPHA(Time, south_north, west_east) ;
    		SINALPHA:FieldType = 104 ;
    		SINALPHA:MemoryOrder = "XY " ;
    		SINALPHA:description = "Local sine of map rotation" ;
    		SINALPHA:units = "" ;
    		SINALPHA:stagger = "" ;
    	float COSALPHA(Time, south_north, west_east) ;
    		COSALPHA:FieldType = 104 ;
    		COSALPHA:MemoryOrder = "XY " ;
    		COSALPHA:description = "Local cosine of map rotation" ;
    		COSALPHA:units = "" ;
    		COSALPHA:stagger = "" ;
    	float HGT(Time, south_north, west_east) ;
    		HGT:FieldType = 104 ;
    		HGT:MemoryOrder = "XY " ;
    		HGT:description = "Terrain Height" ;
    		HGT:units = "m" ;
    		HGT:stagger = "" ;
    	float TSK(Time, south_north, west_east) ;
    		TSK:FieldType = 104 ;
    		TSK:MemoryOrder = "XY " ;
    		TSK:description = "SURFACE SKIN TEMPERATURE" ;
    		TSK:units = "K" ;
    		TSK:stagger = "" ;
    	float P_TOP(Time, ext_scalar) ;
    		P_TOP:FieldType = 104 ;
    		P_TOP:MemoryOrder = "0  " ;
    		P_TOP:description = "PRESSURE TOP OF THE MODEL" ;
    		P_TOP:units = "Pa" ;
    		P_TOP:stagger = "" ;
    	float RAINC(Time, south_north, west_east) ;
    		RAINC:FieldType = 104 ;
    		RAINC:MemoryOrder = "XY " ;
    		RAINC:description = "ACCUMULATED TOTAL CUMULUS PRECIPITATION" ;
    		RAINC:units = "mm" ;
    		RAINC:stagger = "" ;
    	float RAINNC(Time, south_north, west_east) ;
    		RAINNC:FieldType = 104 ;
    		RAINNC:MemoryOrder = "XY " ;
    		RAINNC:description = "ACCUMULATED TOTAL GRID SCALE PRECIPITATION" ;
    		RAINNC:units = "mm" ;
    		RAINNC:stagger = "" ;
    	float SWDOWN(Time, south_north, west_east) ;
    		SWDOWN:FieldType = 104 ;
    		SWDOWN:MemoryOrder = "XY " ;
    		SWDOWN:description = "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE" ;
    		SWDOWN:units = "W m-2" ;
    		SWDOWN:stagger = "" ;
    	float GLW(Time, south_north, west_east) ;
    		GLW:FieldType = 104 ;
    		GLW:MemoryOrder = "XY " ;
    		GLW:description = "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE" ;
    		GLW:units = "W m-2" ;
    		GLW:stagger = "" ;
    	float XLAT(Time, south_north, west_east) ;
    		XLAT:FieldType = 104 ;
    		XLAT:MemoryOrder = "XY " ;
    		XLAT:description = "LATITUDE, SOUTH IS NEGATIVE" ;
    		XLAT:units = "degree_north" ;
    		XLAT:stagger = "" ;
    	float XLONG(Time, south_north, west_east) ;
    		XLONG:FieldType = 104 ;
    		XLONG:MemoryOrder = "XY " ;
    		XLONG:description = "LONGITUDE, WEST IS NEGATIVE" ;
    		XLONG:units = "degree_east" ;
    		XLONG:stagger = "" ;
    	float TMN(Time, south_north, west_east) ;
    		TMN:FieldType = 104 ;
    		TMN:MemoryOrder = "XY " ;
    		TMN:description = "SOIL TEMPERATURE AT LOWER BOUNDARY" ;
    		TMN:units = "K" ;
    		TMN:stagger = "" ;
    	float XLAND(Time, south_north, west_east) ;
    		XLAND:FieldType = 104 ;
    		XLAND:MemoryOrder = "XY " ;
    		XLAND:description = "LAND MASK (1 FOR LAND, 2 FOR WATER)" ;
    		XLAND:units = "" ;
    		XLAND:stagger = "" ;
    	float PBLH(Time, south_north, west_east) ;
    		PBLH:FieldType = 104 ;
    		PBLH:MemoryOrder = "XY " ;
    		PBLH:description = "PBL HEIGHT" ;
    		PBLH:units = "m" ;
    		PBLH:stagger = "" ;
    	float HFX(Time, south_north, west_east) ;
    		HFX:FieldType = 104 ;
    		HFX:MemoryOrder = "XY " ;
    		HFX:description = "UPWARD HEAT FLUX AT THE SURFACE" ;
    		HFX:units = "W m-2" ;
    		HFX:stagger = "" ;
    	float LH(Time, south_north, west_east) ;
    		LH:FieldType = 104 ;
    		LH:MemoryOrder = "XY " ;
    		LH:description = "LATENT HEAT FLUX AT THE SURFACE" ;
    		LH:units = "W m-2" ;
    		LH:stagger = "" ;
    	float SNOWC(Time, south_north, west_east) ;
    		SNOWC:FieldType = 104 ;
    		SNOWC:MemoryOrder = "XY " ;
    		SNOWC:description = "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)" ;
    		SNOWC:units = "" ;
    		SNOWC:stagger = "" ;
    // global attributes:
    		:TITLE = " OUTPUT FROM WRF V2.0 MODEL" ;
    		:START_DATE = "2004-04-21_00:00:00" ;
    		:WEST-EAST_GRID_DIMENSION = 771 ;
    		:SOUTH-NORTH_GRID_DIMENSION = 651 ;
    		:BOTTOM-TOP_GRID_DIMENSION = 34 ;
    		:GRIDTYPE = "C" ;
    		:DYN_OPT = 2 ;
    		:DIFF_OPT = 1 ;
    		:KM_OPT = 4 ;
    		:DAMP_OPT = 0 ;
    		:KHDIF = 0.f ;
    		:KVDIF = 0.f ;
    		:MP_PHYSICS = 2 ;
    		:RA_LW_PHYSICS = 1 ;
    		:RA_SW_PHYSICS = 1 ;
    		:BL_SFCLAY_PHYSICS = 1 ;
    		:BL_SURFACE_PHYSICS = 2 ;
    		:BL_PBL_PHYSICS = 1 ;
    		:CU_PHYSICS = 0 ;
    		:WEST-EAST_PATCH_START_UNSTAG = 695 ;
    		:WEST-EAST_PATCH_END_UNSTAG = 770 ;
    		:WEST-EAST_PATCH_START_STAG = 695 ;
    		:WEST-EAST_PATCH_END_STAG = 771 ;
    		:SOUTH-NORTH_PATCH_START_UNSTAG = 597 ;
    		:SOUTH-NORTH_PATCH_END_UNSTAG = 650 ;
    		:SOUTH-NORTH_PATCH_START_STAG = 597 ;
    		:SOUTH-NORTH_PATCH_END_STAG = 651 ;
    		:BOTTOM-TOP_PATCH_START_UNSTAG = 1 ;
    		:BOTTOM-TOP_PATCH_END_UNSTAG = 34 ;
    		:BOTTOM-TOP_PATCH_START_STAG = 1 ;
    		:BOTTOM-TOP_PATCH_END_STAG = 35 ;
    		:DX = 4000.f ;
    		:DY = 4000.f ;
    		:DT = 25.f ;
    		:CEN_LAT = 39.f ;
    		:CEN_LON = -97.f ;
    		:TRUELAT1 = 32.f ;
    		:TRUELAT2 = 45.f ;
    		:GMT = 0.f ;
    		:JULYR = 2004 ;
    		:JULDAY = 112 ;
    		:ISWATER = 16 ;
    		:ISICE = 24 ;
    		:ISURBAN = 1 ;
    		:ISOILWATER = 14 ;
    		:MAP_PROJ = 1 ;
    		:MMINLU = "USGS" ;
    }
    
  • No labels