Skip to content

Commit

Permalink
update ghactions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Dec 20, 2023
1 parent dbbddee commit 056479b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,14 @@ jobs:
strategy:
matrix:
# os: [macos-latest, ubuntu-latest]
# os: [macos-latest]
os: [macos-12.6]
os: [macos-latest]
# os: [macos-13]
# os: [ubuntu-latest]
include:
# - os: macos-13
# envdef: macos
# minicond: Miniconda3-latest-MacOSX-x86_64.sh
# - os: macos-latest
# envdef: macos
# minicond: Miniconda3-latest-MacOSX-x86_64.sh
- os: macos-12.6
- os: macos-latest
envdef: macos
minicond: Miniconda3-latest-MacOSX-x86_64.sh
# - os: ubuntu-latest
Expand Down Expand Up @@ -151,7 +147,7 @@ jobs:
run: |
cd $HOME/cice-dirs/input
wget --progress=dot:giga https://zenodo.org/record/3728358/files/CICE_data_gx3_grid_ic-20200320.tar.gz && tar xvfz CICE_data_gx3_grid_ic-20200320.tar.gz
wget --progress=dot:giga https://zenodo.org/record/3728362/files/CICE_data_gx3_forcing_NCAR_bulk-20200320.tar.gz && tar xvfz CICE_data_gx3_forcing_NCAR_bulk-20200320.tar.gz
# wget --progress=dot:giga https://zenodo.org/record/3728362/files/CICE_data_gx3_forcing_NCAR_bulk-20200320.tar.gz && tar xvfz CICE_data_gx3_forcing_NCAR_bulk-20200320.tar.gz
wget --progress=dot:giga https://zenodo.org/record/3728364/files/CICE_data_gx3_forcing_JRA55-20200320.tar.gz && tar xvfz CICE_data_gx3_forcing_JRA55-20200320.tar.gz
pwd
ls -alR
Expand Down
2 changes: 1 addition & 1 deletion cicecore/shared/ice_init_column.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ subroutine count_tracers
if (my_task == master_task) then
call icepack_write_tracer_flags(nu_diag)
call icepack_write_tracer_sizes(nu_diag)
call icepack_write_tracer_indices(nu_diag)
!tcx call icepack_write_tracer_indices(nu_diag)
endif
call icepack_warnings_flush(nu_diag)
if (icepack_warnings_aborted()) call abort_ice(error_message=subname//' Icepack Abort3', &
Expand Down

0 comments on commit 056479b

Please sign in to comment.