Changes between Version 26 and Version 27 of doc/app/radiation_parameters


Ignore:
Timestamp:
Mar 26, 2018 4:16:27 PM (7 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/radiation_parameters

    v26 v27  
    44For revision r1551 onwards, an interface for use of radiation models is available in PALM. Currently, PALM offers one built-in radiation model for clear-sky conditions, calculating the net radiation at the surface.
    55
    6 All parts of the radiation code (and the interface of the radiation code) are modularized in module [/browser/palm/trunk/SOURCE/radiation_model.f90 radiation_model_mod]. In this context, a new Fortran NAMELIST {{{radiation_parameters}}} was added, containing all radiation-related steering parameters. The radiation module is automatically activated if a {{{radiation_par}}} is set in the parameter file ({{{_p3d}}}).
     6All parts of the radiation code (and the interface of the radiation code) are modularized in module [/browser/palm/trunk/SOURCE/radiation_model.f90 radiation_model_mod]. In this context, a new Fortran NAMELIST {{{radiation_parameters}}} was added, containing all radiation-related steering parameters. The radiation module is automatically activated if a {{{radiation_parameters}}} is set in the parameter file ({{{_p3d}}}).
    77
    88When using the RRTMG radiation model, it is required to [wiki:doc/tec/radiation#Installation compile the radiation code] first as a library. Moreover, the use of netCDF is mandatory.