Skip to content
Snippets Groups Projects
scm_sfx_data.f90 243 B
Newer Older
Debolskiy Andrey's avatar
Debolskiy Andrey committed
! Created by Andrey Debolskiy on 20.11.2024.

module scm_sfx_data

    implicit none

    real taux, tauy
    real cu, ct
    real hflx, qflx
    real ust, vst, umst
    real u10, v10
    real ROLIM, WAREA, WWET, ATGR


end module scm_sfx_data