Skip to content
New issue

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

Prepare 10deg resource files for MOM6 #1388

Open
guillaumevernieres opened this issue Nov 25, 2024 · 0 comments
Open

Prepare 10deg resource files for MOM6 #1388

guillaumevernieres opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels

Comments

@guillaumevernieres
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant