Skip to content
Snippets Groups Projects
icon_atmosphere_real.namelist 1.59 KiB
&run_nml
    ltestcase                   = .false.
    dtime                       =  300
    output                      = 'nml'
    msg_level                   = 15
    num_lev                     = 31
    lvert_nest                  = .false.
    ldynamics                   = .true.
    ltransport                  = .true.
    ntracer                     = 5
    iforcing                    = 3
/


&nwp_phy_nml
    lupatmo_phy = .FALSE.
/

&grid_nml
    dynamics_parent_grid_id     = 0
    lredgrid_phys               = .true.
/

&extpar_nml
    itopo                       = 1
/

&initicon_nml
    init_mode                   = 1,
    lconsistency_checks         = .false.
/

&nonhydrostatic_nml
    damp_height                 = 18000
    rayleigh_coeff              = 0.75
/

&parallel_nml
    nproma                      = 16
/

! LATBC files
&output_nml
    file_interval               = 'PT3600S'
    output_start                = '#OUTPUT_START#'
    output_end                  = '#OUTPUT_END#'
    output_filename             = "latbc"
    output_interval             = 'PT3600S'
    include_last                = .true.
    ml_varlist                  = 'u', 'v', 'w', 'theta_v', 'rho', 'qv', 'qc', 'qi', 'qr', 'qs', 'z_ifc'
/

! First Guess file
&output_nml
    file_interval               = 'PT3600S'
    output_start                = '#OUTPUT_START#'
    output_end                  = '#OUTPUT_START#'
    output_filename             = "init"
    output_interval             = 'PT3600S'
    include_last                = .true.
    ml_varlist                  = 'group:dwd_fg_atm_vars', 'group:dwd_fg_sfc_vars'
/