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

Changing grid resolution and a closed ITF in global_4deg setup #396

Open
Sougata18 opened this issue Oct 17, 2022 · 1 comment
Open

Changing grid resolution and a closed ITF in global_4deg setup #396

Sougata18 opened this issue Oct 17, 2022 · 1 comment

Comments

@Sougata18
Copy link

How to change the grid resolution of global_flexible setup ?

Also while plotting some of the variables from the '4deg.snapshot.nc' output file from global_4deg setup I got a closed ITF ( Indonesian Throughflow) . How to open ITF channel so that I can include the throughflow in my output files.

Thanks!

@dionhaefner
Copy link
Collaborator

How to change the grid resolution of global_flexible setup ?

Just change the number of grid cells (nx, ny, nz).

Also while plotting some of the variables from the '4deg.snapshot.nc' output file from global_4deg setup I got a closed ITF ( Indonesian Throughflow) . How to open ITF channel so that I can include the throughflow in my output files.

You will have to find the index of the grid cells that you want to convert to water and change vs.kbot to something larger than 0 (corresponding to the desired depth index of the cell) in set_topography. There are many ways to do this and no unique recipe. You can look at how this is done in the 1 degree case for the Aleutian islands, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants