Changeset 4572 for palm/trunk


Ignore:
Timestamp:
Jun 24, 2020 10:09:41 AM (4 years ago)
Author:
gronemeier
Message:

Revise description of rotation_angle

File:
1 edited

Legend:

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

    r4565 r4572  
    2020! Current revisions:
    2121! ------------------
    22 !
    23 ! 
     22! Revise description of rotation_angle
     23!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
    2727! added pt_surface_heating_rate
    28 ! 
     28!
    2929! 4536 2020-05-17 17:24:13Z raasch
    3030! +qsurf_av, ssurf_av
    31 ! 
     31!
    3232! 4505 2020-04-20 15:37:15Z schwenkel
    3333! Add flag for saturation check
    34 ! 
     34!
    3535! 4502 2020-04-17 16:14:16Z raasch
    3636! Implementation of ice microphysics
    37 ! 
     37!
    3838! 4495 2020-04-13 20:11:20Z raasch
    3939! +restart_data_format, restart_data_format_input|output, include_total_domain_boundaries
    40 ! 
     40!
    4141! 4476 2020-03-27 12:56:41Z maronga
    4242! Renamed variables for subgrids-scale model steering
    43 ! 
     43!
    4444! 4473 2020-03-25 21:04:07Z gronemeier
    4545! moved wall_adjustment_factor to turbulence_closure_mod
     
    957957    REAL(wp) ::  rho_reference                                 !< reference state of density
    958958    REAL(wp) ::  rho_surface                                   !< surface value of density
    959     REAL(wp) ::  rotation_angle = 0.0_wp                       !< angle between real North and model North (clockwise)
     959    REAL(wp) ::  rotation_angle = 0.0_wp                       !< clockwise rotation of model North relative to real North [deg]
    960960    REAL(wp) ::  roughness_length = 0.1_wp                     !< namelist parameter
    961961    REAL(wp) ::  simulated_time = 0.0_wp                       !< elapsed simulated time
Note: See TracChangeset for help on using the changeset viewer.