Revision 7c99238d7a7c181ea1887f97108be3bacbc383a7 authored by jedwards4b on 05 May 2021, 21:03:47 UTC, committed by GitHub on 05 May 2021, 21:03:47 UTC
This PR seeks to change the behavior of the check in case_setup
on the DIN_LOC_ROOT directory so that when it doesn't exist an
attempt is made to create it. This is primarily useful for containers
on laptops/desktops, since the non-shared environment means
there isn't usually a pre-existing directory. Any supported machines
will already have a valid entry for inputdata, so it shouldn't effect
them.

Test suite: None yet; would like input on which to run, if needed.
Test baseline: None; not answer changing
Test namelist changes: No; doesn't affect namelists
Test status: Doesn't impact model

Fixes #3892

User interface changes?: In a very minor way; previous fails where
a DIN_LOC_ROOT directory didn't exist will now succeed if it
can be created.

Update gh-pages html (Y/N)?: N

Code review:
2 parent s b95a28b + 96396ae
History
File Mode Size
.github
config
doc
scripts
src
tools
utils
.gitignore -rw-r--r-- 460 bytes
.nojekyll -rw-r--r-- 0 bytes
CMakeLists.txt -rw-r--r-- 3.9 KB
CONTRIBUTING.md -rw-r--r-- 4.6 KB
ChangeLog -rw-r--r-- 871.3 KB
ChangeLog_template -rw-r--r-- 420 bytes
LICENSE.TXT -rw-r--r-- 2.4 KB
README.md -rw-r--r-- 1.8 KB
index.html -rw-r--r-- 444 bytes

README.md

back to top