Changes between Version 384 and Version 385 of doc/tec/changelog_2018


Ignore:
Timestamp:
Oct 21, 2014 11:12:11 AM (10 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v384 v385  
    1111
    1212||='''Date'''  =||='''Author'''  =||='''svn\\Revision'''  =||='''Last\\Release'''  =||='''Type''' =||='''Description''' =||
     13|----------------
     14{{{#!td style="vertical-align:top;width: 50px"
     1521/10/14
     16}}}
     17{{{#!td style="vertical-align:top;width: 50px"
     18FK
     19}}}
     20{{{#!td style="vertical-align:top;width: 75px"
     21r1484
     22}}}
     23{{{#!td style="vertical-align:top"
     243.10
     25}}}
     26{{{#!td style="vertical-align:top"
     27N,C,B
     28}}}
     29{{{#!td style="vertical-align:top"
     30Changes due to new code structure of the plant canopy model. All parts of the plant canopy model are now combined within module {{{plant_canopy_model}}}.
     31
     32'''New:'''
     33
     34* Subroutine init_plant_canopy added to module plant_canopy_model_mod. (plant_canopy_model)
     35* Alternative method for lad-profile construction added, also, new parameters added. (header, package_parin, plant_canopy_model, read_var_list, write_var_list)
     36* plant_canopy_model-dependency added to several subroutines. (Makefile)
     37* New package/namelist canopy_par for canopy-related parameters added. (package_parin)
     38
     39'''Changed:'''
     40
     41* Code structure of the plant canopy model changed, all canopy-model related code combined to module plant_canopy_model_mod. (check_parameters, init_3d_model, modules, timestep)
     42* Module plant_canopy_model_mod added in USE-lists of some subroutines. (check_parameters, header, init_3d_model, package_parin, read_var_list, user_init_plant_canopy, write_var_list)
     43* Canopy initialization moved to new subroutine init_plant_canopy. (check_parameters, init_3d_model, plant_canopy_model)
     44* Calculation of canopy timestep-criterion removed, instead, the canopy drag is now directly limited in the calculation of the canopy tendency terms. (plant_canopy_model, timestep)
     45* Some parameters renamed. (check_parameters, header, init_plant_canopy, plant_canopy_model, read_var_list, write_var_list)
     46* Unnecessary 3d-arrays removed. (init_plant_canopy, plant_canopy_model, user_init_plant_canopy)
     47* Parameter checks regarding canopy initialization added. (check_parameters)
     48* All canopy steering parameters moved from namelist inipar to canopy_par. (package_parin, parin)
     49* Some redundant MPI communication removed. (init_plant_canopy)
     50
     51'''Bugfixes:'''
     52
     53* Missing KIND-attribute for REAL constant added. (check_parameters)
     54* DO-WHILE-loop for lad-profile output restricted. (header)
     55* Removed double-listing of {{{use_upstream_for_tke}}} in ONLY-list of module {{{control_parameters}}}. (prognostic_equations)
     56}}}
    1357|----------------
    1458{{{#!td style="vertical-align:top;width: 50px"