Skip to content
Snippets Groups Projects
icon_atmosphere_ideal.namelist 1.87 KiB
&run_nml
    ltestcase                   = .TRUE.        ! idealized testcase runs
    dtime                       = 300           ! time step of 300 seconds
    output                      = 'nml'         ! use output nameslists
    msg_level                   = 15
    num_lev                     = 31
    lvert_nest                  = .false.
    ldynamics                   = .true.
    ltransport                  = .true.
    ntracer                     = 5
    iforcing                    = 3
/

&grid_nml
    dynamics_parent_grid_id     = 0
    lredgrid_phys               = .true.
/

&nh_testcase_nml
    nh_test_name                = 'APE_nwp'   ! testcase selection
    ape_sst_case                = 'sst_qobs'
/

&nonhydrostatic_nml
    damp_height                 = 18000
    rayleigh_coeff              = 0.75
/

&nwp_phy_nml
    lupatmo_phy = .FALSE.
    inwp_surface                = 0

/


&parallel_nml
    nproma                      = 16
/

! the following two output files are used to initialize the next run
&output_nml
    file_interval               = 'PT3600S'
    output_start                = '#OUTPUT_START#'
    output_end                  = '#OUTPUT_END#'
    output_filename             = "init-test"
    output_interval             = 'PT3600S'
    include_last                = .true.
    mode                        = 1
    taxis_tunit                 = 1
    ml_varlist                  = 'group:dwd_fg_atm_vars', 'group:dwd_fg_sfc_vars'
/

&output_nml
    steps_per_file              = 1
    output_start                = '#OUTPUT_END#'
    output_end                  = '#OUTPUT_END#'
    output_filename             = "init-test-ext"
    include_last                = .true.
    output_interval             = 'PT3600S'
    ml_varlist                  = 'depth_lk', 'emis_rad', 'fr_lake', 'fr_land', 'topography_c', 'soiltyp', 'sso_stdh', 'sso_theta', 'sso_gamma', 'sso_sigma'
/