We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See soca 346f0aef
346f0aef
#!/bin/bash mkdir -p ./INPUT_small/ cp ./INPUT/hycom1_25.nc ./INPUT_small/ cp ./INPUT/layer_coord25.nc ./INPUT_small/ ncks -O -d nxp,0,144,2 -d nx,0,143,2 ./INPUT/ocean_hgrid.nc ./INPUT_small/ocean_hgrid_small.nc ncks -O -d nx,0,71,2 ./INPUT/ocean_topog.nc ./INPUT_small/ocean_topog_small.nc ncks -O -d lonh,0,71,2 -d lonq,0,71,2 ./INPUT/MOM.res.nc ./INPUT_small/MOM.res.nc ncks -O -d xaxis_1,0,71,2 ./INPUT/cice.res.nc ./INPUT_small/cice.res.nc
The text was updated successfully, but these errors were encountered:
guillaumevernieres
No branches or pull requests
See soca
346f0aef
#!/bin/bash mkdir -p ./INPUT_small/ cp ./INPUT/hycom1_25.nc ./INPUT_small/ cp ./INPUT/layer_coord25.nc ./INPUT_small/ ncks -O -d nxp,0,144,2 -d nx,0,143,2 ./INPUT/ocean_hgrid.nc ./INPUT_small/ocean_hgrid_small.nc ncks -O -d nx,0,71,2 ./INPUT/ocean_topog.nc ./INPUT_small/ocean_topog_small.nc ncks -O -d lonh,0,71,2 -d lonq,0,71,2 ./INPUT/MOM.res.nc ./INPUT_small/MOM.res.nc ncks -O -d xaxis_1,0,71,2 ./INPUT/cice.res.nc ./INPUT_small/cice.res.nc
The text was updated successfully, but these errors were encountered: