wnml_gs2_diagnostics Subroutine

public subroutine wnml_gs2_diagnostics(unit)

Write the diagnostics namelist to file

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit

Unit of an open file to write to


Contents

Source Code


Source Code

  subroutine wnml_gs2_diagnostics(unit)
    use diagnostics_configuration, only: diagnostics_config
    implicit none
    !> Unit of an open file to write to
    integer, intent(in) :: unit
    call diagnostics_config%write(unit)
  end subroutine wnml_gs2_diagnostics