Tonelagem de arqueação bruta

Multi tool use
A tonelagem de arqueação bruta (TAB ou GRT, em inglês gross register tonnage) representa o volume interior total de uma embarcação, expresso em toneladas de arqueação. A TAB também é referida como "tonelagem bruta" ou como "arqueação bruta", termo que pode causar confusão com a nova arqueação bruta estabelecida pela ICTM 1969. Por outro lado, a TAB é também ocasionalmente referida pelos termos "tonelagem bruta de registro" ou "arqueação bruta de registro" resultantes da tradução literal da designação em inglês "gross register tonnage".
A TAB é medida em toneladas de arqueação (100 pés cúbicos = 2,83 m³), cujo volume, se cheio de água, iria pesar 2800 quilogramas ou seja 2,8 toneladas métricas de massa.
O cálculo da TAB é bastante complexo. Assim, o porão de um navio pode destinar-se ao transporte de carga a granel (caso em que todo o seu volume irá ser ocupado com carga, sendo o seu espaço totalmente considerado na medição) ou estar destinado ao transporte de carga em fardos (caso em que existiriam espaços mortos não utilizáveis, não podendo assim ser considerado todo o seu volume).
De acordo com a ICTM 1969, a TAB foi substituída oficialmente pela AB, apesar de continuar a ser frequente o seu uso.
Bibliografia |
Hayler, William B. (2003). American Merchant Seaman's Manual. [S.l.]: Cornell Maritime Press
Turpin, Edward A. (1980). Merchant Marine Officers' Handbook 4th ed. Centreville, MD: Cornell Maritime Press
Ligações externas |
- International Convention on Tonnage Measurement of Ships, 1969
- 46 USC Chapter 145 - Regulatory Measurement
- Units and Systems of Measurement Their Origin, Development, and Present Status
u,NblUchVXj21 wxboCdy4vK,8,k ewegAla7Ha1,SkYZXb8t eAT13gLNKz0Z5
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...