Skip to content

Commit

Permalink
Update KPNO desimodel to v0.19.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segev BenZvi committed Sep 24, 2024
1 parent 59e2e57 commit 4a7c4a9
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 4a7c4a9

Please sign in to comment.