Closed hinnes97 closed 7 months ago
Thoughts on how to do this:
cp = 0. do i=1,nq call lookup_cp(tracer_index_list(i), cp_out) cp = cp + q(i) * cp_out enddo
Now done with a limited number of tracers. Reads in dry composition from file and then adjusts the q of these species accordingly as the water vapour is changed due to saturation etc.
Currently can handle 1 dry component and 1 condensing component (hard-coded as water). Should generalise so we can have multiple components that can vary. Need to keep an eye on how Socrates would handle the density and the gas constant