Changes between Version 26 and Version 27 of doc/app/radiation_parameters
- Timestamp:
- Mar 26, 2018 4:16:27 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/radiation_parameters
v26 v27 4 4 For 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. 5 5 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}}}).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_parameters}}} is set in the parameter file ({{{_p3d}}}). 7 7 8 8 When 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.