29.01.2015 Views

Table of Contents - The Atmospheric Studies Group at TRC

Table of Contents - The Atmospheric Studies Group at TRC

Table of Contents - The Atmospheric Studies Group at TRC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Section 8: CALMET Model Files<br />

┌─<br />

│<br />

│<br />

│<br />

└─<br />

Loop over grid cells<br />

write(io7)((XMONIN(i,j),i=1,nx,)j=1,ny)<br />

End loop over grid cells<br />

c --- Write PGT stability class<br />

┌─<br />

│<br />

│<br />

│<br />

└─<br />

Loop over grid cells<br />

write(io7)((IPGT(i,j),i=1,nx,)j=1,ny)<br />

End loop over grid cells<br />

c --- Write precipit<strong>at</strong>ion code<br />

┌─ Loop over grid cells<br />

│<br />

│<br />

write(io7)((RMM(i,j),i=1,nx,)j=1,ny)<br />

│<br />

└─ End loop over grid cells<br />

c --- Write average surface air density, air temper<strong>at</strong>ure, total solar radi<strong>at</strong>ion,<br />

rel<strong>at</strong>ive humidity, and precipit<strong>at</strong>ion code<br />

write(io7)AVRHO,TEMPK,SRAD,IRH,IPCODE<br />

where the following declar<strong>at</strong>ions apply:<br />

real UL(nx,ny),VL(nx,ny),UUP(nx,ny),VUP(nx,ny)<br />

real HTMIX(nx,ny),USTAR(nx,ny),WSTAR(nx,ny)<br />

real XMONIN(nx,ny),RMM(nx,ny)<br />

real TEMPK(nssta),SRAD(nssta)<br />

integer IPGT(nx,ny)<br />

integer IRH(nssta),IPCODE(nssta)<br />

8-138

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!