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

WE2E script improvements for usability #745

Merged
merged 20 commits into from
May 2, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2210d4e
Add 3km grid over Indianapolis. This is about 600km x 600km in exten…
gsketefian Mar 31, 2022
9ef39be
Edit comments.
gsketefian Mar 31, 2022
fc843ac
Generalize script "get_WE2Etest_names_subdirs_descs.sh" to enable inc…
gsketefian Apr 14, 2022
f6deb7a
Bug fix - in var_defns.sh, the definition of CRES should use single q…
gsketefian Apr 14, 2022
151dab3
Minor changes (spacing).
gsketefian Apr 18, 2022
3a86f50
Include additional information in the CSV file that the function get_…
gsketefian Apr 18, 2022
12445d0
Merge branch 'develop' into feature/we2e_csv_file_additions
gsketefian Apr 18, 2022
212f0e1
Edits to comments.
gsketefian Apr 18, 2022
e386ef7
Update the help section in run_WE2E_tests.sh to include examples.
gsketefian Apr 19, 2022
b474f12
Test commit on Mac.
gsketefian Apr 19, 2022
36a610c
Another test commit from Mac.
gsketefian Apr 19, 2022
4a3608a
Minor commits to help/usage section.
gsketefian Apr 21, 2022
5c7cd3c
Merge remote-tracking branch 'origin/feature/WE2E_test_docs' into fea…
gsketefian Apr 21, 2022
e2019b8
Modifications to get_expts_status.sh to: 1) Add "official" arguments …
gsketefian Apr 21, 2022
9320442
Make the number of lines at the end of the log file that gets written…
gsketefian Apr 21, 2022
7ea8f4b
Add informational message and edit comments.
gsketefian Apr 21, 2022
1d61727
Merge branch 'develop' into feature/WE2E_test_docs
gsketefian Apr 22, 2022
af71e75
Merge branch 'develop' into feature/WE2E_test_docs
gsketefian Apr 22, 2022
3b559a1
Merge branch 'develop' into feature/WE2E_test_docs
gsketefian Apr 28, 2022
c2c8a58
Merge branch 'develop' into feature/WE2E_test_docs
gsketefian May 2, 2022
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
2 changes: 1 addition & 1 deletion scripts/exregional_make_grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ if [ "${GRID_GEN_METHOD}" = "GFDLgrid" ]; then
elif [ "${GRID_GEN_METHOD}" = "ESGgrid" ]; then
CRES="C${res_equiv}"
fi
set_file_param "${GLOBAL_VAR_DEFNS_FP}" "CRES" "\"$CRES\""
set_file_param "${GLOBAL_VAR_DEFNS_FP}" "CRES" "'$CRES'"
#
#-----------------------------------------------------------------------
#
Expand Down
Loading