Skip to content

CCPP Framework Meeting Minutes 2020 01 30

Dom Heinzeller edited this page Jan 31, 2020 · 2 revisions

Agenda

News:

  • EMC agreed to remove the dynamic build from the CCPP framework

SDF and namelist redundancy:

  • suggest to augment scheme metadata like in the following
[ccpp-arg-table]
  name = mp_thompson
  type = scheme_config
  process = microphysics
...
[ccpp-arg-table]
  name = mp_thompson_init
  type = scheme
[is_aerosol_aware]
  standard_name = flag_for_aerosol_physics
  long_name = flag for aerosol-aware physics
  units = flag
  dimensions = ()
  type = logical
  intent = in
  optional = F
  default_value = F
  valid_values = (F, T)
[nwfa2d]
  standard_name = tendency_of_water_friendly_aerosols_at_surface
  long_name = instantaneous fake water-friendly surface aerosol source
  units = kg-1 s-1
  dimensions = (horizontal_dimension)
  type = real
  kind = kind_phys
  intent = in
  optional = T
  default_value = 50
  valid_values = (0 .. 100)
Clone this wiki locally