Skip to content
Snippets Groups Projects
Commit 180b0097 authored by Виктория Суязова's avatar Виктория Суязова Committed by Anna Shestakova
Browse files

test snow type

parent 7fd94a0b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ contains
meteo%depth = depth_inm
meteo%lai = lai_inm
meteo%surface_type = IVEG_sfx
write(*,*) 'surface_type, IVEG_sfx', meteo%surface_type, IVEG_sfx
end subroutine inmcm_to_sfx_in_cell
! --------------------------------------------------------------------------------
......
......@@ -154,7 +154,7 @@ contains
h = meteo%h(i), &
U = meteo%U(i), dT = meteo%dT(i), Tsemi = meteo%Tsemi(i), dQ = meteo%dQ(i), &
z0_m = meteo%z0_m(i), depth=meteo%depth(i), lai=meteo%lai(i), surface_type=meteo%surface_type(i))
write(*,*) 'get_flux', meteo%surface_type(i)
call get_surface_fluxes(sfx_cell, meteo_cell, numerics)
call push_sfx_data(sfx, sfx_cell, i)
......@@ -188,6 +188,7 @@ contains
real :: z0_m !< surface aerodynamic roughness (should be < 0 for water bodies surface)
real :: depth
real :: lai
integer :: surface_type
! ----------------------------------------------------------------------------
! --- local variables
......@@ -221,7 +222,7 @@ contains
real Cm, Ct !< transfer coeff. for (momentum) & (heat) [n/d]
integer surface_type !< surface type = (ocean || land)
real fval !< just a shortcut for partial calculations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment