Changes between Version 40 and Version 41 of doc/tec/radiation


Ignore:
Timestamp:
Jan 29, 2018 3:56:00 PM (7 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/radiation

    v40 v41  
    236236{{{
    237237 &radiation_par radiation_scheme = 'rrtmg',
    238                 lambda = 0.0,
    239238                albedo_type = 0,
    240239                dt_radiation = 60.0,
     
    245244/
    246245}}}
    247 and the {{{&inipar}}} namelist should include a initial date and time:
     246and the {{{&inipar}}} namelist should include a initial date and time, and geographical longitude:
    248247{{{
    249248 &inipar ...
     249         longitude = 0.0,
    250250         day_of_year_init = 287,
    251251         time_utc_init = 28800.0,