Ignore:
Timestamp:
Dec 18, 2017 6:33:49 PM (6 years ago)
Author:
suehring
Message:

Bugfixes in radiation and restarts in LSM

File:
1 edited

Legend:

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

    r2701 r2706  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix, in average radiation case calculate exner function before using it.
    2323!
    2424! Former revisions:
     
    23232323          IF ( cloud_physics )  ql1 = ql1_l
    23242324#endif
     2325 
     2326          exn1 = ( hyp(nzut) / 100000.0_wp )**0.286_wp
    23252327          IF ( cloud_physics )  pt1 = pt1 + l_d_cp / exn1 * ql1
    23262328!
Note: See TracChangeset for help on using the changeset viewer.