-
Notifications
You must be signed in to change notification settings - Fork 46
Optimize GSI #527
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
Optimize GSI #527
Changes from all commits
b846b29
05f1c1f
059e402
f938842
fafadac
52c5ae6
f00e377
7703367
9eb9606
3eb0e13
ddced98
f60343b
8dbfbd1
1554f65
bf060fd
a554946
1c407bc
0860e2b
3f073fa
8860047
76a4e2a
8f37221
f65186e
367e517
71dc11a
7f62d1c
7340f77
85cbdb1
2ed32c0
8b74fb7
cec7045
4e8de04
51a444b
7d5e3a9
0be4126
73dd22e
57fda95
3301886
6336b79
0fbcdc1
d36963d
0c21f3c
cee9d06
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 |
|---|---|---|
|
|
@@ -90,7 +90,7 @@ module constants | |
|
|
||
| ! Declare derived constants | ||
| integer(i_kind):: huge_i_kind | ||
| integer(i_kind), parameter :: max_varname_length=64 | ||
| integer(i_kind), parameter :: max_varname_length=20 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jderber-NOAA In my regional run, I just the max_varname-length=20 is not enough to contain names like" fv3SAR01_ens_mem001-fv3_dynvars" .
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. It is in the list of changes I am currently working on.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. John, Thanks a lot! |
||
| real(r_single):: tiny_single, huge_single | ||
| real(r_kind):: xai, xa, xbi, xb, dldt, rozcon,ozcon,fv, tpwcon,eps, rd_over_g | ||
| real(r_kind):: el2orc, g_over_rd, rd_over_cp, cpr, omeps, epsm1, factor2 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.