Changes between Version 392 and Version 393 of doc/tec/changelog_2018


Ignore:
Timestamp:
Dec 3, 2014 8:45:04 AM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v392 v393  
    2525}}}
    2626{{{#!td style="vertical-align:top"
    27 N
     27N,C
    2828}}}
    2929{{{#!td style="vertical-align:top"
    3030A beta version of a land surface model (lsm) and a radiation model have been implemented.
    3131
    32 '''Land surface model:'''
     32'''New:'''
     33'''1) Land surface model:'''
    3334* Based on the TESSEL scheme used in the ECMWF IFS model (see [http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.ecmwf.int%2Fsites%2Fdefault%2Ffiles%2FIFS_CY40R1_Part4.pdf&ei=ePh9VJiWKebjywPd7YLwDw&usg=AFQjCNE8hTytbYfAgSjixe22sIELYgEFaA&sig2=bZ8oejJJlP0eoA4lTn1JSQ&bvm=bv.80642063,d.bGQ IFS documentation], with modifications according to H-TESSEL.
    3435* Implementation was realized similarily to the DALES code.
     
    5354  * Allow for water surfaces, check performance for bare soils
    5455
    55 '''Radiation model:'''
     56'''2) Radiation model:'''
    5657* A simple radiation model for clear sky (no clouds) conditions
    5758* Provides the net radiation for the energy balance solver of the lsm
     
    6465  * {{{dt_radiation}}} (temporal interval for the call of the radiation model),
    6566  * latitude is given by the parameter {{{phi}}} in {{{&inipar}}}.
     67
     68'''Changed:'''
     69* The {{{&inipar}}} parameter {{{radiation}}} has been renamed to {{{cloud_top_radiation}}} as {{{radiation is now used for the radiation model.
     70
     71(Makefile, check_parameters.f90, header.f90, init_3d_model.f90, land_surface_model.f90, modules.f90, package_parin.f90, parin.f90, prandtl_fluxes.f90, prognostic_equations.f90, radiation_model.f90, read_var_list.f90, swap_timelevel.f90, time_integration.f90, user_init_land_surface.f90, write_var_list.f90)
    6672
    6773}}}