Changes between Version 15 and Version 16 of doc/tec/releasenotes


Ignore:
Timestamp:
Dec 15, 2017 9:26:06 AM (7 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/releasenotes

    v15 v16  
    3232* '''INIFOR''' (PALM-4U): Forcing by COSMO-DE large-scale data is realized via NetCDF interface and preprocessing tool INIFOR.
    3333
    34 * '''Interface for reading NetCDF input data:''' (PALM-4U): Input data (e.g. building heights, land surface classification, etc.) are not read from NetCDF driver files.
     34* '''Interface for reading NetCDF input data:''' (PALM-4U): Input data (e.g. building heights, land surface classification, etc.) are now read from NetCDF driver files.
    3535
    36 * '''Lagrangian cloud model:''' (PALM): Splitting/merging algorithm implemented.
     36* '''Lagrangian cloud model:''' (PALM): Splitting/merging algorithm implemented. not
    3737
    3838* '''Land surface scheme''' (PALM):
     
    4242* '''LES-LES self-nesting''' (PALM-4U): Multi-stage LES-LES nesting is realized for most quantities (except chemistry) ([wiki:doc/tec/nesting details]). Also, two different 1D vertical nesting schemes are available.
    4343
    44 * '''Model steering''' (PALM): The old scripts mrun and mbuild have been removed in favor of more user-friendly scripts palmrun and palmbuild.
     44* '''Model steering''' (PALM): The old scripts mrun and mbuild have been removed in favor of more user-friendly scripts palmrun and palmbuild. Furthermore the configuration file .mrun.config is split into two new files .palm.comfig and .iofiles.
    4545
    4646* '''Radiation model''' (PALM): Coupling to RRTMG radiation code realized. RRTMG is now shipped with PALM.
     
    5050* '''Spin-up''' (PALM-4U): A spin-up mechanism is available for running land surface model, urban surface model and radiation scheme independently from atmosphere to generate steady-state soil and wall temperatures for initialization.
    5151
    52 * '''Synthetic turbulence generator''' (PALM): A turbulence gerator can be used instead of turbulence recycling for non-cyclic inflow conditions
     52* '''Synthetic turbulence generator''' (PALM): A turbulence generator can be used instead of turbulence recycling for non-cyclic inflow conditions
    5353
    5454* '''Testsuite''' (PALM): New svn commits are now automatically tested.
     
    6969* '''palmrungui''': the mrun GUI was re-designed in python and renamed to palmrungui.
    7070
    71 * '''Surface layer''': Three different methods are now available to calculate surface-layer scaling variables and fluxes. This basically involves the calculation of the Obukhov length. Three different methods are not available ("old" circular method, Newton interation, and look-up table) (wiki:doc/tec/bc details]).
     71* '''Surface layer''': Three different methods are now available to calculate surface-layer scaling variables and fluxes. This basically involves the calculation of the Obukhov length. Three different methods are now available ("old" circular method, Newton iteration, and look-up table) (wiki:doc/tec/bc details]).
    7272
    73 * '''Surface treatment''': Surface elements are not arranged in a 1D structure and a Fortran derived data type. This applied to default, land surface and urban surface elements.
     73* '''Surface treatment''': Surface elements are now arranged in a 1D structure and a Fortran derived data type. This applied to default, land surface and urban surface elements.
    7474
    7575* '''Topography implementation''': Topography is now considered via flag arrays instead of 2D index arrays. Overhanging structures like bridges are now possible, i.e., the limitation of surface-mounted topography does not exist anymore. A topography filter was implemented that fills holes that consist of only one grid point [wiki:doc/tec/topography#topo details]).