-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add documentation for RRTM Radiation #181
base: master
Are you sure you want to change the base?
Conversation
Hi @RuthG, Going to try and take a look at this today or tomorrow. Neil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have two very minor comments, the rest is clear and very straight-forward. Nice job!:)
+----------------------------+----------+---------------------------------------------------------------------------------------------------------+ | ||
| Name | Default | Description | | ||
+============================+==========+=========================================================================================================+ | ||
| ``dt_rad`` | 0 | Radiation timestep - every step if ``dt_rad<dt_atmos`` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the "every step if dt_rad<dt_atmos" part, maybe rephrase?
+----------------------------+----------+---------------------------------------------------------------------------------------------------------+ | ||
| ``dt_rad_avg`` | -1 | If averaging, over what time? ``dt_rad_avg=dt_rad`` if ``dt_rad_avg<=0`` | | ||
+----------------------------+----------+---------------------------------------------------------------------------------------------------------+ | ||
| ``lonstep`` | 1 | Allows subsampling of fields along longitude for faster radiation calculation | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if lonstep not equal 1?
Documentation and references for rrtm_radiation.f90 following the structure used for SOCRATES documentation.