wnml_le_grids Subroutine

public subroutine wnml_le_grids(unit)

FIXME : Add documentation

Arguments

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

Contents

Source Code


Source Code

  subroutine wnml_le_grids(unit)
    implicit none
    integer, intent(in) :: unit
    call le_grids_config%write(unit)
  end subroutine wnml_le_grids