Skip to content
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

Add unstructured wave grid to gfsv17 targeted tests #1937

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3d6e771
Updated fv3atm and ccpp-physics submodules as part of fixing ccpp UGW…
mdtoyNOAA Sep 20, 2023
451b2c7
Change RF damping parameters and n_split for HR3
XiaqiongZhou-NOAA Sep 21, 2023
675d8e8
Corrected new 'ugwpv1' SDF's in fv3atm
mdtoyNOAA Sep 21, 2023
a41a0d5
Merge branch 'hr3' of https://github.com/XiaqiongZhou-NOAA/ufs-weathe…
mdtoyNOAA Sep 21, 2023
9880d36
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
mdtoyNOAA Sep 22, 2023
5fc6883
Added UGWPv1 tests: control_p8_ugwpv1 and cpld_control_gfsv17_ugwpv1
mdtoyNOAA Sep 26, 2023
e8728ee
Changed n_split from 4 to 5 in tests/parm/cpld_control.nml.IN and cpl…
mdtoyNOAA Sep 26, 2023
c2a0b29
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
mdtoyNOAA Sep 26, 2023
3d576e2
Added most recent RT and ORT log-file results
mdtoyNOAA Sep 27, 2023
e1f3aff
updates for wave for hr3
JessicaMeixner-NOAA Oct 5, 2023
d165db6
update rest of set of pdlib tests
JessicaMeixner-NOAA Oct 5, 2023
8096992
Updated FV3 with latest merges.
mdtoyNOAA Oct 6, 2023
7ad0275
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
mdtoyNOAA Oct 6, 2023
f6a198b
Merge remote-tracking branch 'MToy/develop_meso_fix_new_ksmax' into h…
JessicaMeixner-NOAA Oct 6, 2023
61a7ef5
Merge remote-tracking branch 'UFS/develop' into hr3pdlib
JessicaMeixner-NOAA Oct 6, 2023
332596c
update debug test to point to it's own baseline
JessicaMeixner-NOAA Oct 10, 2023
3d45e11
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
mdtoyNOAA Oct 10, 2023
85b9be7
Added latest fv3atm merges
mdtoyNOAA Oct 12, 2023
6aa819d
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
mdtoyNOAA Oct 12, 2023
0799cb2
only keeping one GFSv17 test as requested
JessicaMeixner-NOAA Oct 12, 2023
fdb4e99
Updated ccpp-physics to incorporate PR#115 -- 'hr3_land_upgrades'
mdtoyNOAA Oct 16, 2023
f43621c
Merge remote-tracking branch 'MToy/develop_meso_fix_new_ksmax' into h…
JessicaMeixner-NOAA Oct 17, 2023
e73457d
Merge pull request #1 from JessicaMeixner-NOAA/hr3pdlib
mdtoyNOAA Oct 17, 2023
d684a14
Updated fv3atm submodule
mdtoyNOAA Oct 18, 2023
82584df
update iopt_diag=1 for gfsv17 tests
JessicaMeixner-NOAA Oct 18, 2023
a56b33d
only keeping 1 set of gfsv17 tests in rt.conf
JessicaMeixner-NOAA Oct 18, 2023
eba4990
add back iau test dependency
JessicaMeixner-NOAA Oct 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/mdtoyNOAA/fv3atm
branch = develop_meso_fix_new_ksmax
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
7 changes: 4 additions & 3 deletions tests/parm/cpld_control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
n_sponge = 42
nudge_qv = .true.
nudge_dz = .false.
tau = 10.0
rf_cutoff = 7.5e2
tau = 0.0
fast_tau_w_sec = 0.2
rf_cutoff = 10.
d2_bg_k1 = @[D2_BG_K1]
d2_bg_k2 = @[D2_BG_K2]
kord_tm = -9
Expand All @@ -52,7 +53,7 @@
a_imp = 1.
p_fac = 0.1
k_split = 2
n_split = 6
n_split = 5
nwat = 6
na_init = @[NA_INIT]
d_ext = 0.
Expand Down
Loading