Changes between Version 38 and Version 39 of doc/tec/radiation


Ignore:
Timestamp:
Oct 13, 2017 6:22:31 PM (7 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/radiation

    v38 v39  
    238238                lambda = 0.0,
    239239                albedo_type = 0,
    240                 day_init = 287,
    241                 time_utc_init = 28800.0,
    242240                dt_radiation = 60.0,
    243241                albedo_lw_dir = 0.2,
     
    247245/
    248246}}}
     247and the {{{&inipar}}} namelist should include a initial date and time:
     248{{{
     249 &inipar ...
     250         day_init = 287,
     251         time_utc_init = 28800.0,
     252         ...
     253/
     254}}}
     255
    249256A complete example file can be found [wiki:doc/app/examples/rrtmg here].
    250257