Skip to content

Commit

Permalink
physics/gfdl_fv_sat_adj.F90: change standard names for two variables,…
Browse files Browse the repository at this point in the history
… previously in CCPP_shared, now in the fast-physics specific CCPP_interstitial data type in FV3
  • Loading branch information
climbfuji committed Mar 27, 2019
1 parent 446388f commit ae3c5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physics/gfdl_fv_sat_adj.F90
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ end subroutine fv_sat_adj_finalize
!! | jsd | starting_y_direction_index_domain | starting X direction index for domain | count | 0 | integer | | in | F |
!! | jed | ending_y_direction_index_domain | ending X direction index for domain | count | 0 | integer | | in | F |
!! | ng | number_of_ghost_zones | number of ghost zones defined in fv_mp | count | 0 | integer | | in | F |
!! | hydrostatic | flag_for_hydrostatic_solver | flag for use the hydrostatic or nonhydrostatic solver | flag | 0 | logical | | in | F |
!! | hydrostatic | flag_for_hydrostatic_solver_for_fast_physics | flag for use the hydrostatic or nonhydrostatic solver | flag | 0 | logical | | in | F |
!! | fast_mp_consv | flag_for_fast_microphysics_energy_conservation | flag for fast microphysics energy conservation | flag | 0 | logical | | in | F |
!! | te0_2d | atmosphere_energy_content_in_column | atmosphere total energy in columns | J m-2 | 2 | real | kind_dyn | inout | F |
!! | te0 | atmosphere_energy_content_at_Lagrangian_surface | atmosphere total energy at Lagrangian surface | J m-2 | 3 | real | kind_dyn | out | F |
Expand All @@ -243,7 +243,7 @@ end subroutine fv_sat_adj_finalize
!! | last_step | flag_for_the_last_step_of_k_split_remapping | flag for the last step of k-split remapping | flag | 0 | logical | | in | F |
!! | do_qa | flag_for_inline_cloud_fraction_calculation | flag for the inline cloud fraction calculation | flag | 0 | logical | | in | F |
!! | qa | cloud_fraction_at_Lagrangian_surface | cloud fraction at Lagrangian surface | none | 3 | real | kind_dyn | out | F |
!! | nthreads | omp_threads | number of OpenMP threads available for fast physics schemes | count | 0 | integer | | in | F |
!! | nthreads | omp_threads_for_fast_physics | number of OpenMP threads available for fast physics schemes | count | 0 | integer | | in | F |
!! | errmsg | ccpp_error_message | error message for error handling in CCPP | none | 0 | character | len=* | out | F |
!! | errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | 0 | integer | | out | F |
!!
Expand Down

0 comments on commit ae3c5c5

Please sign in to comment.