Earth system modelling: 2 Algorithms, code infrastructure and optimisation
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Heidelberg [u.a.]
Springer
2012
|
Schriftenreihe: | Springer briefs in earth system sciences
Springer briefs in earth system sciences |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XI, 96 S. Ill., graph. Darst. |
ISBN: | 3642238300 9783642238307 9783642238314 |
Internformat
MARC
LEADER | 00000nam a2200000 cc4500 | ||
---|---|---|---|
001 | BV039763311 | ||
003 | DE-604 | ||
005 | 20130815 | ||
007 | t | ||
008 | 111215s2012 ad|| |||| 00||| eng d | ||
016 | 7 | |a 1014072816 |2 DE-101 | |
020 | |a 3642238300 |c Gb. ca. EUR 53.45 (DE) (freier Pr.), ca. sfr 72.00 (freier Pr.) |9 3-642-23830-0 | ||
020 | |a 9783642238307 |c Gb. ca. EUR 53.45 (DE) (freier Pr.), ca. sfr 72.00 (freier Pr.) |9 978-3-642-23830-7 | ||
020 | |a 9783642238314 |9 978-3-642-23831-4 | ||
035 | |a (OCoLC)772956303 | ||
035 | |a (DE-599)DNB1014072816 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-11 |a DE-29 |a DE-29T | ||
084 | |a RB 10103 |0 (DE-625)142220:12616 |2 rvk | ||
084 | |a RB 10420 |0 (DE-625)142220:12731 |2 rvk | ||
084 | |a 550 |2 sdnb | ||
100 | 1 | |a Bonaventura, Luca |e Verfasser |4 aut | |
245 | 1 | 0 | |a Earth system modelling |n 2 |p Algorithms, code infrastructure and optimisation |c Luca Bonaventura ; René Redler ; Reinhard Budich |
246 | 1 | 3 | |a Earth System Modelling 2 |
264 | 1 | |a Heidelberg [u.a.] |b Springer |c 2012 | |
300 | |a XI, 96 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Springer briefs in earth system sciences | |
490 | 0 | |a Springer briefs in earth system sciences | |
650 | 0 | 7 | |a Mathematisches Modell |0 (DE-588)4114528-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Meteorologie |0 (DE-588)4038953-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Meteorologie |0 (DE-588)4038953-4 |D s |
689 | 0 | 1 | |a Mathematisches Modell |0 (DE-588)4114528-8 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Redler, René |e Verfasser |4 aut | |
700 | 1 | |a Budich, Reinhard |e Verfasser |4 aut | |
773 | 0 | 8 | |w (DE-604)BV039763131 |g 2 |
856 | 4 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3863680&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024624475&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-024624475 |
Datensatz im Suchindex
_version_ | 1805145748196556800 |
---|---|
adam_text |
IMAGE 1
CONTENTS
1 OVERVIEW 1
2 NUMERICAL ALGORITHMS FOR ESM: STATE OF THE ART 3
2.1 SPACE DISCRETIZATION: FINITE DIFFERENCE AND FINITE VOLUME METHODS 5
2.2 SPACE DISCRETIZATION: SPECTRAL TRANSFORM METHODS 8
2.3 TIME DISCRETIZATIONS 10
2.4 NUMERICAL ALGORITHMS FOR PARAMETERIZED PHYSICAL PROCESSES. . . 12
REFERENCES 14
3 NUMERICAL ALGORITHMS FOR ESM: FUTURE PERSPECTIVES FOR ATMOSPHERIC
MODELLING 19
REFERENCES 22
4 NUMERICAL ALGORITHMS FOR ESM: FUTURE PERSPECTIVES FOR OCEAN MODELLING
25
4.1 FINITE ELEMENT AND FINITE-VOLUME METHODS 26
4.2 AN INCOMPLETE OVERVIEW 29
4.3 CHALLENGES OF UNSTRUCTURED GRIDS 31
4.4 CONCLUSIONS 32
REFERENCES 32
5 EFFICIENCY FOR ADAPTIVE TRIANGULAR MESHES: KEY ISSUES OF FUTURE
APPROACHES 35
5.1 INTRODUCTION 35
5.1.1 QUADRILATERAL VS. TRIANGULAR MESHES 36
5.1.2 APPLICATIONS SUITABLE FOR ADAPTIVE MESHING 37
5.1.3 KEY CHALLENGES FOR ADAPTIVE TRIANGULAR MESHES AND SOLVERS 38
5.2 TRIANGULAR MESH GENERATION 39
5.2.1 DELAUNAY TRIANGULATIONS 40
BIBLIOGRAFISCHE INFORMATIONEN HTTP://D-NB.INFO/1014072816
DIGITALISIERT DURCH
IMAGE 2
X CONTENTS
5.2.2 HIERARCHICAL TRIANGULATIONS 41
5.2.3 DATA STRUCTURES 42
5.3 ADAPTIVE MESH CONTROL 44
5.3.1 ERROR ESTIMATION CONCEPTS 44
5.3.2 REFINEMENT STRATEGIES 45
5.4 OPTIMISATION OF HIERARCHICAL TRIANGULAR MESH COMPUTATIONS . . 46
5.4.1 LINEARIZATION WITH SPACE-FILLING CURVES 46
5.5 EXAMPLE OF AN ADAPTIVE MESH REFINEMENT COMPUTATION 47
REFERENCES 49
6 CODE DESIGN AND QUALITY CONTROL 51
6.1 DESIGN FOR SUSTAINABILITY 52
6.2 SOFTWARE CODING STANDARDS 53
6.3 VERSION CONTROL 55
6.4 OTHER TOOLS TO SUPPORT CODING 56
6.5 CODE REVIEWS 58
6.6 VERIFICATION AND VALIDATION FOR ESM 59
6.7 MODEL INTERCOMPARISONS 61
6.8 ASSESSMENTS OF MODEL QUALITY 62
REFERENCES 63
7 CODE OPTIMISATION 67
7.1 APPLICATION PORTABILITY 67
7.2 PROFILING 68
7.3 COMPILER OPTIMISATION 70
7.4 OPTIMISATIONS FOR VECTOR, SCALAR AND CACHE-BASED ARCHITECTURES 71
7.4.1 USE STRIDE 1 72
7.4.2 AVOID STORES 73
7.4.3 REMOVE DIVIDES 73
7.4.4 REMOVE IFS 74
7.4.5 OPTIMISATIONS FOR CACHE 75
REFERENCES 76
8 CODE PARALLELISATION ON MASSIVELY PARALLEL MACHINES 77
8.1 INTRODUCTION TO PARALLEL COMPUTING 77
8.2 A GENERAL COMMUNICATION AND SYNCHRONIZATION MODEL FOR PARALLEL
SYSTEMS 80
8.3 PARALLEL PROGRAMMING MODELS 84
8.4 SIMPLIFYING THE EXPRESSION OF PARALLELISM 86
REFERENCES 87
9 FUTURE PERSPECTIVES 89
REFERENCES 91
GLOSSARY 93
INDEX 95 |
any_adam_object | 1 |
author | Bonaventura, Luca Redler, René Budich, Reinhard |
author_facet | Bonaventura, Luca Redler, René Budich, Reinhard |
author_role | aut aut aut |
author_sort | Bonaventura, Luca |
author_variant | l b lb r r rr r b rb |
building | Verbundindex |
bvnumber | BV039763311 |
classification_rvk | RB 10103 RB 10420 |
ctrlnum | (OCoLC)772956303 (DE-599)DNB1014072816 |
discipline | Geologie / Paläontologie Geographie |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 cc4500</leader><controlfield tag="001">BV039763311</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130815</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">111215s2012 ad|| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1014072816</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3642238300</subfield><subfield code="c">Gb. ca. EUR 53.45 (DE) (freier Pr.), ca. sfr 72.00 (freier Pr.)</subfield><subfield code="9">3-642-23830-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642238307</subfield><subfield code="c">Gb. ca. EUR 53.45 (DE) (freier Pr.), ca. sfr 72.00 (freier Pr.)</subfield><subfield code="9">978-3-642-23830-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642238314</subfield><subfield code="9">978-3-642-23831-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)772956303</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1014072816</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-11</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-29T</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10103</subfield><subfield code="0">(DE-625)142220:12616</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">RB 10420</subfield><subfield code="0">(DE-625)142220:12731</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">550</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bonaventura, Luca</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Earth system modelling</subfield><subfield code="n">2</subfield><subfield code="p">Algorithms, code infrastructure and optimisation</subfield><subfield code="c">Luca Bonaventura ; René Redler ; Reinhard Budich</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Earth System Modelling 2</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Heidelberg [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 96 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Springer briefs in earth system sciences</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Springer briefs in earth system sciences</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematisches Modell</subfield><subfield code="0">(DE-588)4114528-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Meteorologie</subfield><subfield code="0">(DE-588)4038953-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Meteorologie</subfield><subfield code="0">(DE-588)4038953-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Mathematisches Modell</subfield><subfield code="0">(DE-588)4114528-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Redler, René</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Budich, Reinhard</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="773" ind1="0" ind2="8"><subfield code="w">(DE-604)BV039763131</subfield><subfield code="g">2</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3863680&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024624475&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024624475</subfield></datafield></record></collection> |
id | DE-604.BV039763311 |
illustrated | Illustrated |
indexdate | 2024-07-21T00:18:55Z |
institution | BVB |
isbn | 3642238300 9783642238307 9783642238314 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024624475 |
oclc_num | 772956303 |
open_access_boolean | |
owner | DE-11 DE-29 DE-29T |
owner_facet | DE-11 DE-29 DE-29T |
physical | XI, 96 S. Ill., graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Springer |
record_format | marc |
series2 | Springer briefs in earth system sciences |
spelling | Bonaventura, Luca Verfasser aut Earth system modelling 2 Algorithms, code infrastructure and optimisation Luca Bonaventura ; René Redler ; Reinhard Budich Earth System Modelling 2 Heidelberg [u.a.] Springer 2012 XI, 96 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Springer briefs in earth system sciences Mathematisches Modell (DE-588)4114528-8 gnd rswk-swf Meteorologie (DE-588)4038953-4 gnd rswk-swf Meteorologie (DE-588)4038953-4 s Mathematisches Modell (DE-588)4114528-8 s DE-604 Redler, René Verfasser aut Budich, Reinhard Verfasser aut (DE-604)BV039763131 2 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=3863680&prov=M&dok_var=1&dok_ext=htm Inhaltstext DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024624475&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Bonaventura, Luca Redler, René Budich, Reinhard Earth system modelling Mathematisches Modell (DE-588)4114528-8 gnd Meteorologie (DE-588)4038953-4 gnd |
subject_GND | (DE-588)4114528-8 (DE-588)4038953-4 |
title | Earth system modelling |
title_alt | Earth System Modelling 2 |
title_auth | Earth system modelling |
title_exact_search | Earth system modelling |
title_full | Earth system modelling 2 Algorithms, code infrastructure and optimisation Luca Bonaventura ; René Redler ; Reinhard Budich |
title_fullStr | Earth system modelling 2 Algorithms, code infrastructure and optimisation Luca Bonaventura ; René Redler ; Reinhard Budich |
title_full_unstemmed | Earth system modelling 2 Algorithms, code infrastructure and optimisation Luca Bonaventura ; René Redler ; Reinhard Budich |
title_short | Earth system modelling |
title_sort | earth system modelling algorithms code infrastructure and optimisation |
topic | Mathematisches Modell (DE-588)4114528-8 gnd Meteorologie (DE-588)4038953-4 gnd |
topic_facet | Mathematisches Modell Meteorologie |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3863680&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024624475&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV039763131 |
work_keys_str_mv | AT bonaventuraluca earthsystemmodelling2 AT redlerrene earthsystemmodelling2 AT budichreinhard earthsystemmodelling2 |