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
workflows
PULL_REQUEST_TEMPLATE -rw-r--r-- 530 bytes

back to top