Dear all,
I know this is related to WRF-Chem, but I couldn't find a code modification section in WRF-Chem.
Because this is the topic of tslist, I post this discussion here.
According to the https://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=74&t=147, I've add Pressure output to tslist successfully.
Now, I'd like to add O3 profile generated in MOZCART mechanism to tslist.
In registry.chem, I can find the variable:
But I couldn't find the output of variable O3 which is chem(i,k,j,p_o3).
Is that possible to add that into tslist?
I know this is related to WRF-Chem, but I couldn't find a code modification section in WRF-Chem.
Because this is the topic of tslist, I post this discussion here.
According to the https://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=74&t=147, I've add Pressure output to tslist successfully.
Now, I'd like to add O3 profile generated in MOZCART mechanism to tslist.
In registry.chem, I can find the variable:
Code:
state real o3 ikjftb chem 1 - i0{12}rhusdf=(bdy_interp:dt) "o3" "O3 mixing ratio" "ppmv"
But I couldn't find the output of variable O3 which is chem(i,k,j,p_o3).
Is that possible to add that into tslist?