dm_nml_write Interface

public interface dm_nml_write

Writes namelist to file or standard output.


Module Procedures

private function nml_write_log(log, unit) result(rc)

Writes log namelist to file or standard output. Returns E_WRITE on error.

Arguments

Type IntentOptional Attributes Name
type(log_type), intent(inout) :: log

Log type.

integer, intent(in), optional :: unit

File unit.

Return Value integer

private function nml_write_observ(observ, unit) result(rc)

Writes observation namelist to file or standard output. Returns E_WRITE on error.

Arguments

Type IntentOptional Attributes Name
type(observ_type), intent(inout) :: observ

Observation type.

integer, intent(in), optional :: unit

File unit.

Return Value integer