Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated GWDO + a new option for SHINHONG PBL scheme #1388
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
Uh oh!
There was an error while loading. Please reload this page.
Updated GWDO + a new option for SHINHONG PBL scheme #1388
Changes from 1 commit
3b23571fe85f8c0950b16d763afa02e2dea520d1654072f6fdb991921667ae1d122e6f0a8dd8693e2ac5a11aef6ba80002bd4d0e048b1934717a186dd7d751b566fc866d1ab85e496e5b74756f976caed21719706303a19b9f4cba0a5edb221e9ec66282d709d312db35bd8b885473a036e282341e9a3f61d922861bac378fa1aa5fc89b32a9cc657b7f10af4ba48ba33efd7a8f241634233624ce4d67073b588dee7fb39f263ebd1720638d116baabe13523e9efa0e5cb5c631e49926f9bc56b80c17cf1d5ac145fa65e06784e82d1fabde90f7ecc408339d7ad8bf6cbfce77e1905ff3180c0931e791d9a073c264d3d054ea6abbd0352104add4875ddeda6ba661fcc13fb77589bbe67db74f837aa961be338c9f3006fa125ff0bb3394f853dde879ecb7cfde8318348f988a90f8d7fb4f0f715050d24839cf5b59bba9b403e194947343fa443f407fcc9ddf359771f96eface9e1865530a5bda3046e603f6c1ec304356bb22eb6d1a4a947a8aa404d7cc96991ba7ba34bd9a8b3a3d4283c77fbd038d10f868c2baebb48f37643e9dd411313536879083b863da684e15f3337b669db1054cccd71f3d22657794f20739762e7b50a2e4be10c5240c45f99ec695403c1012f7234c15edd29b9178fcb7b2430025a54a23710c1941a857b4f1b755e90bd978cc8a56012fdd38bd0c740a499d77ff64ea254bf7adde013bb8d5101928a8faa8348fce7b69f79b3688272f0607d858e4b5bd42957da352458ff0e12ead81bbe972b4d8e5a14253137d4345e42d454fe1638a8a054ccd32d84d1eb2b33d2c06808342cf7bd4bb7642b473abac5e9cba6b76f3fe7ae1b245d214225907a30ff382e7046311e6e01aa6de2b30b880b3efed62c797ba1956b020e000dbdabdc19bddea0f0fe766bffe2e52829f931bd3473ec4425a2b66d310a1858b7d76b82695b9804723d204b44adf529c7d1be64c2e8964cd12acd775f3b3be1533d60910745251bbcf13cfac3866c00d4c020a5ac5bbbc3ce3f70529b02b0d0559aded3957aad70ff910f973879fa62065e736ce99888e4e800debc19c0b20de1e932b44764921459c490c9479d621460c691c70700342f1f5d7c3bd969b10dc5f70dd895aad9e3ad695d6314c8d153335dec4e8cb9b46af29cd82bd39cdf386cc4c5fd856addc9864bd18370a0b7332b9090a167cff7fdf35a588fea176e0d347a4d69f942485f0ee6b79d0File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
…re core This commit defines new static fields, a new package, a new namelist option, and a new output stream for the GSL GWDO scheme. Also included in this commit are changes to the init_atm_setup_packages() routine to set the new 'gwd_gsl_stage_out' package if and only if the new namelist option 'config_native_gwd_gsl_static' is true. When 'config_native_gwd_gsl_static' is set in the namelist, the init_atmosphere core will write the twenty new static fields (var2d, con, oa{1,2,3,4}, and ol{1,2,3,4}) for large scale (ls) and small scale (ss) to a new 'ugwp_oro_data' output stream. As of this commit, code to actually compute the twenty new static fields is not being called, and so the fields are expected to be zero everywhere.Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing