-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short Wave Radiation output #118
Comments
Hello, I think it should be possible to get information on the short wave radiation as an output field, though this option is not yet implemented. What type of short wave radiation info would you be interested in? Below is a short snippet of code illustrating the possible quantities that could be included as output (from ModsCloudJ_mod.f90 lines 721-726).
Here the short wave radiation only covers the spectrum between 117-778 nm, so maybe this is also not exactly what you are after. Best regards, Edit; on second thought, maybe the Watts m-2 calculations from the Radiation module would be more useful. Will look into it. The calculations for these W m-2 values are described in Simpson et al (2012), is that something you would be looking for? |
Hi, indeed a variable that describes the downward short wave incoming radiation at ground level in W/m2 would be great. |
Sorry for the slow reply, it has been a busy period. Unfortunately it doesn't look like the ground level shortwave radiation is currently available as an output, even though it has been in earlier versions of the model. It would be possible to again output the "Indirect" and "Idiffuse" variables, but this would require some changes to the code. For example, in Derived_mod.f90 the following would have to be included (together with a few other tweaks):
Is changing the code to have these output parameters something you would feel comfortable doing yourself, or prefer it to be part of the next opensource release? Best regards |
Thank you for your answer. I have to see with my colleague if this is what he wants. |
Dear,
Is it possible to have Short Wave Radiation as an output in the EMEP model, via e.g. “met%" in config_emep.nml, or is there another way?
Kind regards,
Alexander
The text was updated successfully, but these errors were encountered: