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

Jablonowski and Williamson initial conditions #249

Merged
merged 4 commits into from
Feb 10, 2023
Merged

Jablonowski and Williamson initial conditions #249

merged 4 commits into from
Feb 10, 2023

Conversation

milankl
Copy link
Member

@milankl milankl commented Feb 9, 2023

No description provided.

@milankl milankl added model 🎛️ Model constructors, types or equations dynamics 〰️ Affects the dynamical core labels Feb 9, 2023
@milankl milankl added this to the v0.5 milestone Feb 9, 2023
@milankl
Copy link
Member Author

milankl commented Feb 10, 2023

Temperature initial conditions

image
us ☝🏼 , vs JW06 👇🏼
image

@milankl
Copy link
Member Author

milankl commented Feb 10, 2023

And relative vorticity

image

image

@milankl
Copy link
Member Author

milankl commented Feb 10, 2023

And zonal velocity (meridional = 0, divergence = 0)

image

image

@milankl milankl added the vertical ⬆️ Affecting the vertical dimension label Feb 10, 2023
@milankl
Copy link
Member Author

milankl commented Feb 10, 2023

Also good to test our geopotential height calculation in spectral space

image

achieved via adding the following to write_netcdf_variables! highjacking u_grid output

        geopotential!(diagn,model.boundaries,model.geometry)
        @unpack geopot = diagn_layer.dynamics_variables
        gridded!(u_grid,geopot,model.spectral_transform)

image

@milankl milankl merged commit 6b2ea75 into main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamics 〰️ Affects the dynamical core model 🎛️ Model constructors, types or equations vertical ⬆️ Affecting the vertical dimension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant