Hi,
I spotted the typo 'Displacemnet' in two lines of src/science/params/urban_param_mod.F90:
Line 102 REAL(KIND=real_jlslsm), ALLOCATABLE :: disp_gb(:) ! Displacemnet height
Line 114 REAL(KIND=real_jlslsm), POINTER :: disp_gb(:) ! Displacemnet height
Cheers
I keep reading the code and take notes of the typos below for reference:
Hi,
I spotted the typo 'Displacemnet' in two lines of src/science/params/urban_param_mod.F90:
Line 102 REAL(KIND=real_jlslsm), ALLOCATABLE :: disp_gb(:) ! Displacemnet height
Line 114 REAL(KIND=real_jlslsm), POINTER :: disp_gb(:) ! Displacemnet height
Cheers
I keep reading the code and take notes of the typos below for reference:
src/science/surface/get_us.F90
src/science/surface/urbanz0.F90