Ignore:
Timestamp:
Jul 20, 2018 11:20:01 AM (6 years ago)
Author:
sward
Message:

Added multi agent system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r3157 r3159  
    2525! -----------------
    2626! $Id$
     27! Added multi agent system
     28!
     29! 3157 2018-07-19 21:08:49Z maronga
    2730! added use_free_convection_scaling
    2831!
     
    11491152   
    11501153    INTEGER(iwp) ::  abort_mode = 1                    !< abort condition (nested runs)
     1154    INTEGER(iwp) ::  agt_time_count = 0                !< number of output intervals for agent data output
    11511155    INTEGER(iwp) ::  average_count_pr = 0              !< number of samples in vertical-profile output
    11521156    INTEGER(iwp) ::  average_count_3d = 0              !< number of samples in 3d output
     
    12621266    LOGICAL ::  aerosol_c3h4o4 =.FALSE.                          !< malonic acid aerosol for bulk scheme
    12631267    LOGICAL ::  aerosol_nh4no3 =.FALSE.                          !< malonic acid aerosol for bulk scheme
     1268    LOGICAL ::  agent_time_unlimited = .FALSE.                   !< namelist parameter
    12641269    LOGICAL ::  air_chemistry = .FALSE.                          !< chemistry model switch
    12651270    LOGICAL ::  bc_lr_cyc =.TRUE.                                !< left-right boundary condition cyclic?
     
    12991304    LOGICAL ::  dt_3d_reached_l                                  !< internal timestep for particle advection
    13001305    LOGICAL ::  first_call_lpm = .TRUE.                          !< call lpm only once per timestep?
     1306    LOGICAL ::  first_call_mas = .TRUE.                          !< call mas only once per timestep
    13011307    LOGICAL ::  force_print_header = .FALSE.                     !< namelist parameter
    13021308    LOGICAL ::  force_bound_l = .FALSE.                          !< flag indicating domain boundary on left side to set forcing boundary conditions
     
    14361442    REAL(wp) ::  dt_run_control = 60.0_wp                      !< namelist parameter
    14371443    REAL(wp) ::  dt_spinup = 60.0_wp                           !< namelist parameter
     1444    REAL(wp) ::  dt_write_agent_data = 9999999.9_wp            !< namelist parameter
    14381445    REAL(wp) ::  dt_3d = 0.01_wp                               !< time step
    14391446    REAL(wp) ::  dz_max = 1000.0_wp                            !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.