-
Notifications
You must be signed in to change notification settings - Fork 6
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
mods from AM3 corresponding to #496 here and a few others #519
Conversation
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.
definitely suggest you hide whitespace differences here
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.
surprising this was never picked up before AM3
src/science/canopy/cable_canopy.F90
Outdated
@@ -84,7 +84,7 @@ SUBROUTINE define_canopy(bal,rad,rough,air,met,dels,ssnow,soil,veg, canopy,clima | |||
TYPE (veg_parameter_type), INTENT(INOUT) :: veg | |||
|
|||
REAL :: reducedLAIdue2snow(mp) | |||
LOGICAL :: sunlit_veg_mask(mp) | |||
logical :: sunlit_veg_mask(mp) |
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.
Don't the coding standards indicate we should be using capitals? i.e. LOGICAL
not logical
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.
minor change requested regarding cdoing standards but otherwise okay to go in.
CABLE
Thank you for submitting a pull request to the CABLE Project.
Description
#496
Fixes #496
Type of change
Please delete options that are not relevant.
Checklist
Please add a reviewer when ready for review.
📚 Documentation preview 📚: https://cable--519.org.readthedocs.build/en/519/