Skip to content
Snippets Groups Projects
Commit 449adbf5 authored by Elizaveta Gashchuk's avatar Elizaveta Gashchuk
Browse files

CXX sheba launch hotfix

parent 7eb257ef
No related merge requests found
Pipeline #5730 failed with stages
in 5 seconds
......@@ -108,8 +108,8 @@ contains
integer i
! ----------------------------------------------------------------------------
#if defined(INCLUDE_CXX)
type (meteoDataVecTypeC), pointer :: meteo_c !< meteorological data (input)
type (sfxDataVecTypeC), pointer :: sfx_c !< surface flux data (output)
type (meteoDataVecTypeC), target :: meteo_c !< meteorological data (input)
type (sfxDataVecTypeC), target :: sfx_c !< surface flux data (output)
type(C_PTR) :: meteo_c_ptr, sfx_c_ptr
type (sfx_sheba_param_C) :: model_param
type (sfx_surface_param) :: surface_param
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment