Skip to content

test merge 2#2

Open
freemansw1 wants to merge 72 commits intoCASPR-Lab-UAH:prod-testfrom
RAMSmodel:main
Open

test merge 2#2
freemansw1 wants to merge 72 commits intoCASPR-Lab-UAH:prod-testfrom
RAMSmodel:main

Conversation

@freemansw1
Copy link
Member

No description provided.

adeleigel and others added 30 commits January 18, 2023 14:12
…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
arjadre and others added 30 commits October 17, 2023 19:05
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments