Ignore:
Timestamp:
Sep 7, 2018 12:21:44 PM (6 years ago)
Author:
raasch
Message:

references to mrun replaced by palmrun, and updated

File:
1 edited

Legend:

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

    r3198 r3232  
    2525! -----------------
    2626! $Id$
     27! references to mrun replaced by palmrun, and updated
     28!
     29! 3198 2018-08-15 09:23:10Z sward
    2730! Added multi_agent_system_end and multi_agent_system_start
    2831!
     
    11391142    CHARACTER (LEN=20)   ::  turbulence_closure = 'Moeng_Wyngaard'        !< namelist parameter
    11401143    CHARACTER (LEN=40)   ::  topography = 'flat'                          !< namelist parameter
    1141     CHARACTER (LEN=64)   ::  host = '????'                                !< hostname on which PALM is running, ENVPAR namelist parameter provided by mrun
     1144    CHARACTER (LEN=64)   ::  host = '????'                                !< configuration identifier as given by palmrun option -c, ENVPAR namelist parameter provided by palmrun
    11421145    CHARACTER (LEN=80)   ::  log_message                                  !< user-defined message for debugging (sse data_log.f90)
    1143     CHARACTER (LEN=80)   ::  run_identifier                               !< run identifier as given by mrun option -d, ENVPAR namelist parameter provided by mrun
     1146    CHARACTER (LEN=80)   ::  run_identifier                               !< run identifier as given by palmrun option -r, ENVPAR namelist parameter provided by palmrun
    11441147    CHARACTER (LEN=100)  ::  initializing_actions = ' '                   !< namelist parameter
    11451148    CHARACTER (LEN=100)  ::  restart_string = ' '                         !< for storing strings in case of writing/reading restart data
     
    12101213    INTEGER(iwp) ::  masks = 0                         !< counter for number of masked output quantities
    12111214    INTEGER(iwp) ::  maximum_grid_level                !< number of grid levels that the multigrid solver is using
    1212     INTEGER(iwp) ::  maximum_parallel_io_streams = -1  !< maximum number of parallel io streams that the underlying parallel file system allows, set with mrun option -w, ENVPAR namelist parameter, provided by mrun
     1215    INTEGER(iwp) ::  maximum_parallel_io_streams = -1  !< maximum number of parallel io streams that the underlying parallel file system allows, set with palmrun option -w, ENVPAR namelist parameter, provided by palmrun
    12131216    INTEGER(iwp) ::  max_pr_user = 0                   !< number of user-defined profiles (must not change within a job chain)
    12141217    INTEGER(iwp) ::  mgcycles = 0                      !< number of multigrid cycles that the multigrid solver has actually carried out
     
    13601363    LOGICAL ::  rans_tke_e = .FALSE.                             !< use TKE-e turbulence closure for RANS mode
    13611364    LOGICAL ::  rans_tke_l = .FALSE.                             !< use TKE-l turbulence closure for RANS mode
    1362     LOGICAL ::  read_svf = .FALSE.                               !< ENVPAR namelist parameter to steer input of svf (ENVPAR is created by palmrun)
     1365    LOGICAL ::  read_svf = .FALSE.                               !< ENVPAR namelist parameter to steer input of svf (ENVPAR is provided by palmrun)
    13631366    LOGICAL ::  recycling_yshift = .FALSE.                       !< namelist parameter
    13641367    LOGICAL ::  run_control_header = .FALSE.                     !< onetime output of RUN_CONTROL header
     
    13911394    LOGICAL ::  wall_adjustment = .TRUE.                         !< namelist parameter
    13921395    LOGICAL ::  wind_turbine = .FALSE.                           !< flag for use of wind turbine model
    1393     LOGICAL ::  write_binary = .FALSE.                           !< ENVPAR namelist parameter to steer restart I/O (ENVPAR is created by palmrun)
    1394     LOGICAL ::  write_svf = .FALSE.                              !< ENVPAR namelist parameter to steer output of svf (ENVPAR is created by palmrun)
     1396    LOGICAL ::  write_binary = .FALSE.                           !< ENVPAR namelist parameter to steer restart I/O (ENVPAR is provided by palmrun)
     1397    LOGICAL ::  write_svf = .FALSE.                              !< ENVPAR namelist parameter to steer output of svf (ENVPAR is provided by palmrun)
    13951398    LOGICAL ::  ws_scheme_sca = .FALSE.                          !< use Wicker-Skamarock scheme (scalar advection)?
    13961399    LOGICAL ::  ws_scheme_mom = .FALSE.                          !< use Wicker-Skamarock scheme (momentum advection)?
     
    16721675    LOGICAL ::  dvrp_overlap                               !< internal dvr software variable
    16731676    LOGICAL ::  dvrp_total_overlap                         !< internal dvr software variable
    1674     LOGICAL ::  local_dvrserver_running                    !< namelist parameter (ENVPAR namelist provided by mrun)
     1677    LOGICAL ::  local_dvrserver_running                    !< namelist parameter (ENVPAR namelist provided by palmrun)
    16751678    LOGICAL ::  lock_steering_update = .FALSE.             !< internal dvr software variable
    16761679    LOGICAL ::  use_seperate_pe_for_dvrp_output = .FALSE.  !< internal dvr software variable
Note: See TracChangeset for help on using the changeset viewer.