Write the diagnostics namelist to file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit |
Unit of an open file to write to |
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