Horizontal average temperature function of Depth and Time

Hello all,

I am trying to extract the horizontal average temperature in function of the depth from my cartesian convection model, but I am not clear how to do it. I know that the Postprocess gives me the temperature statistics, but these are the average temperatures of the global model, and I don’t know if I should insert a line in the .prm file or doing anything else.

Please, could somebody tell me how to proceed with this issue?

Thank you in advance.

Katherine,
there is a postprocessor called “depth average” that you can add to the list of postprocessors. You can then choose which variables you want to create averaged values of, by saying

  subsection Proprocess
    subsection Depth average
      set List of output variables = temperature
    end
  end

Best
W.