E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Make subdirectories for symlinks for input files #59

Closed xylar closed 1 year ago

xylar commented 1 year ago

This allows input files to be placed in a subdirectory of a step.

Checklist

closes #58

xylar commented 1 year ago

@darincomeau and @erinethomas, could you test out whether cherry-picking this commit fixes the issue we were having with the forcing directory?

git remote add xylar/polaris git@github.com:xylar/polaris.git
git fetch --all -p
# if you have uncommitted changes
git stash save
git cherry-pick cbc98eebeaaad6e89a36448dd70812e9e5ab95d8
# get back your uncommitted changes
git stash pop
erinethomas commented 1 year ago

yes this works! it now creates the forcing directory and links all the files correctly

xylar commented 1 year ago

Thanks @erinethomas and @darincomeau!