Skip to content

Commit

Permalink
Merge pull request #176 from desihub/kpno-version-update
Browse files Browse the repository at this point in the history
Update KPNO focal plane sync scripts to use desimodel 0.19.2.
  • Loading branch information
sybenzvi authored Sep 24, 2024
2 parents 59e2e57 + 4a7c4a9 commit 47f075e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/desimodel_sync_kpno_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export DESIMODEL_CENTRAL_REPO=${DESI_ROOT}/survey/ops/desimodel/trunk
module use ${DESI_PRODUCT_ROOT}/modulefiles
module load desiconda
module load desimodules/${desimodules}
module swap -f desimodel/0.17.0
module swap -f desimodel/0.19.2

echo "Using desimodel data svn trunk at ${svntrunk}" >> "${logfile}"
export DESIMODEL="${svntrunk}"
Expand Down
2 changes: 1 addition & 1 deletion etc/desimodel_sync_kpno_force.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export DESIMODEL_CENTRAL_REPO=${DESI_ROOT}/survey/ops/desimodel/trunk
module use ${DESI_PRODUCT_ROOT}/modulefiles
module load desiconda
module load desimodules/${desimodules}
module swap -f desimodel/0.17.0
module swap -f desimodel/0.19.2

echo "Using desimodel data svn trunk at ${svntrunk}" >> "${logfile}"
export DESIMODEL="${svntrunk}"
Expand Down

0 comments on commit 47f075e

Please sign in to comment.