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
Raw File
.gitignore
# Ignore python bytecode files
*.pyc
buildnmlc
buildlib.*c

# Ignore emacs backup files
*~

# ignore for the merge to master and orphaning of the gh-pages branch
doc/build

# ignore temporary doc files
doc/source/Tools_user/temp_files

# ignore the JENKINS files created when make html is run
scripts/Tools/JENKINS*

# Ignore anything that are produced under scripts "cases" directory
/scripts/cases/

#Ignore nuopc driver available seperatly
src/drivers/nuopc
back to top