Skip to content

CCPP Framework Meeting Minutes 2021 05 11

Dom Heinzeller edited this page Apr 28, 2021 · 16 revisions

Agenda

  • capgen.py progress
  • Transition to capgen.py
  • Process for creating a master cross-lab standard name resource
  • NCEP Central Operations WCOSS Implementation Standards
  • Other business

capgen.py process

  • ...

Transition to capgen.py

  • ...

Process for creating a master cross-lab standard name resource

  • ...

NCEP Central Operations WCOSS Implementation Standards

Other business

  • Allocatable/pointer arrays as arguments to CCPP schemes (question from a user)
subroutine phys_scheme(..., array, ...)
    ...
    real, dimension(:,:), intent(inout), allocatable :: array
    ...
    if (allocated(array)) then
       ! use array
    end if
end subroutine
Clone this wiki locally