Changes between Version 15 and Version 16 of doc/tec/releasenotes
- Timestamp:
- Dec 15, 2017 9:26:06 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/releasenotes
v15 v16 32 32 * '''INIFOR''' (PALM-4U): Forcing by COSMO-DE large-scale data is realized via NetCDF interface and preprocessing tool INIFOR. 33 33 34 * '''Interface for reading NetCDF input data:''' (PALM-4U): Input data (e.g. building heights, land surface classification, etc.) are no tread 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. 35 35 36 * '''Lagrangian cloud model:''' (PALM): Splitting/merging algorithm implemented. 36 * '''Lagrangian cloud model:''' (PALM): Splitting/merging algorithm implemented. not 37 37 38 38 * '''Land surface scheme''' (PALM): … … 42 42 * '''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. 43 43 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. 45 45 46 46 * '''Radiation model''' (PALM): Coupling to RRTMG radiation code realized. RRTMG is now shipped with PALM. … … 50 50 * '''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. 51 51 52 * '''Synthetic turbulence generator''' (PALM): A turbulence ge rator can be used instead of turbulence recycling for non-cyclic inflow conditions52 * '''Synthetic turbulence generator''' (PALM): A turbulence generator can be used instead of turbulence recycling for non-cyclic inflow conditions 53 53 54 54 * '''Testsuite''' (PALM): New svn commits are now automatically tested. … … 69 69 * '''palmrungui''': the mrun GUI was re-designed in python and renamed to palmrungui. 70 70 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 no t 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]). 72 72 73 * '''Surface treatment''': Surface elements are no tarranged 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. 74 74 75 75 * '''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]).