Skip to content

Commit

Permalink
update to use curl to work in the ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Sep 5, 2023
1 parent 2dee5d8 commit 61780be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/null_model_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ cd ${bld_dir}/run
mkdir RESTART
# Get the data files required for the run
tarFile=coupler_null_test_data_full_simple.tar.gz
wget ftp://ftp.gfdl.noaa.gov/perm/GFDL_pubrelease/test_data/${tarFile}
curl -O ftp://ftp.gfdl.noaa.gov/perm/GFDL_pubrelease/test_data/${tarFile}
tar zxf ${tarFile}

# add an io layout to the full nml
Expand Down

0 comments on commit 61780be

Please sign in to comment.