subroutine sfc_nst_post::sfc_nst_post_run | ( | integer, intent(in) | im, |
real (kind=kind_phys), intent(in) | rlapse, | ||
real (kind=kind_phys), intent(in) | tgice, | ||
logical, dimension(im), intent(in) | wet, | ||
logical, dimension(im), intent(in) | icy, | ||
real (kind=kind_phys), dimension(im), intent(in) | oro, | ||
real (kind=kind_phys), dimension(im), intent(in) | oro_uf, | ||
integer, intent(in) | nstf_name1, | ||
integer, intent(in) | nstf_name4, | ||
integer, intent(in) | nstf_name5, | ||
real (kind=kind_phys), dimension(im), intent(in) | xt, | ||
real (kind=kind_phys), dimension(im), intent(in) | xz, | ||
real (kind=kind_phys), dimension(im), intent(in) | dt_cool, | ||
real (kind=kind_phys), dimension(im), intent(in) | z_c, | ||
real (kind=kind_phys), dimension(im), intent(in) | tref, | ||
real (kind=kind_phys), dimension(im), intent(in) | xlon, | ||
real (kind=kind_phys), dimension(im), intent(inout) | tsurf_wat, | ||
real (kind=kind_phys), dimension(im), intent(inout) | tsfc_wat, | ||
integer, intent(in) | nthreads, | ||
real (kind=kind_phys), dimension(size(xlon,1)), intent(out) | dtzm, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg | ||
) |
local_name | standard_name | long_name | units | type | dimensions | kind | intent | optional |
---|---|---|---|---|---|---|---|---|
im | horizontal_loop_extent | horizontal loop extent | count | integer | () | in | False | |
rlapse | air_temperature_lapse_rate_constant | environmental air temperature lapse rate constant | K m-1 | real | () | kind_phys | in | False |
tgice | freezing_point_temperature_of_seawater | freezing point temperature of seawater | K | real | () | kind_phys | in | False |
wet | flag_nonzero_wet_surface_fraction | flag indicating presence of some ocean or lake surface area fraction | flag | logical | (horizontal_dimension) | in | False | |
icy | flag_nonzero_sea_ice_surface_fraction | flag indicating presence of some sea ice surface area fraction | flag | logical | (horizontal_dimension) | in | False | |
oro | orography | orography | m | real | (horizontal_dimension) | kind_phys | in | False |
oro_uf | orography_unfiltered | unfiltered orography | m | real | (horizontal_dimension) | kind_phys | in | False |
nstf_name1 | flag_for_nsstm_run | NSSTM flag: off/uncoupled/coupled=0/1/2 | flag | integer | () | in | False | |
nstf_name4 | vertical_temperature_average_range_lower_bound | zsea1 | mm | integer | () | in | False | |
nstf_name5 | vertical_temperature_average_range_upper_bound | zsea2 | mm | integer | () | in | False | |
xt | diurnal_thermocline_layer_heat_content | heat content in diurnal thermocline layer | K m | real | (horizontal_dimension) | kind_phys | in | False |
xz | diurnal_thermocline_layer_thickness | diurnal thermocline layer thickness | m | real | (horizontal_dimension) | kind_phys | in | False |
dt_cool | sub_layer_cooling_amount | sub-layer cooling amount | K | real | (horizontal_dimension) | kind_phys | in | False |
z_c | sub_layer_cooling_thickness | sub-layer cooling thickness | m | real | (horizontal_dimension) | kind_phys | in | False |
tref | sea_surface_reference_temperature | reference/foundation temperature | K | real | (horizontal_dimension) | kind_phys | in | False |
xlon | longitude | longitude | radian | real | (horizontal_dimension) | kind_phys | in | False |
tsurf_wat | surface_skin_temperature_after_iteration_over_ocean | surface skin temperature after iteration over ocean | K | real | (horizontal_dimension) | kind_phys | inout | False |
tsfc_wat | surface_skin_temperature_over_ocean_interstitial | surface skin temperature over ocean (temporary use as interstitial) | K | real | (horizontal_dimension) | kind_phys | inout | False |
nthreads | omp_threads | number of OpenMP threads available for physics schemes | count | integer | () | in | False | |
dtzm | mean_change_over_depth_in_sea_water_temperature | mean of dT(z) (zsea1 to zsea2) | K | real | (horizontal_dimension) | kind_phys | out | False |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out | False |
errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | integer | () | out | False |
References module_nst_water_prop::get_dtzm_2d().