Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WRF-LES after turn on the tracer the unit is dimensionless

yliu52

New member
Hello,

I am using WRF-LES, and I noticed that the unit shown there is dimensionless. Below is the example of one tracer
northw tracer
IF (config_flags%tracer_opt .eq. 2) THEN
DO j = jds + 52, jds + 56, 1
DO i = ids + 44, ids + 52, 1
IF ( its .LE. i .and. ite .GE. i .and. jts .LE. j .and. jte .GE. j ) THEN
tracer(i, 1, j, P_northw) = 1.

I would like to learn how I could determine the unit of 1 above.

Thanks a lot,
Yunsong
 
Yunsong,

All tracers related to traj_opt = 2 in WRF-ARW are dimensionless. There is no unit attached to these tracers.
 
Top