192,884 research outputs found
NREL/floris: v4.0
<h1>FLORIS v4.0</h1>
<p>FLORIS v4 brings significant additional flexibility to FLORIS while streamlining the underlying solving code.</p>
<p>For higher-level description of major changes, see #870.</p>
<h2>What's Changed</h2>
<ul>
<li>Convert core data structures and tools to use 4D arrays by @rafmudaf in https://github.com/NREL/floris/pull/764</li>
<li>Replace Cp with power in turbine definition and throughout FLORIS by @misi9170 in https://github.com/NREL/floris/pull/765</li>
<li>Update to more flexible turbine operation model definitions by @misi9170 in https://github.com/NREL/floris/pull/770</li>
<li>Update reference wind turbines in the default turbine library by @misi9170 in https://github.com/NREL/floris/pull/771</li>
<li>Adds classes to structure wind energy data for FLORIS by @paulf81 in https://github.com/NREL/floris/pull/775</li>
<li>Remove small variations in above rated power by @paulf81 in https://github.com/NREL/floris/pull/784</li>
<li>Convert turbulence intensity from single value to n_findex length array by @paulf81 in https://github.com/NREL/floris/pull/782</li>
<li>[BUGFIX] Bad import in convert_turbine_v3_to_v4.py by @misi9170 in https://github.com/NREL/floris/pull/795</li>
<li>Add de-rating op model by @paulf81 in https://github.com/NREL/floris/pull/783</li>
<li>Validate and test wind direction and wind speed by @paulf81 in https://github.com/NREL/floris/pull/793</li>
<li>Add support to shut off turbines by @paulf81 in https://github.com/NREL/floris/pull/799</li>
<li>Update yaw and layout optimization tools for 4D by @bayc in https://github.com/NREL/floris/pull/790</li>
<li>[BUGFIX] Correct condition when yaw_angles passed to TurboPark model by @misi9170 in https://github.com/NREL/floris/pull/808</li>
<li>Change from Apache to BSD 3-clause license by @paulf81 in https://github.com/NREL/floris/pull/810</li>
<li>[BUGFIX] Remove secondary effects from TurboPark model by @misi9170 in https://github.com/NREL/floris/pull/813</li>
<li>Clarify turbine definition terms by @misi9170 in https://github.com/NREL/floris/pull/815</li>
<li>Support multidimensional turbine definitions in all wake models by @misi9170 in https://github.com/NREL/floris/pull/812</li>
<li>Update multidim turbine files to use absolute turbine power by @bayc in https://github.com/NREL/floris/pull/818</li>
<li>Remove unused code from floris.tools and add tool reg tests by @bayc in https://github.com/NREL/floris/pull/819</li>
<li>Move FlorisInterface .reinitialize() / .calculate_wake() to .set() / .run() by @rafmudaf in https://github.com/NREL/floris/pull/823</li>
<li>Raise informative errors if v3 input files passed in by @misi9170 in https://github.com/NREL/floris/pull/829</li>
<li>Collect all layout visualization tools in FLORIS by @paulf81 in https://github.com/NREL/floris/pull/805</li>
<li>[Bugfix] Cast yaw angles to np.ndarray on set by @paulf81 in https://github.com/NREL/floris/pull/828</li>
<li>Update uncertainty interface to 4d, new API by @paulf81 in https://github.com/NREL/floris/pull/821</li>
<li>Drive layout optimizations using WindData objects by @paulf81 in https://github.com/NREL/floris/pull/822</li>
<li>Require TI must be length n_findex in core code by @paulf81 in https://github.com/NREL/floris/pull/831</li>
<li>Add TI as input for calculate plane functions by @rafmudaf in https://github.com/NREL/floris/pull/837</li>
<li>Rename floris.simulation, floris.tools to floris.core, floris by @rafmudaf in https://github.com/NREL/floris/pull/830</li>
<li>Add utilities for floris models by @paulf81 in https://github.com/NREL/floris/pull/840</li>
<li>Allow to fix yaw to nominal wind direction by @paulf81 in https://github.com/NREL/floris/pull/850</li>
<li>Add CSV reader for WindRose by @paulf81 in https://github.com/NREL/floris/pull/848</li>
<li>Save WindData onto FlorisModel and simplify post-<code>run()</code> calls by @misi9170 in https://github.com/NREL/floris/pull/849</li>
<li>Change <code>power_thrust_model</code> key to <code>operation_model</code> at the user level by @misi9170 in https://github.com/NREL/floris/pull/859</li>
<li>[BUGFIX] hardcoded reset to first turbine type in set_operation_model by @misi9170 in https://github.com/NREL/floris/pull/856</li>
<li>Enabling layout optimization for value by @ejsimley in https://github.com/NREL/floris/pull/862</li>
<li>[BUGFIX] set_operation_model ordering with layout by @misi9170 in https://github.com/NREL/floris/pull/867</li>
<li>Refactor examples by @paulf81 in https://github.com/NREL/floris/pull/843</li>
<li>Make set_operation method public by @misi9170 in https://github.com/NREL/floris/pull/869</li>
<li>Fixing datatype of value in WindData objects by @ejsimley in https://github.com/NREL/floris/pull/872</li>
<li>Add try/except to wind rose loader by @paulf81 in https://github.com/NREL/floris/pull/874</li>
<li>Clean up TODOs prior to v4 release by @misi9170 in https://github.com/NREL/floris/pull/876</li>
<li>Build out v4 documentation by @misi9170 in https://github.com/NREL/floris/pull/860</li>
<li>Add merge/reduce FLORIS objects by @paulf81 in https://github.com/NREL/floris/pull/866</li>
<li>Remove setpoints and wind condition specifics from calculate_XX_plane methods by @misi9170 in https://github.com/NREL/floris/pull/868</li>
<li>Update Empirical Gaussian default deflection_rate by @misi9170 in https://github.com/NREL/floris/pull/875</li>
<li>Improvements to WindRose resampling by @misi9170 in https://github.com/NREL/floris/pull/857</li>
<li>Add approximate FLORIS model by @paulf81 in https://github.com/NREL/floris/pull/877</li>
<li>FLORIS v4 by @misi9170 in https://github.com/NREL/floris/pull/870</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.6...v4.0</p>
NREL/floris: v3.5
<h2>What's Changed</h2>
<ul>
<li>Bug fix: erroneous rotation in turbine locations in horizontal flowfield plots by @Bartdoekemeijer in https://github.com/NREL/floris/pull/663</li>
<li>Feature: Add concurrent library to ParallelComputingInterface by @Bartdoekemeijer in https://github.com/NREL/floris/pull/667</li>
<li>Bug fix: Finalize Farm attributes by @rafmudaf in https://github.com/NREL/floris/pull/665</li>
<li>Performance Improvements and Code Simplification by @RHammond2 in https://github.com/NREL/floris/pull/494</li>
<li>Infrastructure updates by @rafmudaf in https://github.com/NREL/floris/pull/677</li>
<li>Bug fix: Add variable wind shear to GCH calculations by @fg320 in https://github.com/NREL/floris/pull/679</li>
<li>Enable heterogeneous inflows in yaw optimization routines by @misi9170 in https://github.com/NREL/floris/pull/678</li>
<li>Documentation fixes by @rafmudaf in https://github.com/NREL/floris/pull/696</li>
<li>Add geometric yaw code for rough yaw optimization (in layout optimization) by @misi9170 in https://github.com/NREL/floris/pull/681</li>
<li>Add example of larger floating farm with comparison to fixed-bottom. by @misi9170 in https://github.com/NREL/floris/pull/695</li>
<li>Address pandas 2.1.0 FutureWarning on wind rose plot by @pablo-benito in https://github.com/NREL/floris/pull/710</li>
<li>[Bugfix]: Update geometric yaw optimizer layout when called during layout optimization by @misi9170 in https://github.com/NREL/floris/pull/706</li>
<li>Allow switching on and off contour plot numerical labels at top level by @misi9170 in https://github.com/NREL/floris/pull/719</li>
<li>Feature: Add multidimensional Cp/Ct turbine definition support by @bayc in https://github.com/NREL/floris/pull/711</li>
<li>Update default parameters for the Empirical Gaussian model by @misi9170 in https://github.com/NREL/floris/pull/723</li>
<li>FLORIS v3.5 by @rafmudaf in https://github.com/NREL/floris/pull/726</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li>@fg320 made their first contribution in https://github.com/NREL/floris/pull/679</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.4.1...v3.5</p>
NREL/floris: v3.6
<p>Final release of FLORIS v3 before releasing FLORIS v4 to the main branch. From this point onward, FLORIS v3 will be minimally maintained and support will switch to FLORIS v4.</p>
<h2>What's Changed</h2>
<ul>
<li>Add documentation for the release process by @rafmudaf in https://github.com/NREL/floris/pull/727</li>
<li>Catch documentation and examples errors by @rafmudaf in https://github.com/NREL/floris/pull/736</li>
<li>Fix errors in notebooks for online documentation by @rctredgold in https://github.com/NREL/floris/pull/721</li>
<li>Support relative paths in YAML configuration files by @RHammond2 in https://github.com/NREL/floris/pull/739</li>
<li>Use compatible-release specifier for dependency versions by @paulf81 in https://github.com/NREL/floris/pull/748</li>
<li>Fix path dependency in <code>convert_to_path</code> test by @RHammond2 in https://github.com/NREL/floris/pull/749</li>
<li>Improve attrs usage in simulation package by @rafmudaf in https://github.com/NREL/floris/pull/750</li>
<li>Bug fix: Enable mulit-dimensional turbines for turbine interactions by @RHammond2 in https://github.com/NREL/floris/pull/754</li>
<li>Fix the turbine.power function unit test by @paulf81 in https://github.com/NREL/floris/pull/755</li>
<li>Grid-class tidying by @rafmudaf in https://github.com/NREL/floris/pull/751</li>
<li>Fix issue with mutable default attributes by @paulf81 in https://github.com/NREL/floris/pull/759</li>
<li>Add utility to build turbine yaml from absolute power, thrust curves by @misi9170 in https://github.com/NREL/floris/pull/729</li>
<li>Clean up and align Turbine and TurbineMultiDim class architectures by @rafmudaf in https://github.com/NREL/floris/pull/762</li>
<li>Add capability to sample and plot velocity profiles by @vallbog in https://github.com/NREL/floris/pull/699</li>
<li>Add support for multiple turbine types in calculate_horizontal_plane_with_turbines() by @scottryn in https://github.com/NREL/floris/pull/781</li>
<li>[BUGFIX] Correct condition when yaw_angles passed to TurboPark model (version 3) by @misi9170 in https://github.com/NREL/floris/pull/811</li>
<li>[BUGFIX] Coordinates getter on Farm class by @misi9170 in https://github.com/NREL/floris/pull/846</li>
<li>Documentation improvements and fixes by @rafmudaf in https://github.com/NREL/floris/pull/853</li>
<li>FLORIS v3.6 by @misi9170 in https://github.com/NREL/floris/pull/871</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li>@rctredgold made their first contribution in https://github.com/NREL/floris/pull/721</li>
<li>@vallbog made their first contribution in https://github.com/NREL/floris/pull/699</li>
<li>@scottryn made their first contribution in https://github.com/NREL/floris/pull/781</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.5...v3.6</p>
La Proposta di legge. Il Testo. Norme in materia di libertà di coscienza e di religione
La Proposta di legge contiene «Norme in materia di libertà di coscienza e di religione» e prende in carico più istanze di libertà, individuali e comunitarie, che emergono dal contesto religioso e culturale italiano, sempre più caratterizzato, al pari di altri contesti nazionali, in senso pluralistico. Elaborata da S. Domianello, A. Ferrari, P. Floris, R. Mazzola, con il coordinamento di R. Zaccaria, la Proposta di legge investe diverse tematiche (tra le quali l’assistenza spirituale, l’associazionismo religioso, l’uguale libertà di tutte le confessioni) e scaturisce da un ampio confronto del Gruppo di lavoro con comunità religiose, associazioni non confessionali, giuristi, politici e rappresentanti istituzionali
NREL/floris: v1.0.0
v1.0.0
<p>Released on 2019-05-07</p>
<p><strong>This update introduces breaking changes to the FLORIS API.</strong>
See the code reference documentation <a href="https://floris.readthedocs.io/en/develop/source/code.html">https://floris.readthedocs.io/en/develop/source/code.html</a>
for detailed information.</p>
<ul>
<li>Adds the Curl wake model (Martinez-Tossas et al)</li>
<li>Improves the FLORIS object hierarchy</li>
<li>Incorporates an analysis tools package alongside the simulation package</li>
<li>Adds examples demonstrating using the <code>simulation</code> and <code>tools</code> packages</li>
<li>Adds in-code documentation via doc strings</li>
<li>Reworks and expands the online documentation</li>
</ul>
Non exiguum populum plebeium et vicos circa villam in modo municipiorum: Iscrizioni funerarie da Aïn Wassel (Tunisia)
P. Floris è autore del paragrafo 3 intitolato "La stele di M. Oppius Felix", pp. 167-178, in cui effettua l'esame di alcune iscrizioni funerarie rinvenute ad Aïn Wassel (Tunisia). In particolare chi scrive ha affrontato l’iscrizione incisa sulla stele funeraria di M. Oppius Felix, soffermandosi in maniera particolare sull’onomastica del defunto
L’Africa romana. L’epigrafia del Nord Africa: novità, riletture, nuove sintesi. XXI Convegno internazionale di Studi: Tunisi, 6-9 dicembre 2018
Ampia cronaca (15 pagine) del XXI Convegno internazionale di Studi “L’Africa romana” dedicato a “L’epigrafia del Nord Africa: novità, riletture, nuove sintesi” tenutosi a Tunisi tra il 6 e il 9 dicembre 2018
Nuragus e il centro romano di Valentia: ricognizioni archeologiche e nuove acquisizioni
Poster presentato in occasione del XVII Congresso Internazionale di Archeologia Classica “Incontri tra culture nel mondo mediterraneo antico” tenutosi a Roma tra il 22 e il 26 settembre 2008. P. Floris è autore del contributo intitolato "Le fonti epigrafiche" in cui illustra l'iscrizione funeraria di P. (H)ortius Caral[li]ta(nus)recentemente rinvenuta nel territorio dell'antica Valentia (Comune di Nuragus).
Presented at the following conferences : L’Africa Romana, XVIII Convegno di Studi Romani, Olbia, 11-14 dicembre 200
- …
