nusbaume@colorado_edu
New Member
Hello,I am trying to compare tracer values in the phys_state structure with tracer values in the dyn_out structure. In other words, if I know the value of a tracer at a certain column, chunk, and vertical level, is there any way to find the dynamics tracer that represents the same value at the same location? For example, can I find indices i, j, and k in the dynamics such that
phys_state(lchnk)%q(some_column, k, tracer_index) = dyn_out%tracer(i, j, k, tracer_index).
I have looked in the dp_coupling.F90 subroutines, but thosemethods seem quite complicated (especially given that I am running in parallel), and I don't think I really understand them. My apologies if this is not the correct forum, but any help anyone could provide would be greatly appreciated.Thanks, and have a great day!
Jesse
phys_state(lchnk)%q(some_column, k, tracer_index) = dyn_out%tracer(i, j, k, tracer_index).
I have looked in the dp_coupling.F90 subroutines, but thosemethods seem quite complicated (especially given that I am running in parallel), and I don't think I really understand them. My apologies if this is not the correct forum, but any help anyone could provide would be greatly appreciated.Thanks, and have a great day!
Jesse