Currently, the CIME system allows a single file path location for inputdata, stored in the DIN_LOC_ROOT variable.
On Olivia, it would be much more efficient if DIN_LOC_ROOT could be a searchable list, much like a Linux PATH variable.
A typical use might be something like:
<DIN_LOC_ROOT>local_user_workspace:common_cdl_workspace:/cluster/work/projects/nn9560k/inputdata/</DIN_LOC_ROOT>
Note, we may also want to implement this change for DIN_LOC_ROOT_CLMFORC.
Currently, the CIME system allows a single file path location for inputdata, stored in the
DIN_LOC_ROOTvariable.On Olivia, it would be much more efficient if
DIN_LOC_ROOTcould be a searchable list, much like a LinuxPATHvariable.A typical use might be something like:
<DIN_LOC_ROOT>local_user_workspace:common_cdl_workspace:/cluster/work/projects/nn9560k/inputdata/</DIN_LOC_ROOT>Note, we may also want to implement this change for
DIN_LOC_ROOT_CLMFORC.