Ignore:
Timestamp:
Oct 24, 2017 9:57:58 AM (7 years ago)
Author:
maronga
Message:

bugfix in radiation model and improvements in land surface scheme

File:
1 edited

Legend:

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

    r2564 r2575  
    2525! -----------------
    2626! $Id$
     27! Renamed phi --> latitude
     28!
     29! 2564 2017-10-19 15:56:56Z Giersch
    2730! Variable wind_turbine was added to control_parameters.
    2831!
     
    15961599!
    15971600!-- Compute Coriolis parameter
    1598     f  = 2.0_wp * omega * SIN( phi / 180.0_wp * pi )
    1599     fs = 2.0_wp * omega * COS( phi / 180.0_wp * pi )
     1601    f  = 2.0_wp * omega * SIN( latitude / 180.0_wp * pi )
     1602    fs = 2.0_wp * omega * COS( latitude / 180.0_wp * pi )
    16001603
    16011604!
Note: See TracChangeset for help on using the changeset viewer.