-
Notifications
You must be signed in to change notification settings - Fork 169
Bugfix for MG array allocation PR #291 #293
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
Merged
climbfuji
merged 10 commits into
NCAR:gmtb/develop
from
climbfuji:mg_array_allocation_bugfix
Aug 17, 2019
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c0b60ec
use assumed-shape arrays for MG-specific arrays in convection schemes…
grantfirl 0256ad4
Merge branch 'gmtb/develop' into MG_array_allocation
grantfirl 2d73303
Merge branch 'MG_array_allocation' of https://github.com/grantfirl/cc…
climbfuji ea6300f
physics/samfdeepcnv.f: bugfix, line continuation character at wrong p…
climbfuji 8333bb8
physics/docs/ccpplatex_dox: add machine.F and extension mapping for .…
climbfuji 73f7d23
remove loops over nblks in SCM version of GFS_phys_time_vary; no effe…
grantfirl 2934966
Merge pull request #295 from grantfirl/fix_master_19_8_13
grantfirl 7d9245d
Merge branch 'master' of https://github.com/NCAR/ccpp-physics into mg…
climbfuji 2061415
physics/docs/ccpplatex_dox: set search path for HTML include files
climbfuji e3977fb
Convert ozphys and ozphys_2015 to new metadata format
climbfuji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,194 @@ | ||
| [ccpp-arg-table] | ||
| name = ozphys_init | ||
| type = scheme | ||
|
|
||
| ######################################################################## | ||
| [ccpp-arg-table] | ||
| name = ozphys_finalize | ||
| type = scheme | ||
|
|
||
| ######################################################################## | ||
| [ccpp-arg-table] | ||
| name = ozphys_run | ||
| type = scheme | ||
| [ix] | ||
| standard_name = horizontal_dimension | ||
| long_name = horizontal dimension | ||
| units = count | ||
| dimensions = () | ||
| type = integer | ||
| intent = in | ||
| optional = F | ||
| [im] | ||
| standard_name = horizontal_loop_extent | ||
| long_name = horizontal loop extent | ||
| units = count | ||
| dimensions = () | ||
| type = integer | ||
| intent = in | ||
| optional = F | ||
| [levs] | ||
| standard_name = vertical_dimension | ||
| long_name = number of vertical layers | ||
| units = count | ||
| dimensions = () | ||
| type = integer | ||
| intent = in | ||
| optional = F | ||
| [ko3] | ||
| standard_name = vertical_dimension_of_ozone_forcing_data | ||
| long_name = number of vertical layers in ozone forcing data | ||
| units = count | ||
| dimensions = () | ||
| type = integer | ||
| intent = in | ||
| optional = F | ||
| [dt] | ||
| standard_name = time_step_for_physics | ||
| long_name = physics time step | ||
| units = s | ||
| dimensions = () | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [oz] | ||
| standard_name = ozone_concentration_updated_by_physics | ||
| long_name = ozone concentration updated by physics | ||
| units = kg kg-1 | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = inout | ||
| optional = F | ||
| [tin] | ||
| standard_name = air_temperature_updated_by_physics | ||
| long_name = updated air temperature | ||
| units = K | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [po3] | ||
| standard_name = natural_log_of_ozone_forcing_data_pressure_levels | ||
| long_name = natural log of ozone forcing data pressure levels | ||
| units = log(Pa) | ||
| dimensions = (vertical_dimension_of_ozone_forcing_data) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [prsl] | ||
| standard_name = air_pressure | ||
| long_name = mid-layer pressure | ||
| units = Pa | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [prdout] | ||
| standard_name = ozone_forcing | ||
| long_name = ozone forcing coefficients | ||
| units = various | ||
| dimensions = (horizontal_dimension,vertical_dimension_of_ozone_forcing_data,number_of_coefficients_in_ozone_forcing_data) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [oz_coeff] | ||
| standard_name = number_of_coefficients_in_ozone_forcing_data | ||
| long_name = number of coefficients in ozone forcing data | ||
| units = index | ||
| dimensions = () | ||
| type = integer | ||
| intent = in | ||
| optional = F | ||
| [delp] | ||
| standard_name = air_pressure_difference_between_midlayers | ||
| long_name = difference between mid-layer pressures | ||
| units = Pa | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [ldiag3d] | ||
| standard_name = flag_diagnostics_3D | ||
| long_name = flag for calculating 3-D diagnostic fields | ||
| units = flag | ||
| dimensions = () | ||
| type = logical | ||
| intent = in | ||
| optional = F | ||
| [ozp1] | ||
| standard_name = cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate | ||
| long_name = cumulative change in ozone concentration due to production and loss rate | ||
| units = kg kg-1 | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = inout | ||
| optional = F | ||
| [ozp2] | ||
| standard_name = cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio | ||
| long_name = cumulative change in ozone concentration due to ozone mixing ratio | ||
| units = kg kg-1 | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = inout | ||
| optional = F | ||
| [ozp3] | ||
| standard_name = cumulative_change_in_ozone_concentration_due_to_temperature | ||
| long_name = cumulative change in ozone concentration due to temperature | ||
| units = kg kg-1 | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = inout | ||
| optional = F | ||
| [ozp4] | ||
| standard_name = cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column | ||
| long_name = cumulative change in ozone concentration due to overhead ozone column | ||
| units = kg kg-1 | ||
| dimensions = (horizontal_dimension,vertical_dimension) | ||
| type = real | ||
| kind = kind_phys | ||
| intent = inout | ||
| optional = F | ||
| [con_g] | ||
| standard_name = gravitational_acceleration | ||
| long_name = gravitational acceleration | ||
| units = m s-2 | ||
| dimensions = () | ||
| type = real | ||
| kind = kind_phys | ||
| intent = in | ||
| optional = F | ||
| [me] | ||
| standard_name = mpi_rank | ||
| long_name = rank of the current MPI task | ||
| units = index | ||
| dimensions = () | ||
| type = integer | ||
| intent = in | ||
| optional = F | ||
| [errmsg] | ||
| standard_name = ccpp_error_message | ||
| long_name = error message for error handling in CCPP | ||
| units = none | ||
| dimensions = () | ||
| type = character | ||
| kind = len=* | ||
| intent = out | ||
| optional = F | ||
| [errflg] | ||
| standard_name = ccpp_error_flag | ||
| long_name = error flag for error handling in CCPP | ||
| units = flag | ||
| dimensions = () | ||
| type = integer | ||
| intent = out | ||
| optional = F | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.