Difference between revisions of "User:Jmandel/chem"

From openwfm
Jump to navigation Jump to search
(Created page with 'Coupling with WRF-Chem')
 
Line 1: Line 1:
 
[[Coupling with WRF-Chem]]
 
[[Coupling with WRF-Chem]]
 +
 +
Tracer accessed as grid%tracer(i,k,j,p_smoke)
 +
use module_state_description , only: num_tracer, p_smoke
 +
real,intent(inout),dimension( ims:ime,kms:kme,jms:jme,num_tracer ) :: tracer

Revision as of 03:44, 25 November 2012

Coupling with WRF-Chem

Tracer accessed as grid%tracer(i,k,j,p_smoke) use module_state_description , only: num_tracer, p_smoke real,intent(inout),dimension( ims:ime,kms:kme,jms:jme,num_tracer ) :: tracer