From a120631681eb269341328a03f08e950129e831da Mon Sep 17 00:00:00 2001 From: "Grant.Firl" Date: Wed, 15 Nov 2017 15:22:31 -0700 Subject: [PATCH] Revert "changed some longnames in the table for sasasdeep_run" This reverts commit 82a1ca420993d7683b6bdb5862c4e560826fce70. --- physics/mfdeepcnv.f | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/physics/mfdeepcnv.f b/physics/mfdeepcnv.f index 8de335e60..d682dfe12 100755 --- a/physics/mfdeepcnv.f +++ b/physics/mfdeepcnv.f @@ -35,20 +35,20 @@ end subroutine sasasdeep_finalize !! | ix | horizontal_dimension | horizontal dimension | index | 0 | integer | | in | F | !! | km | vertical_dimension | vertical layer dimension | index | 0 | integer | | in | F | !! | delt | time_step_for_physics | physics time step | s | 0 | real | kind_phys | in | F | -!! | delp | air_pressure_difference_between_midlayers | pres(k) - pres(k+1) | Pa | 2 | real | kind_phys | in | F | -!! | prslp | air_pressure | mean layer pressure | Pa | 2 | real | kind_phys | in | F | +!! | delp | air_pressure_layer_difference | pres(k) - pres(k+1) | Pa | 2 | real | kind_phys | in | F | +!! | prslp | air_pressure_layer | mean layer pressure | Pa | 2 | real | kind_phys | in | F | !! | psp | surface_air_pressure | surface pressure | Pa | 1 | real | kind_phys | in | F | !! | phil | geopotential | layer geopotential | m2 s-2 | 2 | real | kind_phys | in | F | !! | ql1 | cloud_ice_specific_humidity | cloud ice specific humidity | kg kg-1 | 2 | real | kind_phys | inout | F | !! | ql2 | cloud_liquid_water_specific_humidity | cloud water specific humidity | kg kg-1 | 2 | real | kind_phys | inout | F | !! | q1 | water_vapor_specific_humidity | updated vapor specific humidity | kg kg-1 | 2 | real | kind_phys | inout | F | -!! | t1 | air_temperature_updated_by_physics | updated temperature | K | 2 | real | kind_phys | inout | F | -!! | u1 | x_wind_updated_by_physics | updated x-direction wind | m s-1 | 2 | real | kind_phys | inout | F | -!! | v1 | y_wind_updated_by_physics | updated y-direction wind | m s-1 | 2 | real | kind_phys | inout | F | +!! | t1 | air_temperature | updated temperature | K | 2 | real | kind_phys | inout | F | +!! | u1 | x_wind | updated x-direction wind | m s-1 | 2 | real | kind_phys | inout | F | +!! | v1 | y_wind | updated y-direction wind | m s-1 | 2 | real | kind_phys | inout | F | !! | cldwrk | cloud_work_function | cloud work function | m2 s-2 | 1 | real | kind_phys | out | F | -!! | rn | instantaneous_rainfall_amount | convective rain | m | 1 | real | kind_phys | out | F | -!! | kbot | vertical_index_at_cloud_base | index for cloud base | index | 1 | integer | | out | F | -!! | ktop | vertical_index_at_cloud_top | index for cloud top | index | 1 | integer | | out | F | +!! | rn | convective_rainfall_amount | convective rain | m | 1 | real | kind_phys | out | F | +!! | kbot | index_for_cloud_base | index for cloud base | index | 1 | integer | | out | F | +!! | ktop | index_for_cloud_top | index for cloud top | index | 1 | integer | | out | F | !! | kcnv | flag_deep_convection | deep convection: 0=no, 1=yes | flag | 1 | integer | | out | F | !! | islimsk | sea_land_ice_mask | landmask: sea/land/ice=0/1/2 | flag | 1 | integer | | in | F | !! | garea | cell_area | grid cell area | m2 | 1 | real | kind_phys | in | F |