arthur_panch@gmail_com
New Member
Hi,I have two questions about the code of the WACCM model:Firstly, when the model is running, it transforms the space structure (longitude×latitude×vertical) to the structure (column×chunk×vertical). Now, I want to close the radiative heating over Tibet Plateau. Now I use one node and 40 CPUs to compute the model, and the horizontal resolution is 1.9 degree at latitude and 2.5 degree at longitude. I need to know the transformational relation between (chunk, column) and (latitude, longitude). Could you explain it for me? Thank you.Secondly, I want to output the chemical loss or produce rate of the reactants and products of 17 heterogeneous reactions on the surface of PSCs. I know the source file mo_prod_loss.F90 is used to compute the chemical loss and production. But I don’t understand the meaning of each dimension of the variables loss(:, :, :) and prod(:, :, :). Please explain it for me. Thank you.