Log in
Username::
Password::
Remember my login on this computer
Create an account
Recent changes
Random page
Wikia
Science
Request a new wiki
Log in
Create an account
«
»
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...
Atmospheric Dispersion Modelling
Special
Highest voted
From Atmospheric Dispersion Modelling
Jump to:
navigation
,
search
Individual models
Atmospheric Dispersion Modelling
Top Content
›
Editor's pick
›
Accidental Release Source Terms
Navigating the Wiki
Pet topics - overview and introduction
International networks on atmospheric pollution
Air Quality Modeling Group
Model evaluation
more...
Most visited
›
Dispersion models
AP 42 Compilation of Air Pollutant Emission Factors
Compilation of U.S. EPA Models
Dispersion Modelling Conversions and Formulas
International networks on atmospheric pollution
Model evaluation
Experimental data sets
more...
Highest voted
›
Individual models
more...
Newly changed
›
ZxqejGbYdmZjkw
ATSTEP
UK Atmospheric Dispersion Modelling Liaison Committee
Main Page
Draft
Forum for individual data sets
List of individual data sets
more...
Community
›
Featured users
›
Mbeychok
Hro
JuergenPS
Jasonr
Miguel Tremblay
GHe
Rieke Hain
more...
Community portal
Forum
National Agencies, Organizations and Institutes
›
TA Luft
Royal Dutch Meteorological Institute (KNMI)
Air Quality Modeling Group
European Environment Agency (EEA)
UK Atmospheric Dispersion Modelling Liaison Committee
National Environmental Research Institute of Denmark (NERI)
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
more...
How to use the wiki
›
Main Page
Community Portal
Wiki explained
How to create your own sandbox
Rules of conduct
Please identify yourself !
Contents
more...
Upload image
Special pages
Help
Recent changes
Random page
Community
69 articles on this wiki
Create an account
Already a member?
Log in
Wikia Spotlight
Languages
English
Related Communities
Entertainment
TV shows, movies, cartoons and comics.
Gaming
Get your game on with Wikia's video game wikis.
Science Fiction
Explore the world of the future.
Biggest Wikis
See Wikia's biggest wikis.
See all...
-1) { if(openIframeIndex > 0) { realWrite(content.substring(0,openIframeIndex)); } inIframe = true; if(closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(openIframeIndex, closeIframeIndex+9)); content = content.substring(closeIframeIndex+9); } else { realAppend(content.substring(openIframeIndex, content.length)); content = ''; } } else if(!inScript && closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(0,closeIframeIndex+9)); content = content.substring(closeIframeIndex+9, content.length); } else if(openIndex > -1) { if(openIndex > 0) { if(inScript) { realWrite(content.substring(0,openIndex)); } else { realAppend(content.substring(0,openIndex)); } } inScript = true; if(closeIndex > -1) { inScript = false; realWrite(content.substring(openIndex, closeIndex+9)); content = content.substring(closeIndex+9); } else { realWrite(content.substring(openIndex, content.length)); content = ''; } } else if(closeIndex > -1) { inScript = false; realWrite(content.substring(0,closeIndex+9)); content = content.substring(closeIndex+9, content.length); } else { if(inScript) { realWrite(content); } else { realAppend(content); } content = ''; } } } function realWrite(s) { if(inIframe) { if(writeLine) { realAppend(s + "\n"); } else { realAppend(s); } return; } //YAHOO.log("write: " + s); if(writeLine) { document.writelnOrg(s); } else { document.writeOrg(s); } } function realAppend(s) { //YAHOO.log("append: " + s); writeBuffer += s; } function enableWikiaWriter() { document.writeOrg = document.write; document.writelnOrg = document.writeln; document.write = writeFake; document.writeln = writelnFake; } function disableWikiaWriter() { document.write = document.writeOrg; document.writeln = document.writelnOrg; } function flushWikiaWriter(spaceId) { document.getElementById('adSpace'+spaceId).innerHTML = writeBuffer; writeBuffer = ''; disableWikiaWriter(); }