[CON Devel] Proper setup of grid definition / surrogates

James G Wilkinson jgw at alpinegeophysics.com
Fri Dec 1 13:04:47 PST 2006


Okay, now let's look at the root file to see if it is complete.  Please 
pass along the
results of the following command:

SELECT DISTINCT fipsstco FROM spatial.us_pophu2k;

You should get back a list of FIPS codes from all the counties in the 
US.  If not,
then this file is bad for some reason.

Regards,

Jim

Seib, Broc wrote:

>psql -c 'SELECT MIN(icell), MIN(jcell), MAX(icell), MAX(jcell) FROM
>spatial.us_pophu2k_prj_rpo36us;' dbname
> min | min | max | max
>-----+-----+-----+-----
>  89 |  51 |  99 |  68
>(1 row)
>
>Does this mean I may be using the wrong population surrogate file(s)?
>
>-broc
>
>
>
>  
>
>>-----Original Message-----
>>From: James G Wilkinson [mailto:jgw at alpinegeophysics.com] 
>>Sent: Friday, December 01, 2006 2:19 PM
>>To: Seib, Broc
>>Cc: devel at conceptmodel.org
>>Subject: Re: [CON Devel] Proper setup of grid definition / surrogates
>>
>>Hmmm.....so the grid appears to be correct.  Oh, and the order of
>>operations that you posted is correct as well.
>>
>>Please post the results of the MIN, MAX operation on the file
>>spatial.us_pophu2k_prj_rpo36us.  This is the master gridding
>>file for the US 2000 population that is generated by CONCEPT.
>>
>>Regards,
>>
>>Jim
>>
>>Seib, Broc wrote:
>>
>>
>>	That particular seems good, I think:
>>	
>>	 min | min | max | max
>>	-----+-----+-----+-----
>>	   1 |   1 | 146 | 112
>>	(1 row)
>>	
>>	
>>	
>>	  
>>
>>		-----Original Message-----
>>		From: James G Wilkinson 
>>[mailto:jgw at alpinegeophysics.com] 
>>		Sent: Friday, December 01, 2006 1:37 PM
>>		To: Seib, Broc
>>		Cc: devel at conceptmodel.org
>>		Subject: Re: [CON Devel] Proper setup of grid 
>>definition / surrogates
>>		
>>		The log file indicates that CONCEPT built the 
>>RPO 36 km grid 
>>		in just under
>>		10 seconds (of note, on my putt, putt Solaris 
>>machine, the 36 
>>		km RPO grid
>>		builds in just under five minutes so maybe 
>>something is wrong here as 
>>		you suspect).
>>		
>>		What do you get with the following:
>>		
>>		SELECT MIN(icell), MIN(jcell), MAX(icell), 
>>MAX(jcell) FROM 
>>		<yourscenario>.rpo36us; ?
>>		
>>		Regards,
>>		
>>		Jim
>>		
>>		Seib, Broc wrote:
>>		
>>		    
>>
>>			Hi,
>>			
>>			I am having some trouble with setup of 
>>grid and surrogates. 
>>			      
>>
>>		I specify a
>>		    
>>
>>			grid with diminsions 146 x 112, but the 
>>xref.rpo_sr table that gets
>>			created is only 11 x 18, and when I run 
>>my area model, it finds
>>			"nothing" to do. (That 11 x 18 grid has 
>>icell values from 89 
>>			      
>>
>>		-> 99 and
>>		    
>>
>>			jcell values from 51 -> 68. Even 
>>considering the removal or "corner"
>>			ocean cells, this is still a magnitude 
>>smaller than I would expect.)
>>			
>>			First I want to confirm the correct 
>>order of concept 
>>			      
>>
>>		commands to setup
>>		    
>>
>>			my grid and surrogates:
>>			
>>			1) import_run_control
>>			2) run_grid_definition_model
>>			3) import_spatial_coverages
>>			4) create_spatial_surrogates
>>			
>>			Correct?
>>			
>>			Any ideas why the grid is not the right 
>>size? Or is it 
>>			      
>>
>>		actually ok? Or
>>		    
>>
>>			perhaps I have the wrong surrogate 
>>files? (But we had this 
>>			      
>>
>>		working for
>>		    
>>
>>			the whole US once before with these files.)
>>			
>>			I also notice that the time the 
>>run_grid_definition_model 
>>			      
>>
>>		took to run is
>>		    
>>
>>			suspiciously short. (see logs below.)
>>			
>>			Any help or insights would be greatly 
>>appreciated.
>>			
>>			-Broc
>>			
>>			
>>			Grid values from my run_control.txt:
>>			
>>			GridName=rpo36us
>>			Projection=LAMBERT
>>			UTMZone=12
>>			GridDatum=NAD83
>>			Grid1Lat=33.0
>>			Grid2Lat=45.0
>>			GridLonOrigin=-97.0
>>			GridLatOrigin=40.0
>>			OriginX=-2736000
>>			OriginY=-2088000
>>			NumXCells=146
>>			NumYCells=112
>>			XCellSize=36000.0
>>			YCellSize=36000.0
>>			
>>			
>>			While debugging this I have cleared out 
>>and recreated my 
>>			      
>>
>>		spatial schema
>>		    
>>
>>			and recreated coverages and 
>>converages_prj tables via the 
>>			      
>>
>>		"init_project"
>>		    
>>
>>			command. I have also truncated the 
>>contents of the table
>>			public.geometry_columns to force the 
>>recreation of 
>>			      
>>
>>		everything. Just more
>>		    
>>
>>			data points...
>>			
>>			
>>			Here is a log showing the above steps 1 
>>thru 4 followed by a 
>>			      
>>
>>		(very short
>>		    
>>
>>			and failing) run_area_model:
>>			
>>			
>>			
>>-------------------------------------------------------------
>>			      
>>
>>		---------
>>		    
>>
>>			import run_control file:
>>			
>>			
>>-------------------------------------------------------------
>>			      
>>
>>		---------
>>		    
>>
>>			run the grid definition model:
>>			
>>./src/spatial/run_grid_definition_model.sh usa1999 scenario1
>>			/opt/vulcan/runs/r100133...
>>			SET
>>			psql:<stdin>:21: NOTICE:  Reading and 
>>checking grid definition
>>			parameters from run control file
>>			psql:<stdin>:21: NOTICE:  Step 1 Time: 
>>00:00:00.003549 
>>			psql:<stdin>:21: NOTICE:  Building map 
>>projection parameters
>>			psql:<stdin>:21: NOTICE:  Step 2 Time: 
>>00:00:00.003852 
>>			psql:<stdin>:21: NOTICE:  Building 
>>modeling grid geometry
>>			psql:<stdin>:21: NOTICE:  Step 3 Time: 
>>00:00:04.851421 
>>			psql:<stdin>:21: NOTICE:  Computing 
>>longitude/latitude 
>>			      
>>
>>		coordinates for
>>		    
>>
>>			center of the grid cells
>>			psql:<stdin>:21: NOTICE:  Step 4 Time: 
>>00:00:00.688927 
>>			psql:<stdin>:21: NOTICE:  Indexing the 
>>modeling grid
>>			psql:<stdin>:21: NOTICE:  ALTER TABLE / 
>>ADD PRIMARY KEY will create
>>			implicit index "rpo36us_pk" for table "rpo36us"
>>			CONTEXT:  SQL statement "ALTER TABLE 
>>ONLY "spatial"."rpo36us" ADD
>>			CONSTRAINT rpo36us_pk PRIMARY KEY (gid)"
>>			PL/pgSQL function "griddefinition" line 
>>630 at execute statement
>>			psql:<stdin>:21: NOTICE:  Step 5 Time: 
>>00:00:01.053513 
>>			griddefinition 
>>			----------------
>>			
>>			(1 row)
>>			
>>			
>>-------------------------------------------------------------
>>			      
>>
>>		---------
>>		    
>>
>>			import spatial coverages files into 
>>spatial schema:
>>			SET
>>			psql:<stdin>:21: NOTICE:  t_surfilnam
>>			
>>/opt/vulcan/CONCEPT/bseib/concept_projects/beta4/scenario1/sp
>>			      
>>
>>		atial_cover
>>		    
>>
>>			ages.txt
>>			psql:<stdin>:21: NOTICE:  Step 1 Time: 
>>00:00:00.067759 
>>			psql:<stdin>:21: NOTICE:  Step 2 Time: 
>>00:00:00.075648 
>>			psql:<stdin>:21: NOTICE:  Step 3 Time: 
>>00:00:00.000413 
>>			psql:<stdin>:21: NOTICE:  Step 4 Time: 
>>00:00:00.00032 
>>			psql:<stdin>:21: NOTICE:  Step 5 Time: 
>>00:00:00.00297 
>>			importspatialcoverages 
>>			------------------------
>>			
>>			(1 row)
>>			
>>			importing us_tribal_boundaries
>>			Shapefile type: Polygon
>>			Postgis type: MULTIPOLYGON[2]
>>			psql:<stdin>:17: NOTICE:  CREATE TABLE 
>>will create implicit sequence
>>			"us_tribal_boundaries_gid_seq" for serial column
>>			"us_tribal_boundaries.gid"
>>			psql:<stdin>:17: NOTICE:  CREATE TABLE 
>>/ PRIMARY KEY will create
>>			implicit index 
>>"us_tribal_boundaries_pkey" for table
>>			"us_tribal_boundaries"
>>			importing us_states
>>			Shapefile type: Polygon
>>			Postgis type: MULTIPOLYGON[2]
>>			psql:<stdin>:7: NOTICE:  CREATE TABLE 
>>will create implicit sequence
>>			"us_states_gid_seq" for serial column 
>>"us_states.gid"
>>			psql:<stdin>:7: NOTICE:  CREATE TABLE / 
>>PRIMARY KEY will 
>>			      
>>
>>		create implicit
>>		    
>>
>>			index "us_states_pkey" for table "us_states"
>>			importing us_county
>>			Shapefile type: Polygon
>>			Postgis type: MULTIPOLYGON[2]
>>			psql:<stdin>:10: NOTICE:  CREATE TABLE 
>>will create implicit sequence
>>			"us_county_gid_seq" for serial column 
>>"us_county.gid"
>>			psql:<stdin>:10: NOTICE:  CREATE TABLE 
>>/ PRIMARY KEY will create
>>			implicit index "us_county_pkey" for 
>>table "us_county"
>>			importing us_pophu2k
>>			Shapefile type: Polygon
>>			Postgis type: MULTIPOLYGON[2]
>>			psql:<stdin>:59: NOTICE:  CREATE TABLE 
>>will create implicit sequence
>>			"us_pophu2k_gid_seq" for serial column 
>>"us_pophu2k.gid"
>>			psql:<stdin>:59: NOTICE:  CREATE TABLE 
>>/ PRIMARY KEY will create
>>			implicit index "us_pophu2k_pkey" for 
>>table "us_pophu2k"
>>			importing us_rds_2000
>>			Shapefile type: Arc
>>			Postgis type: MULTILINESTRING[2]
>>			psql:<stdin>:23: NOTICE:  CREATE TABLE 
>>will create implicit sequence
>>			"us_rds_2000_gid_seq" for serial column 
>>"us_rds_2000.gid"
>>			psql:<stdin>:23: NOTICE:  CREATE TABLE 
>>/ PRIMARY KEY will create
>>			implicit index "us_rds_2000_pkey" for 
>>table "us_rds_2000"
>>			importing us_wwtp
>>			Shapefile type: Point
>>			Postgis type: POINT[2]
>>			psql:<stdin>:13: NOTICE:  CREATE TABLE 
>>will create implicit sequence
>>			"us_wwtp_gid_seq" for serial column 
>>"us_wwtp.gid"
>>			psql:<stdin>:13: NOTICE:  CREATE TABLE 
>>/ PRIMARY KEY will create
>>			implicit index "us_wwtp_pkey" for table 
>>"us_wwtp"
>>			CREATE INDEX
>>			CREATE INDEX
>>			CREATE INDEX
>>			CREATE INDEX
>>			CREATE INDEX
>>			CREATE INDEX
>>			
>>-------------------------------------------------------------
>>			      
>>
>>		---------
>>		    
>>
>>			create xref.rpo_sr table based on area 
>>specified in run control:
>>			SET
>>			psql:<stdin>:21: NOTICE:  Step 1 Time: 
>>00:00:00.205845 
>>			psql:<stdin>:21: NOTICE:  Step 2 Time: 
>>00:00:00.019525 
>>			psql:<stdin>:21: NOTICE:  Projecting 
>>coverage us_tribal_boundaries to
>>			us_tribal_boundaries_prj
>>			psql:<stdin>:21: NOTICE:  ...cleaning coverage 
>>			      
>>
>>		us_tribal_boundaries_prj
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  Indexing 
>>coverage us_tribal_boundaries_prj
>>			psql:<stdin>:21: NOTICE:  ALTER TABLE / 
>>ADD PRIMARY KEY will create
>>			implicit index 
>>"us_tribal_boundaries_prj_pk" for table
>>			"us_tribal_boundaries_prj"
>>			CONTEXT:  SQL statement "ALTER TABLE ONLY
>>			"spatial"."us_tribal_boundaries_prj" 
>>ADD CONSTRAINT
>>			us_tribal_boundaries_prj_pk PRIMARY KEY (gid)"
>>			PL/pgSQL function 
>>"createspatialsurrogates" line 668 at execute
>>			statement
>>			psql:<stdin>:21: NOTICE:  Updating area 
>>in coverage
>>			us_tribal_boundaries_prj
>>			psql:<stdin>:21: NOTICE:  Updating 
>>PUBLIC.GEOMETRY_COLUMNS 
>>			      
>>
>>		for coverage
>>		    
>>
>>			us_tribal_boundaries_prj
>>			psql:<stdin>:21: NOTICE:  Creating 
>>permanent gridded master coverage
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Creating 
>>temporary master coverage 
>>			      
>>
>>		tmpmaster
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  Projecting 
>>coverage us_pophu2k to tmpmaster
>>			psql:<stdin>:21: NOTICE:  ...cleaning 
>>coverage tmpmaster
>>			psql:<stdin>:21: NOTICE:  Ring Self-intersection
>>			CONTEXT:  SQL statement "DELETE FROM 
>>"spatial"."tmpmaster"   
>>			      
>>
>>		    WHERE
>>		    
>>
>>			NOT ISVALID(the_geom) OR ISEMPTY(the_geom)"
>>			PL/pgSQL function "cleancoverage" line 
>>14 at execute statement
>>			SQL statement "SELECT  CleanCoverage ( 
>>'tmpmaster',  $1 ,  $2  )"
>>			PL/pgSQL function 
>>"createspatialsurrogates" line 1332 at select into
>>			variables
>>			psql:<stdin>:21: NOTICE:  Updating tmpmaster
>>			psql:<stdin>:21: NOTICE:  Intersecting 
>>us_tribal_boundaries_prj with
>>			tmpmaster to create tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  ...cleaning 
>>coverage tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  Updating tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  Adding 
>>default COUNTRY_CODE 
>>			      
>>
>>		(DEFAULT='US') to
>>		    
>>
>>			coverage tmpmaster
>>			psql:<stdin>:21: NOTICE:  Intersecting 
>>grid rpo36us with tmpmaster to
>>			create us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating area 
>>in coverage
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating 
>>PUBLIC.GEOMETRY_COLUMNS 
>>			      
>>
>>		for coverage
>>		    
>>
>>			us_pophu2k_mas
>>			psql:<stdin>:21: NOTICE:  Creating 
>>permanent gridded master coverage
>>			us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Creating 
>>temporary master coverage 
>>			      
>>
>>		tmpmaster
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  Projecting 
>>coverage us_rds_2000 to 
>>			      
>>
>>		tmpmaster
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  ...cleaning 
>>coverage tmpmaster
>>			psql:<stdin>:21: NOTICE:  Updating tmpmaster
>>			psql:<stdin>:21: NOTICE:  Intersecting 
>>us_tribal_boundaries_prj with
>>			tmpmaster to create tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  ...cleaning 
>>coverage tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  Updating tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  Adding 
>>default COUNTRY_CODE 
>>			      
>>
>>		(DEFAULT='US') to
>>		    
>>
>>			coverage tmpmaster
>>			psql:<stdin>:21: NOTICE:  Intersecting 
>>grid rpo36us with tmpmaster to
>>			create us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating 
>>length in coverage
>>			us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating 
>>PUBLIC.GEOMETRY_COLUMNS 
>>			      
>>
>>		for coverage
>>		    
>>
>>			us_rds_2000_mas
>>			psql:<stdin>:21: NOTICE:  Creating 
>>permanent gridded master coverage
>>			us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Creating 
>>temporary master coverage 
>>			      
>>
>>		tmpmaster
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  Projecting 
>>coverage us_wwtp to tmpmaster
>>			psql:<stdin>:21: NOTICE:  ...cleaning 
>>coverage tmpmaster
>>			psql:<stdin>:21: NOTICE:  Updating tmpmaster
>>			psql:<stdin>:21: NOTICE:  Intersecting 
>>us_tribal_boundaries_prj with
>>			tmpmaster to create tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  ...cleaning 
>>coverage tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  Updating tmpmaster_prj
>>			psql:<stdin>:21: NOTICE:  Adding 
>>default COUNTRY_CODE 
>>			      
>>
>>		(DEFAULT='US') to
>>		    
>>
>>			coverage tmpmaster
>>			psql:<stdin>:21: NOTICE:  Intersecting 
>>grid rpo36us with tmpmaster to
>>			create us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating 
>>point count in coverage
>>			us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  Updating 
>>PUBLIC.GEOMETRY_COLUMNS 
>>			      
>>
>>		for coverage
>>		    
>>
>>			us_wwtp_mas
>>			psql:<stdin>:21: NOTICE:  Step 3 Time: 
>>00:01:08.427871 
>>			psql:<stdin>:21: NOTICE:  Creating 
>>master basis table us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>state_county surrogate for SSC
>>			100 using coverages us_pophu2k AND 
>>us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>tribal surrogate for SSC 100
>>			using coverages us_pophu2k AND 
>>us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>fraction of each 
>>			      
>>
>>		tribal surrogate
>>		    
>>
>>			in each county for SSC 100 using 
>>coverages us_pophu2k AND
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  Creating 
>>master basis table us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>state_county surrogate for SSC
>>			110 using coverages us_pophu2k AND 
>>us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>tribal surrogate for SSC 110
>>			using coverages us_pophu2k AND 
>>us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>fraction of each 
>>			      
>>
>>		tribal surrogate
>>		    
>>
>>			in each county for SSC 110 using 
>>coverages us_pophu2k AND
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  Creating 
>>master basis table 
>>			      
>>
>>		us_rds_2000_mas_
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_rds_2000_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_rds_2000_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_rds_2000_mas_
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>state_county surrogate for SSC
>>			300 using coverages us_rds_2000 AND 
>>us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>tribal surrogate for SSC 300
>>			using coverages us_rds_2000 AND 
>>us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>fraction of each 
>>			      
>>
>>		tribal surrogate
>>		    
>>
>>			in each county for SSC 300 using 
>>coverages us_rds_2000 AND
>>			us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  Creating 
>>master basis table us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_pophu2k_mas_
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>state_county surrogate for SSC
>>			400 using coverages us_pophu2k AND 
>>us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>tribal surrogate for SSC 400
>>			using coverages us_pophu2k AND 
>>us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>fraction of each 
>>			      
>>
>>		tribal surrogate
>>		    
>>
>>			in each county for SSC 400 using 
>>coverages us_pophu2k AND
>>			us_pophu2k_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  Creating 
>>master basis table 
>>			      
>>
>>		us_rds_2000_mas_
>>		    
>>
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_rds_2000_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_rds_2000_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_rds_2000_mas_
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>state_county surrogate for SSC
>>			400 using coverages us_rds_2000 AND 
>>us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>tribal surrogate for SSC 400
>>			using coverages us_rds_2000 AND 
>>us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>fraction of each 
>>			      
>>
>>		tribal surrogate
>>		    
>>
>>			in each county for SSC 400 using 
>>coverages us_rds_2000 AND
>>			us_rds_2000_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  Creating 
>>master basis table us_wwtp_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>country code in coverage
>>			us_wwtp_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>state and county 
>>			      
>>
>>		FIPS codes in
>>		    
>>
>>			coverage us_wwtp_mas_
>>			psql:<stdin>:21: NOTICE:  Updating null 
>>tribal codes in coverage
>>			us_wwtp_mas_
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>state_county surrogate for SSC
>>			870 using coverages us_wwtp AND 
>>us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>tribal surrogate for SSC 870
>>			using coverages us_wwtp AND us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>gridded surrogate
>>			psql:<stdin>:21: NOTICE:  Constructing 
>>fraction of each 
>>			      
>>
>>		tribal surrogate
>>		    
>>
>>			in each county for SSC 870 using 
>>coverages us_wwtp AND
>>			us_wwtp_prj_rpo36us
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional parent basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>fractional basis table
>>			psql:<stdin>:21: NOTICE:  ...construct 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  ...update 
>>psuedo-surrogate
>>			psql:<stdin>:21: NOTICE:  Step 4 Time: 
>>00:00:17.83252 
>>			psql:<stdin>:21: NOTICE:  Generate 
>>final gridded surrogates
>>			psql:<stdin>:21: NOTICE:  Generate 
>>final fractional tribal surrogates
>>			psql:<stdin>:21: NOTICE:  Step 5 Time: 
>>00:00:00.156824 
>>			createspatialsurrogates 
>>			-------------------------
>>			
>>			(1 row)
>>			
>>			
>>			real	1m26.781s
>>			user	0m0.016s
>>			sys	0m0.020s
>>			
>>-------------------------------------------------------------
>>			      
>>
>>		---------
>>		    
>>
>>			start the area run:
>>			./src/area/run_area_model.sh usa1999 scenario1 
>>			      
>>
>>		/opt/vulcan/runs/r100133
>>		    
>>
>>			...
>>			Wed Nov 29 14:05:40 MST 2006
>>			run_area_model.sh
>>			project usa1999
>>			scenario scenario1
>>			outputdir /opt/vulcan/runs/r100133
>>			SET
>>			AreaTemporalAllocation....
>>			psql:<stdin>:3: NOTICE:  Step 1 Time: 
>>00:00:00.05136 
>>			psql:<stdin>:3: NOTICE:  Step 2 Time: 
>>00:00:00.003086 
>>			psql:<stdin>:3: NOTICE:  Step 3 Part 1 
>>Time: 00:00:00.000557 
>>			psql:<stdin>:3: NOTICE:  Step 3 Index 
>>Time : 00:00:00.021892 
>>			psql:<stdin>:3: NOTICE:  Step 3 Part 2 
>>Time: 00:00:00.001617 
>>			psql:<stdin>:3: NOTICE:  Step 3 Time: 
>>00:00:00.024431 
>>			psql:<stdin>:3: NOTICE:  Index Time: 
>>00:00:00.034053 
>>			areatemporalallocation 
>>			------------------------
>>			                     0
>>			(1 row)
>>			
>>			AreaSpeciation....
>>			psql:<stdin>:5: NOTICE:  Step 1 Time: 
>>00:00:00.000796 
>>			psql:<stdin>:5: NOTICE:  Step 2 Time: 
>>00:00:00.001026 
>>			psql:<stdin>:5: NOTICE:  Step 3 Time: 
>>00:00:00.001165 
>>			psql:<stdin>:5: NOTICE:  Index Time: 
>>00:00:00.016457 
>>			areaspeciation 
>>			----------------
>>			             0
>>			(1 row)
>>			
>>			AreaSpatialAllocation...
>>			psql:<stdin>:7: NOTICE:  Step 1 Time: 
>>00:00:00.000546 
>>			psql:<stdin>:7: NOTICE:  Step 2 Time: 
>>00:00:00.000887 
>>			psql:<stdin>:7: NOTICE:  Step 3 Time: 
>>00:00:00.001769 
>>			psql:<stdin>:7: NOTICE:  Step 4 Time: 
>>00:00:00.001366 
>>			psql:<stdin>:7: NOTICE:  Step 5 Time: 
>>00:00:00.001521 
>>			psql:<stdin>:7: NOTICE:  Index Time: 
>>00:00:00.018237 
>>			areaspatialallocation 
>>			-----------------------
>>			                    0
>>			(1 row)
>>			
>>			./src/area/output/camx_area.sh usa1999 scenario1
>>			/opt/vulcan/runs/r100133 ...
>>			Error - no species in 
>>scenario1.area_emissions table at
>>			./src/area/output/camx_area.pl line 122.
>>			
>>perlScript:./src/area/output/camx_area.pl usa1999 scenario1
>>			/opt/vulcan/runs/r100133/camx_area.out
>>			camx_area.pl: Got run control data
>>			./src/area/output/cmaq_area.sh usa1999 scenario1
>>			/opt/vulcan/runs/r100133 ./src/area ...
>>			cmaq_area.sh usa1999 scenario1 
>>/opt/vulcan/runs/r100133 ./src/area
>>			numDay         1
>>			OUT_TYPE =  CMAQ
>>			type is is CMAQ 
>>			PGFIO-F-209/OPEN/unit=98/'OLD' 
>>specified for file which does 
>>			      
>>
>>		not exist.
>>		    
>>
>>			File name = 
>>/opt/vulcan/runs/r100133/camx_area.out.2002183
>>			
>>			In source file low2ncf.f, at line number 49
>>			mv: cannot stat `OUTFILE': No such file 
>>or directory
>>			./src/area/output/area_reports.sh 
>>usa1999 scenario1
>>			/opt/vulcan/runs/r100133 ...
>>			Error - no data at 
>>./src/area/output/temporal_by_day.pl line 123.
>>			
>>perlScript:./src/area/output/temporal_by_day.pl usa1999 scenario1
>>			
>>/opt/vulcan/runs/r100133/area_temporal_by_day.out
>>			Error - no data at 
>>./src/area/output/temporal_by_hour.pl line 124.
>>			
>>perlScript:./src/area/output/temporal_by_hour.pl usa1999 scenario1
>>			
>>/opt/vulcan/runs/r100133/area_temporal_by_hour.out
>>			Error - no data at 
>>./src/area/output/temporal_by_poll.pl line 119.
>>			
>>perlScript:./src/area/output/temporal_by_poll.pl usa1999 scenario1
>>			
>>/opt/vulcan/runs/r100133/area_temporal_by_poll.out
>>			Error - no data at 
>>./src/area/output/speciation_by_day.pl line 123.
>>			
>>perlScript:./src/area/output/speciation_by_day.pl usa1999 scenario1
>>			
>>/opt/vulcan/runs/r100133/area_speciation_by_day.out
>>			Error - no data at 
>>./src/area/output/speciation_by_poll.pl line 118.
>>			
>>perlScript:./src/area/output/speciation_by_poll.pl usa1999 scenario1
>>			
>>/opt/vulcan/runs/r100133/area_speciation_by_poll.out
>>			Error - no data at 
>>./src/area/output/spatial_by_day.pl line 122.
>>			
>>perlScript:./src/area/output/spatial_by_day.pl usa1999 scenario1
>>			/opt/vulcan/runs/r100133/area_spatial_by_day.out
>>			Error - no data at 
>>./src/area/output/spatial_by_poll.pl line 121.
>>			
>>perlScript:./src/area/output/spatial_by_poll.pl usa1999 scenario1
>>			
>>/opt/vulcan/runs/r100133/area_spatial_by_poll.out
>>			Wed Nov 29 14:05:41 MST 2006
>>			
>>			real	0m0.989s
>>			user	0m0.536s
>>			sys	0m0.132s
>>			
>>			
>>			_______________________________________________
>>			Devel mailing list
>>			Devel at conceptmodel.org
>>			
>>http://lists.conceptmodel.org/mailman/listinfo/devel
>>			
>>			
>>			 
>>			
>>			      
>>
>>	_______________________________________________
>>	Devel mailing list
>>	Devel at conceptmodel.org
>>	http://lists.conceptmodel.org/mailman/listinfo/devel
>>	
>>	
>>	  
>>
>>
>>    
>>
>
>
>  
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.conceptmodel.org/pipermail/devel/attachments/20061201/53756d36/attachment-0001.htm


More information about the Devel mailing list