From ae3c5c5df3efa14e76ae5ce693571cb976fa88c7 Mon Sep 17 00:00:00 2001 From: climbfuji Date: Wed, 27 Mar 2019 16:54:41 -0600 Subject: [PATCH] physics/gfdl_fv_sat_adj.F90: change standard names for two variables, previously in CCPP_shared, now in the fast-physics specific CCPP_interstitial data type in FV3 --- physics/gfdl_fv_sat_adj.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/gfdl_fv_sat_adj.F90 b/physics/gfdl_fv_sat_adj.F90 index 6c1564477..4bc8ba717 100644 --- a/physics/gfdl_fv_sat_adj.F90 +++ b/physics/gfdl_fv_sat_adj.F90 @@ -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 | @@ -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 | !!