Skip to content

Commit

Permalink
Update get_glorys_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Apr 6, 2024
1 parent 73a5f68 commit fce2430
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/get_glorys_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ jobs:
auto-activate-base: false
- run: |
conda info --envs
#conda activate cmc
#conda info --envs
#cd tools/initial
#copernicusmarine --help
# - name: Test get_glorts_data.sh
# run: |
# cd tools/initial
# copernicusmarine --help
# #./get_glorys_data.sh -u ${{secrets.CMCID}} -p ${{secrets.CMCPASSWD}} -o "./" -x -100 -X -35 -y 0 -Y 60 -s "1993-01-01" -e "1993-01-01"
# #[ ! -f "GLORYS_REANALYSIS_1993-01-01.nc" ] && echo "FATAL: GLORYS_REANALYSIS_1993-01-01.nc does not exist. Exiting." && exit 1
cd tools/initial
copernicusmarine --version
bash get_glorys_data.sh -u ${{secrets.CMCID}} -p ${{secrets.CMCPASSWD}} -o "./" -x -100 -X -35 -y 0 -Y 60 -s "1993-01-01" -e "1993-01-01"
[ ! -f "GLORYS_REANALYSIS_1993-01-01.nc" ] && echo "FATAL: GLORYS_REANALYSIS_1993-01-01.nc does not exist. Exiting." && exit 1

0 comments on commit fce2430

Please sign in to comment.