Tuesday, November 14, 2006

Progress report

Just a progress report:

1) After almost 18 hours of coding, CMAQ 4.6 runs on System X! I had to completely reinstrument the parallel I/O and stencil exchange libraries to get it working, but I've managed to run the CMAQ tutorial on System X (the results check out, so I didn't break anything ;) ). There's still a problem with file permissions on the compute nodes, so I haven't been able to try a VISTAS run yet, but the LASCA staff are working on it (so they say). I'll probably need some help identifying the most appropriate data files for input, and I'm not convinced that bcon and icon only need to be run once. I think you need to re-run them for different domains, so that means finding the correct inputs. Is this true?

2) I'm rebuilding CMAQ 4.5 on ene-411-lmarr to try to get our data to match the benchmark. I have questions about which input files are the most useful, but there are so many choices I think I'm just going to have to sit down with Linsey one morning and sort this out. E-mail!

3) I've found a detailed description of the entire Virginia ambiant air monitoring network in the Virginia Ambiant Air Monitoring 2002 Data report (http://www.deq.state.va.us/airmon/pdf/AnnualRpt02.pdf). This includes station numbers, pollutants, locations, airs numbers, and lat/long. I'm working on finding data for each of these sites.

4) I've found complete data for two IMPROVE sites: JARl1 and SHEN1. I'm still trying to make sense of what I found. Data is in /home/jlinford/ambiant_data as OpenOffice.org spreadsheets.

5) Does anybody know where I can simply "look up" data given a monitoring site? I mean, the EPA must keep this stuff somewhere, and what good are these goofy site id numbers if you can't query a database with them....

Monday, November 06, 2006

It's .... still .... running ....

Adding the OCEAN file to CMAQ has made it even slower. We've been running for several hours now with no end in sight. Another thing, I'm seeing these messages in the output log:

grep -A2 WARNING nohup.out


>>--->> WARNING in subroutine RDEMIS_AE:INTERPX
Variable "SURF" not in file OCEAN_1
M3WARN: DTBUF 0:03:20 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE
Could not interpolate SURF from OCEAN_1 . Surf-zone emissions set to zero.
M3WARN: DTBUF 0:03:20 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE:INTERPX
Variable "SURF" not in file OCEAN_1
M3WARN: DTBUF 0:10:00 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE
Could not interpolate SURF from OCEAN_1 . Surf-zone emissions set to zero.
M3WARN: DTBUF 0:10:00 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE:INTERPX
Variable "SURF" not in file OCEAN_1
M3WARN: DTBUF 0:16:40 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE
Could not interpolate SURF from OCEAN_1 . Surf-zone emissions set to zero.
M3WARN: DTBUF 0:16:40 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE:INTERPX
Variable "SURF" not in file OCEAN_1
M3WARN: DTBUF 0:23:20 Jan. 1, 2002
--
>>--->> WARNING in subroutine RDEMIS_AE
Could not interpolate SURF from OCEAN_1 . Surf-zone emissions set to zero.
M3WARN: DTBUF 0:23:20 Jan. 1, 2002


We'll just have to see how things turn out...