Ignore:
Timestamp:
Oct 16, 2018 2:03:34 PM (6 years ago)
Author:
knoop
Message:

removed calc_radiation.f90 and related cloud_top_radiation namelist parameter (functionality replaced by radiation model)

File:
1 edited

Legend:

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

    r3347 r3355  
    238238! 1551 2015-03-03 14:18:16Z maronga
    239239! Added informal output for land surface model and radiation model. Removed typo.
    240 !
    241 ! 1496 2014-12-02 17:25:50Z maronga
    242 ! Renamed: "radiation -> "cloud_top_radiation"
    243240!
    244241! 1484 2014-10-21 10:53:05Z kanani
     
    19401937       WRITE ( io, 431 )
    19411938    ENDIF
    1942     IF ( cloud_top_radiation )  WRITE ( io, 132 )
    19431939    IF ( humidity  .AND.  cloud_droplets )  THEN
    19441940       WRITE ( io, 433 )
     
    21152111131 FORMAT (' --> No pt-equation solved. Neutral stratification with pt = ', &
    21162112                  F6.2, ' K assumed')
    2117 132 FORMAT ('     Parameterization of long-wave radiation processes via'/ &
    2118             '     effective emissivity scheme')
    21192113134 FORMAT (' --> Additional prognostic equation for a passive scalar')
    21202114135 FORMAT (' --> Solve perturbation pressure via ',A,' method (', &
Note: See TracChangeset for help on using the changeset viewer.