Changeset 1917


Ignore:
Timestamp:
May 27, 2016 2:28:12 PM (8 years ago)
Author:
witha
Message:

Corrected documented changes in the file headers

Location:
palm/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1914 r1917  
    918918
    919919
     920
    920921       # PROVIDE VALUES OF ENVIRONMENT-VARIABLE FOR interpret_config VIA NAMELIST-FILE
    921922    cat  >  .mrun_environment  <<  %%END%%
     
    926927                    localhost = '$localhost', output_list = '$output_list' /
    927928
    928 
    929929%%END%%
    930930
     
    958958    rm .mrun_environment
    959959
     960
    960961       # EXECUTE SHELL-COMMANDS GENERATED BY interpret_config WITHIN THIS SHELL
    961962    chmod  u+x  $interpreted_config_file
     
    965966
    966967 fi
     968
    967969
    968970    # VALUES OF MRUN-OPTIONS OVERWRITE THOSE FROM THE CONFIGURATION-FILE
  • palm/trunk/SCRIPTS/subjob

    r1914 r1917  
    907907    if [[ $numprocs != 0 ]]
    908908    then
    909       pe_set="#$ -pe openmpi $numprocs"
    910     else
    911       pe_set="#$ -pe openmpi 1"
     909      pe_set="#$ -pe impi $numprocs"
     910    else
     911      pe_set="#$ -pe impi 1"
    912912    fi
    913913    if [[ $queue = default ]]
  • palm/trunk/SOURCE/Makefile

    r1914 r1917  
    2525# -----------------
    2626# $Id$
     27#
     28# 1914 2016-05-26 14:44:07Z witha
     29# Added wind_turbine_model_mod
    2730#
    2831# 1900 2016-05-04 15:27:53Z raasch
     
    5659# Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat
    5760# removed.
    58 #
    59 # 1819 2016-04-06 21:05:15Z witha
    60 # Added wind turbine model and renamed it from wind_turbine_model to
    61 # wind_turbine_model_mod
    6261#
    6362# 1817 2016-04-06 15:44:20Z maronga
  • palm/trunk/SOURCE/check_parameters.f90

    r1914 r1917  
    2424! -----------------
    2525! $Id$
     26!
     27! 1914 2016-05-26 14:44:07Z witha
     28! Added checks for the wind turbine model
    2629!
    2730! 1841 2016-04-07 19:14:06Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1914 r1917  
    2424! -----------------
    2525! $Id$
     26!
     27! 1914 2016-05-26 14:44:07Z witha
     28! Added initialization of the wind turbine model
    2629!
    2730! 1878 2016-04-19 12:30:36Z hellstea
     
    3639! 1845 2016-04-08 08:29:13Z raasch
    3740! nzb_2d replaced by nzb_u|v_inner
    38 !
    39 ! 1839 2016-04-07 18:48:14Z witha
    40 ! Renamed calls for wind turbine model
    4141!
    4242! 1833 2016-04-07 14:23:03Z raasch
     
    5252! 1822 2016-04-07 07:49:42Z hoffmann
    5353! icloud_scheme replaced by microphysics_*
    54 !
    55 ! 1819 2016-04-06 21:05:15Z witha
    56 ! Added initialization of the wind turbine model
    5754!
    5855! 1817 2016-04-06 15:44:20Z maronga
  • palm/trunk/SOURCE/package_parin.f90

    r1914 r1917  
    2727! 1871 2016-04-15 11:46:09Z hoffmann
    2828! Initialization of aerosols added.
    29 !
    30 ! 1839 2016-04-07 18:48:14Z witha
    31 ! Reading of &wind_turbine_par moved to wind_turbine_model_mod
    3229!
    3330! 1833 2016-04-07 14:23:03Z raasch
     
    4441! +collision_algorithm
    4542! Tails removed.
    46 
    47 ! 1819 2016-04-06 21:05:15Z witha
    48 ! Added namelist for wind turbine model
    4943!
    5044! 1817 2016-04-06 15:44:20Z maronga
  • palm/trunk/SOURCE/parin.f90

    r1914 r1917  
    2525! $Id$
    2626!
     27! 1914 2016-05-26 14:44:07Z witha
     28! Added call to wind turbine model for reading of &wind_turbine_par
     29!
    2730! 1849 2016-04-08 11:33:18Z hoffmann
    2831! Adapted for modularization of microphysics
    29 !
    30 ! 1839 2016-04-07 18:48:14Z witha
    31 ! Added call to wind turbine model for reading of &wind_turbine_par
    3232!
    3333! 1833 2016-04-07 14:23:03Z raasch
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1914 r1917  
    2424! -----------------
    2525! $Id$
     26!
     27! 1914 2016-05-26 14:44:07Z witha
     28! Added calls for wind turbine model
    2629!
    2730! 1873 2016-04-18 14:50:06Z maronga
     
    3639! 1822 2016-04-07 07:49:42Z hoffmann
    3740! Kessler microphysics scheme moved to microphysics.
    38 
    39 ! 1819 2016-04-06 21:05:15Z witha
    40 ! Added calls for wind turbine model
    4141!
    4242! 1757 2016-02-22 15:49:32Z maronga
    43 !
    4443!
    4544! 1691 2015-10-26 16:17:44Z maronga
  • palm/trunk/SOURCE/time_integration.f90

    r1914 r1917  
    2525! $Id$
    2626!
     27! 1914 2016-05-26 14:44:07Z witha
     28! Added call for wind turbine model
     29!
    2730! 1878 2016-04-19 12:30:36Z hellstea
    2831! Synchronization for nested runs rewritten
     
    4245! 1822 2016-04-07 07:49:42Z hoffmann
    4346! icloud_scheme replaced by microphysics_*
    44 !
    45 ! 1819 2016-04-06 21:05:15Z witha
    46 ! Added call for wind turbine model and moved it
    4747!
    4848! 1808 2016-04-05 19:44:00Z raasch
  • palm/trunk/SOURCE/wind_turbine_model_mod.f90

    r1914 r1917  
    2424! -----------------
    2525! $Id$
    26 !
    27 ! 1912 2016-05-26 13:03:07Z witha
    28 ! Added subroutine wtm_check_parameters
    29 ! Renamed wtm_read_tables to wtm_read_blade_tables
    30 ! Review of Pitch and Speed Control
    31 !
    32 ! 1864 2016-04-14 17:23:11Z witha
    33 ! Definition of PRIVATE and PUBLIC variables and functions
    34 ! Relocation of some variables from module to the subroutines
    35 ! Added subroutines wtm_speed_control and wtm_init_speed_control
    36 ! Airfoil tables are now read from the input folder
    37 !
    38 ! 1843 2016-04-08 08:20:19Z witha
    39 ! Bugfix and revision in reading mechanism
    4026!
    41 ! 1839 2016-04-07 18:48:14Z witha
    42 ! Added subroutine for parin, renamed subroutines, witha
    43 ! Added subroutine wtm_read_tables, changes on parin, lvo
    44 !
    45 ! 1820 2016-04-06 21:08:26Z witha
     27! 1914 2016-05-26 14:44:07Z witha
    4628! Initial revision
    4729!
     
    6345!> @todo Implement ADM and ALM turbine models
    6446!> @todo Generate header information
    65 !> @todo Implement parameter checks and error messages
     47!> @todo Implement further parameter checks and error messages
    6648!> @todo Revise and add code documentation
    6749!> @todo Output turbine parameters as timeseries
Note: See TracChangeset for help on using the changeset viewer.