Changes between Version 18 and Version 19 of doc/app/radiation_parameters


Ignore:
Timestamp:
Apr 6, 2016 3:38:57 PM (9 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/radiation_parameters

    v18 v19  
    22[[TracNav(doc/app/partoc|nocollapse)]]
    33
    4 Since r1551 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 
    6 All parts of the radiation code (oder interface to radiation code) are modularized in module [/browser/palm/trunk/SOURCE/radiation_model.f90 radiation_model_mod]. In this context, a new Fortran NAMELIST {{{radiation_par}}} was added, containing all radiation-related steering parameters. The radiation module is automatically activated when a {{{radiation_par}}} is set in the parameter file ({{{_p3d}}}).
    7 
    8 When using the RRTMG radiation model, it is required to [wiki:doc/tec/radiation#Installation compile the radiation code] first as library. Moreover, the use of netCDF is mandarorily required.
     4For 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
     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_par}}} 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}}}).
     7
     8When 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.
    99
    1010\\
     
    3636}}}
    3737{{{#!td
    38 This parameter controls the choice of the surface albedos for direct/diffuse/broadband albedo for a solar angle of 80° according to the following list of-predefined land surfaces.
     38This parameter controls the choice of the surface albedos for direct/diffuse/broadband albedo for a solar angle of 80° according to the following list of predefined land surfaces.
    3939
    4040For radiation_scheme = 'rrtmg' the shortwave and longwave albedo values are used and the actual albedos are then calculated based on the current solar angle after Briegleb (1992). Setting on or more of the parameters [#albedo_lw_dif albedo_lw_dif], [#albedo_lw_dir albedo_lw_dir], [#albedo_sw_dif albedo_sw_dif], [#albedo_sw_dir albedo_sw_dir] will overwrite the respective values set by albedo_type. By default, [#albedo_lw_dif albedo_lw_dif] = [#albedo_lw_dir albedo_lw_dir] and [#albedo_sw_dif albedo_sw_dif] = [#albedo_sw_dir albedo_sw_dir]. Moreover, [#constant_albedo constant_albedo] = .T. will keep the albedos constant during the simulation.
     
    6161|| 16|| snow                                  || 0.95 || 0.70 || 0.82 ||
    6262|| 17|| pavement/roads                        || 0.08 || 0.08 || 0.08 ||
    63 (* land ice is treaded differently than sea ice)
     63(* land ice is treated differently than sea ice)
    6464}}}
    6565|----------------
     
    154154}}}
    155155{{{#!td
    156 Timestep of the radiation model (in s).
     156Time step of the radiation model (in s).
    157157}}}
    158158|----------------
     
    167167}}}
    168168{{{#!td
    169 Surface emissivity (0-1). At the moment only a single emissivity value can be used for each band in the atmospheric window.
     169Surface emissivity (0-1).
     170
     171At the moment, only a single emissivity value can be used for each band in the atmospheric window.
    170172}}}
    171173|----------------
     
    234236'' 'clear-sky' ''
    235237
    236 A simple clear sky model is used to calculate the radiation fluxes at the surface (shortwave incoming, shortwave outgoing, longwave incoming, longwave outgoing) and consequently the net radiation at the surface. This scheme requires setting of [#albedo albedo], [#day_init day_init], [#lambda lambda], [wiki:doc/app/inipar#phi phi], and [#time_utc_init time_utc_init].
     238A simple clear sky model is used to calculate the radiation fluxes at the surface (shortwave incoming, shortwave outgoing, longwave incoming, longwave outgoing) and consequently the net radiation at the surface. This scheme requires setting [#albedo albedo], [#day_init day_init], [#lambda lambda], [wiki:doc/app/inipar#phi phi], and [#time_utc_init time_utc_init].
    237239
    238240
    239241'' 'rrtmg' ''
    240242
    241 The [http://rtweb.aer.com/rrtm_frame.html RRTMG model] is used to calculate the radiative heating rates for each model column. This scheme requires setting of [#day_init day_init], [#lambda lambda], [wiki:doc/app/inipar#phi phi], [#time_utc_init time_utc_init]. The folling parameters can be set optionally: [#albedo_type albedo_type] (and/or [#albedo_lw_dif albedo_lw_dif], [#albedo_lw_dir albedo_lw_dir], [#albedo_sw_dif albedo_sw_dif], [#albedo_sw_dir albedo_sw_dir]). [#constant_albedo constant_albedo] can be used to fix the albedo during the simualation. It is also possible to use the switches [#lw_radiation lw_radiation] and [#sw_radiation sw_radiation].
     243The [http://rtweb.aer.com/rrtm_frame.html RRTMG model] is used to calculate the radiative heating rates for each model column. This scheme requires setting [#day_init day_init], [#lambda lambda], [wiki:doc/app/inipar#phi phi], [#time_utc_init time_utc_init]. The following parameters can be set optionally: [#albedo_type albedo_type] (and/or [#albedo_lw_dif albedo_lw_dif], [#albedo_lw_dir albedo_lw_dir], [#albedo_sw_dif albedo_sw_dif], [#albedo_sw_dir albedo_sw_dir]). [#constant_albedo constant_albedo] can be used to fix the albedo during the simulation. It is also possible to use the switches [#lw_radiation lw_radiation] and [#sw_radiation sw_radiation].
    242244
    243245}}}