-
Notifications
You must be signed in to change notification settings - Fork 65
Allow repeat subcycle variables & nested subcycles of identical length #678
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
Changes from 4 commits
2213eeb
2b82943
a717b8d
d841624
cc7becc
0fd3b51
cf2cd78
1ad8584
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ logical function compare_data() | |
| real(kind_phys), parameter :: effrr_expected = 1.0E-3 ! 1000 microns, in meter | ||
| real(kind_phys), parameter :: effrl_expected = 5.0E-5 ! 50 microns, in meter | ||
| real(kind_phys), parameter :: effri_expected = 7.5E-5 ! 75 microns, in meter | ||
| real(kind_phys), parameter :: effrs_expected = 5.1E-4 ! 510 microns, in meter | ||
| real(kind_phys), parameter :: effrs_expected = 5.2E-4 ! 520 microns, in meter | ||
|
||
| real(kind_phys), parameter :: scalar_expected = 2.0E3 ! 2 km, in meter | ||
| real(kind_phys), parameter :: tke_expected = 10.0 ! 10 J kg-1 | ||
| real(kind_phys), parameter :: tolerance = 1.0E-6 ! used as scaling factor for expected value | ||
|
|
||
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.
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.
fixed!