-
Notifications
You must be signed in to change notification settings - Fork 247
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
Remove Noah-WRFv4, bug fix in Thompson MP inner loop, update HWRF regression tests, set ECF_TRIES to 2, update Cheyenne job submission scripts; contains "Reduce memory required by MERRA2 option; fix diag_tables for P7 tests; adds C384 P7 tests to Cheyenne.intel" (#866), contains "Update CMEPS" (#775) #831
Changes from all commits
7b826d4
cea6fc6
071275b
4db2ff2
5a8d4b6
09716fe
f778ec2
3ae6d69
f187e64
94f5e67
4100179
42d1a64
8a5575b
9a06325
6ba165f
1602558
2208dea
217e3f0
c553a61
52625f5
a248612
9a80b95
2ad32ab
258dc4e
20210f7
750b914
4f02568
a3fd6ad
4a082c0
8ff5a46
a66de98
9d13add
41e1e70
a04c704
52f688b
2c312c6
ceaf7ea
e32547f
128a986
9666be5
cf494c7
2e74cf4
f2108e4
e172ab5
cb7787d
2718b15
fc38c8f
c00af41
7102b14
695d87a
b239304
3d86e14
cf9a3a6
89d6a02
c69e4a2
f540c3c
006d9cb
141df40
fb985c4
a6a1291
5cf0645
85d3a67
3f07e19
8c60f22
d1cf180
4fe664a
37864a5
3e84f3f
3059f0d
2469f43
1ec3109
21e9efd
ea726bb
b8a72e9
b8226c7
14c1b23
bbd0563
56aec02
0680141
8e39fd0
841da31
1fcb4be
e0b9ab3
63866ec
87b508e
5359a09
61d48f0
ed28401
6f0a7d9
1fdfd6c
7ccadf0
ad3554a
e759a95
ca5fa34
621d109
68907ae
80992b3
9e2a117
e3507ee
d2aa73a
c48e920
fcb2067
ae8992d
26680f6
3975d5a
0dff574
859216e
96c8d6b
1c248b4
7b93aa6
1172ca1
ac4dc37
b28e954
1f5fa8a
f9557e9
7832c73
53a8f99
88e2814
021a857
1b5fe3a
6be95cd
50509d9
b1bb140
41fc708
3a6a419
0b235c8
2e72ffb
3d44fcf
578ffef
ef187d8
b0d35dc
786e151
42f7dd9
30a2409
03df9c5
6e08b63
f42b670
8b8c82b
d29a0b8
08fb5c0
b059d03
1d37194
c2b7b0c
4ebfe2e
990e19b
ba8ca1a
674d882
542ee3e
96e6863
5ae17ea
4fa4083
c10f075
0d34f8e
3b07301
49917c6
168e54e
edf244d
33b3de2
341bbba
d2abb32
cb27b4e
78c4a05
3312378
b89b99f
f55e550
4fe84e3
31c4aab
06a49f1
c84b183
8ba9172
52a3992
5f3b076
8179b3b
b72c00e
420227b
10f85db
6db3772
9adf9ca
cc5005f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
+0 −2 | ccpp/config/ccpp_prebuild_config.py | |
+90 −213 | ccpp/data/GFS_typedefs.F90 | |
+0 −204 | ccpp/data/GFS_typedefs.meta | |
+1 −1 | ccpp/physics | |
+0 −91 | ccpp/suites/suite_FV3_HAFS_v0_hwrf.xml | |
+1 −3 | ccpp/suites/suite_FV3_HAFS_v0_hwrf_thompson.xml | |
+9 −9 | io/FV3GFS_io.F90 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh -l | ||
#!/bin/bash -l | ||
#PBS -o out | ||
#PBS -e err | ||
#PBS -N @[JBNME] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh -l | ||
#!/bin/bash -l | ||
#PBS -o out | ||
#PBS -e err | ||
#PBS -N @[JBNME] | ||
|
This file was deleted.
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.
I am curious, do we still need to compile with FV3_HAFS_v0_hwrf since the test is not run?
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.
See the change in line 66 - we don't compile the suite anymore, and this PR removes it. We should note, however, that this is the last suite that contains Ferrier-Aligo MP, which means that it is no longer tested to compile (we didn't test it to run correctly for a long time, because it doesn't). That may be ok, but we should be aware of it.