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 additional resolutions for cpld_gridgen utilty #769

Merged
merged 31 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c08871c
add tripoletools folder with 3 submodules
DeniseWorthen Sep 2, 2020
f638413
Merge remote-tracking branch 'upstream/develop' into develop
DeniseWorthen Jun 28, 2021
f4cd9ac
Merge branch 'NOAA-EMC:develop' into develop
DeniseWorthen Jul 9, 2021
0ae61b7
Merge branch 'NOAA-EMC:develop' into develop
DeniseWorthen Aug 1, 2021
4518395
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Dec 15, 2021
8e7142f
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Jan 5, 2022
393b5e4
remove tripoletools subdirectory
DeniseWorthen Jan 5, 2022
64b9432
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Jan 19, 2022
024d497
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Jan 21, 2022
770611c
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Feb 8, 2022
d8d0585
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Mar 3, 2022
99d013b
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Apr 3, 2022
60c5c54
Merge branch 'ufs-community:develop' into develop
DeniseWorthen May 4, 2022
fd882bf
Merge branch 'ufs-community:develop' into develop
DeniseWorthen May 13, 2022
b8f31c8
Merge branch 'ufs-community:develop' into develop
DeniseWorthen May 26, 2022
adee9c4
Merge branch 'ufs-community:develop' into develop
DeniseWorthen May 31, 2022
6a75ddd
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Jun 21, 2022
010a778
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Jun 28, 2022
628e649
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Jan 19, 2023
1033db6
remove Modules subdir
DeniseWorthen Jan 20, 2023
722dd03
updates for additional configurations
DeniseWorthen Feb 5, 2023
0d6d7fc
Merge branch 'ufs-community:develop' into develop
DeniseWorthen Feb 5, 2023
b0f2e13
Merge branch 'develop' into feature/altres
DeniseWorthen Feb 5, 2023
aae4328
baselines b4b on hera.intel
DeniseWorthen Feb 5, 2023
a302ac9
tests on hera for all resolutions, serially
DeniseWorthen Feb 6, 2023
85af3a4
Merge branch 'ufs-community:develop' into feature/altres
DeniseWorthen Feb 6, 2023
16f2a82
add alt resolution updates
DeniseWorthen Feb 8, 2023
61ed23e
Merge branch 'feature/altres' of https://github.com/DeniseWorthen/UFS…
DeniseWorthen Feb 8, 2023
34ba07e
add -w format to nccmp command
DeniseWorthen Feb 10, 2023
d4d0c3e
Merge branch 'ufs-community:develop' into feature/altres
DeniseWorthen Feb 10, 2023
ee4b73b
add note in rt.conf for 5deg case only on hera
DeniseWorthen Feb 15, 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
28 changes: 27 additions & 1 deletion reg_tests/cpld_gridgen/rt.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# C384_025 needs to be the first test due to dependency
#################################################################
# Baseline configurations
# C384_025 needs to be the first test due to dependency of
# the weight-generation from 1/4deg ocean to lower resolution
#################################################################

# TEST_NAME | DEP_NAME
#
C384_025 |
C192_050 | C384_025
C096_100 | C384_025

#################################################################
# Non-baseline configurations.
# These configurations have been tested on hera. For hera, the
# memory use for the C3072 config is approx 60% of the full node,
# C1152 is 12% of the full node and C768 is 8% of the full node.
# The default is set as 12g on RDHPCS platforms and should be
# sufficient for all but C3072. On hera C3072 requires approx 50min
# of wall clock and using --exclusive. See C3072 settings in rt.sh
#
# Note that the 5deg ocean cases are currently only supported on
# hera
#################################################################

#C3072_025 |
#C1152_025 |
#C768_025 |

#C192_025 |
#C048_500 | C384_025
#C096_500 | C384_025
Loading