Conversation
Merge branch 'main' of https://github.com/adeleigel/RAMS
…or growth from evaporation into different variables.
…need to always change the version name directory. Git tags and release names will do this for us in the future.
…need since Git will handle version numbers and tags from now on.
Saleeby's version v6.3.03
Saleeby's updates for documentation for v6.3.03
BUGSRAD conversion from .f to .f90
… grid to inner grid (by Leah Grant)
Changed formatting for subroutine bugs_lwr by moving commas from the start of a new line to the end of the previous line.
Moved more commas under OUTPUT ARGUMENTS in subroutine bugs_lwr.
Added "subroutine [insert subroutine name here]" to two subroutines' end statements. Changed some instances of -2 to -2. (adding the decimal point to make sure it's treated as a floating point number rather than an integer). Changed an instance of .8 to 0.8 for readability.
Now that aerocat = 11 rather than 9, concen_tab should have a dimension of 11 rather than 9. Rather than hard-coding the value 11, I've changed the dimension to equal the value of aerocat. real, dimension(9) :: concen_tab real, dimension(aerocat) :: concen_tab
Removed bullet point about .f files since those have been converted to .f90.
Now that aerocat = 11 rather than 9, concen_tab should have a dimension of 11 rather than 9. Rather than hard-coding the value 11, I've changed the dimension to equal the value of aerocat. OLD: real, dimension(9) :: concen_tab NEW: real, dimension(aerocat) :: concen_tab
mic_nuc.f90 bug fix - dimension of concen_tab
Update driver_read.f90
… be nrad since nrad is known
Update to v6.3.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.