GLORIA

GEOMAR Library Ocean Research Information Access

feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Document type
Keywords
Language
  • 1
    Online Resource
    Online Resource
    Berlin, Heidelberg :Springer Berlin / Heidelberg,
    Keywords: Paleoclimatology--Holocene. ; Electronic books.
    Type of Medium: Online Resource
    Pages: 1 online resource (494 pages)
    Edition: 1st ed.
    ISBN: 9783662103135
    Series Statement: GKSS School of Environmental Research Series
    DDC: 551.6/09/01
    Language: English
    Note: GKSS School of Environmental Research -- The Climate in Historical Times -- Copyright -- Preface -- Contents -- List of Contributors -- 1 The Holocene: Considerations with Regard to its Climate and Climate Archives -- 2 Nonlinear Dynamics of the Climate System -- 3 A Discourse About Quasi-realistic Climate Models and Their Applications in Paleoclimatic Studies -- 4 Holocene Climate Variability from Model Simulations - State of the Art -- 5 Marine Paleoclimatology - Motivation, Tools, and Results -- 6 Corals as Climate Archive -- 7 Annually Laminated Lake Sediments and Their Palaeoclimatic Relevance -- 8 Interpreting Climate Proxies from Tree-rings -- 9 The Environmental and Climate Record in Polar Ice Cores -- 10 Reconstructing Large-scale Variability from Palaeoclimatic Evidence by Means of Data Assimilation Through Upscaling and Nudging (DATUN) -- 11 Mid- to Late Holocene Lake Ecosystem Response to Catchment and Climatic Changes- A Detailed Varve Analysis of Lake Holzmaar(Germany) -- 12 Holocene Palaeoclimate in the Saharo-ArabianDesert -- 13 Transfer Functions for PaleoclimateReconstructions - Theory and Methods -- 14 Transfer Functions for Paleoclimate Reconstructions - Applications -- 15 Climate Information from Stable Hydrogenand Carbon Isotopes of C3 Plants - GrowthChamber Experiments and Field Observations -- 16 Detection of Climate Modes as Recorded in a Seasonal-resolution Coral Record Covering the Last 250 Years -- 17 Phase Stability of the Solar Schwabe Cycle in Lake Holzmaar, Germany, and G ISP2, Greenland, between 10,000 and 9,000 cal. BP -- 18 Variable Freshwater Input to the Arctic Ocean During the Holocene: Implications for Large-Scale Ocean-Sea Ice Dynamics as Simulated by a Circulation Model -- 19 Forced Climate Variability During the Last Millennium with the Earth System Model CLIMBER-2. , 20 The Contribution of High-resolution Magnetostratigraphic Analyses to Paleoclimatic Reconstructions -- 21 Internal Climate Variability in Global and Regional Climate Models -- 22 Climate Diagnostics by Adjoint Modelling: A Feasibility Study -- 23 Evidence for the Climate During the Late Maunder Minimum from Proxy Data and Model Simulations Available Within KIHZ -- References -- Index.
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 2
    Keywords: Hochschulschrift ; Atlantischer Ozean Nord ; Salzgehalt ; Atlantischer Ozean Nord ; Wärmeübertragung ; Atlantischer Ozean Nord ; Thermohaline Zirkulation ; Modell ; Klimaänderung ; Atlantischer Ozean Nord ; Salzgehalt ; Atlantischer Ozean Nord ; Wärmeübertragung ; Atlantischer Ozean Nord ; Thermohaline Zirkulation ; Modell ; Klimaänderung
    Type of Medium: Book
    Pages: 128 S. , Ill., zahlr. graph. Darst.
    Series Statement: Berichte zur Polarforschung 200
    RVK:
    Language: English
    Note: Zugl.: Bremen, Univ., Diss.
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 3
    Keywords: Report ; Forschungsbericht
    In: Journal of physical oceanography ; April 1997
    Type of Medium: Book
    Pages: 50, 13 S , graph. Darst , 30 cm
    Series Statement: Report / Max-Planck-Institut für Meteorologie No. 237
    Language: English
    Note: Die Vorlage enth. 2 Werke , Enth. außerdem: Exact solution of Jacobi type evolution equations / Joachim Schneider ; Gerrit Lohmann
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 4
    In: Lohmann, Gerrit, Why are salinity anomalies of great importance for long-term climate variability?, Hamburg : Max-Planck-Inst. für Meteorologie, 1997, (1997), 10
    In: SIAM journal of applied mathematics, (1997), 10
    In: year:1997
    In: number:10
    Type of Medium: Article
    Language: Undetermined
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [s.l.] : Springer-Verlag
    Keywords: Electronic books
    Description / Table of Contents: This work provides a short 'getting started' guide to Fortran 90/95. The main target audience consists of newcomers to the field of numerical computation within Earth system sciences (students, researchers or scientific programmers). Furthermore, readers accustomed to other programming languages may also benefit from this work, by discovering how some programming techniques they are familiar with map to Fortran 95. The main goal is to enable readers to quickly start using Fortran 95 for writing useful programs. It also introduces a gradual discussion of Input/Output facilities relevant for Earth system sciences, from the simplest ones to the more advanced netCDF library (which has become a de facto standard for handling the massive datasets used within Earth system sciences). While related works already treat these disciplines separately (each often providing much more information than needed by the beginning practitioner), the reader finds in this book a shorter guide which links them. Compared to other books, this work provides a much more compact view of the language, while also placing the language-elements in a more applied setting, by providing examples related to numerical computing and more advanced Input/Output facilities for Earth system sciences. Naturally, the coverage of the programming language is relatively shallow, since many details are skipped. However, many of these details can be learned gradually by the practitioner, after getting an overview and some practice with the language through this book.
    Type of Medium: Online Resource
    Pages: Online Ressource (5414 KB, 250 S.)
    Edition: 1. Aufl.
    ISBN: 364237008X
    DDC: 005.13
    Language: English
    Note: Description based upon print version of record , Preface; Contents; Acronyms; 1 General Concepts; 1.1 History and Evolution of the Language; 1.2 Essential Toolkit (Compilers); 1.3 Basic Programming Workflow; References; 2 Fortran Basics; 2.1 Program Layout; 2.2 Keywords, Identifiers and Code Formatting; 2.3 Scalar Values and Constants; 2.3.1 Declarations for Scalars of Numeric Types; 2.3.2 Representation of Numbers and Limitations of Computer Arithmetic; 2.3.3 Working with Scalars of Numeric Types; 2.3.4 The [basicstyle=,keywordstyle=,identifierstyle=]kind type-parameter; 2.3.5 Some Numeric Intrinsic Functions , 2.3.6 Scalars of Non-numeric Types2.4 Input/Output (I/O); 2.4.1 List-Directed Formatted I/O to Screen/from Keyboard; 2.4.2 Customizing Format-Specifications; 2.4.3 Information Pathways: Customizing I/O Channels; 2.4.4 The Need for More Advanced I/O Facilities; 2.5 Program Flow-Control Elements ([basicstyle=,keywordstyle=,identifierstyle=]if, [basicstyle=,keywordstyle=,identifierstyle=]case, Loops, etc.); 2.5.1 [basicstyle=,keywordstyle=,identifierstyle=]if Construct; 2.5.2 [basicstyle=,keywordstyle=,identifierstyle=]case Construct , 2.5.3 [basicstyle=,keywordstyle=,identifierstyle=]do Construct2.6 Arrays and Array Notation; 2.6.1 Declaring Arrays; 2.6.2 Layout of Elements in Memory; 2.6.3 Selecting Array Elements; 2.6.4 Writing Data into Arrays; 2.6.5 I/O for Arrays; 2.6.6 Array Expressions; 2.6.7 Using Arrays for Flow-Control; 2.6.8 Memory Allocation and Dynamic Arrays; 2.7 More Intrinsic Procedures; 2.7.1 Acquiring Date and Time Information; 2.7.2 Random Number Generators (RNGs); References; 3 Elements of Software Engineering; 3.1 Motivation; 3.2 Structured Programming (SP) in Fortran
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 6
    Keywords: Earth System Sciences ; Physical geography. ; Atmospheric sciences. ; Geography
    Description / Table of Contents: 1 Earth System Science - past experiences and future trends -- 2 The educational program of the Earth System Science Research School (ESSReS) -- 3 Time evolution of a PhD student's mood - A review of my time as PhD student in the research school ESSReS -- 4 Progress in Earth System Science: What does it take to make our ideas clear -- 5 Towards a better tropospheric ozone product from SCIAMACHY: improvements in high latitude stratospheric ozone -- 6 Ten-year SCIAMACHY Stratospheric Aerosol data record: Signature of the Secondary Meridional Circulation associated with the Quasi-Biennial Oscillation in the Tropical Stratosphere -- 7 Investigating the link between glyoxal and biogenic activities -- 8 Estimates of NOx emission factors from GOME-2 measurements for the major types of open biomass burning -- 9 The use of FTIR-spectrometry in combination with different biosphere-atmosphere flux measurement techniques -- 10 Near-infrared lunar absorption spectroscopy for the retrieval of column averaged CO2 and CH4 -- 11 A new method to filter out radio-frequency interference (RFI) from SMOS level 1C data for sea ice applications -- 12 Arctic Multiyear Ice Concentration Retrieval from SSM/I data using the NASA Team algorithm with dynamic tie points -- 13 Detecting CDOM fluorescence using high spectrally resolved satellite data: a model study -- 14 The flow of dense water plumes in the western Weddell Sea simulated with the Finite Element Ocean Model (FEOM) -- 15 Data analysis and modeling of the Amundsen Sea embayment -- 16 Impact of sea-ice bottom topography on the Ekman pumping -- 17 Classification of CryoSat-2 radar echoes -- 18 Integration of passive tracers in a three-dimensional ice sheet model -- 19 Bivalve shells - unique high-resolution archives of environmental past -- 20 Functional diversity and traits assembly patterns of benthic macrofaunal communities in the southern North Sea -- 21 Snow accumulation in North Greenland over the last millennium -- 22 Seismostratigraphic analysis and glacial history of the Weddell Sea region, Antarctica -- 23 Visual analysis of Relevant Fields in Geoscientific Multifield Data -- 24 A Database Language Suitable for the Earth System Sciences -- 25 Towards Collaborative Exploration and Analysis of Big Data from Mars: A Noachis Terra Case Study
    Type of Medium: Online Resource
    Pages: 1 Online-Ressource (X, 251 p. 86 illus., 83 illus. in color)
    Edition: 1st ed. 2015
    ISBN: 9783319138657
    Series Statement: Springer Earth System Sciences
    Language: English
    Note: Description based upon print version of record , 1 Earth System Science - past experiences and future trends2 The educational program of the Earth System Science Research School (ESSReS) -- 3 Time evolution of a PhD student's mood - A review of my time as PhD student in the research school ESSReS -- 4 Progress in Earth System Science: What does it take to make our ideas clear -- 5 Towards a better tropospheric ozone product from SCIAMACHY: improvements in high latitude stratospheric ozone -- 6 Ten-year SCIAMACHY Stratospheric Aerosol data record: Signature of the Secondary Meridional Circulation associated with the Quasi-Biennial Oscillation in the Tropical Stratosphere -- 7 Investigating the link between glyoxal and biogenic activities -- 8 Estimates of NOx emission factors from GOME-2 measurements for the major types of open biomass burning -- 9 The use of FTIR-spectrometry in combination with different biosphere-atmosphere flux measurement techniques -- 10 Near-infrared lunar absorption spectroscopy for the retrieval of column averaged CO2 and CH4 -- 11 A new method to filter out radio-frequency interference (RFI) from SMOS level 1C data for sea ice applications -- 12 Arctic Multiyear Ice Concentration Retrieval from SSM/I data using the NASA Team algorithm with dynamic tie points -- 13 Detecting CDOM fluorescence using high spectrally resolved satellite data: a model study -- 14 The flow of dense water plumes in the western Weddell Sea simulated with the Finite Element Ocean Model (FEOM) -- 15 Data analysis and modeling of the Amundsen Sea embayment -- 16 Impact of sea-ice bottom topography on the Ekman pumping -- 17 Classification of CryoSat-2 radar echoes -- 18 Integration of passive tracers in a three-dimensional ice sheet model -- 19 Bivalve shells - unique high-resolution archives of environmental past -- 20 Functional diversity and traits assembly patterns of benthic macrofaunal communities in the southern North Sea -- 21 Snow accumulation in North Greenland over the last millennium -- 22 Seismostratigraphic analysis and glacial history of the Weddell Sea region, Antarctica -- 23 Visual analysis of Relevant Fields in Geoscientific Multifield Data -- 24 A Database Language Suitable for the Earth System Sciences -- 25 Towards Collaborative Exploration and Analysis of Big Data from Mars: A Noachis Terra Case Study.
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 7
    Keywords: Climatic changes ; Climatic changes Simulation methods ; Climatic changes Forecasting ; Paleoclimatology ; Paleoclimatology Simulation methods ; Earth sciences Research ; Methodology ; System theory ; Interdisciplinary research ; Aufsatzsammlung ; Klima ; Geosphäre
    Description / Table of Contents: Earth system science is traditionally split into various disciplines (Geology, Physics, Meteorology, Oceanography, Biology etc.) and several sub-disciplines. Overall, the diversity of expertise provides a solid base for interdisciplinary research. However, gaining holistic insights into the Earth system requires the integration of observations, paleoclimate data, analysis tools and modeling. These different approaches of Earth system science are rooted in various disciplines that cut across a broad range of timescales. It is, therefore, necessary to link these disciplines at a relatively early stage in PhD programs. The linking of data and modeling, as it is the special emphasis in our graduate school, enables graduate students from a variety of disciplines to cooperate and exchange views on the common theme of Earth system science, which leads to a better understanding of processes within a global context
    Type of Medium: Book
    Pages: XI, 134 S. , Ill., graph. Darst., Kt. , 24 cm
    ISBN: 3642322344 , 9783642322341
    Series Statement: Springer briefs in earth system sciences
    DDC: 550.72
    RVK:
    Language: English
    Note: 1. Introduction-- 2. Remote Sensing and Modelling of Atmospheric Chemistry-- 3. Earth System Modelling and Data Analysis-- 4. Geotectonics-- 5. Climate Archives-- 6. Ecosystems and Climate Change-- 7. Geoinformatics-- 8. Geoengeneering. , General aspects of earth system science , The structural and educational concept in an interdisciplinary research school for earth system science , NO₂ pollution trends over megacities 1996-2010 from combined multiple satellite data sets , A brief example on the application of remotely sensed tracer observations in atmospheric science : studying the impact of stratosphere-mesosphere coupling on polar ozone variability , Contamination of the western Pacific atmosphere , Three dimensional model simulations of the impact of solar proton events on nitrogen compounds and ozone in the middle atmosphere , Evaluation of the coupled and extended SCIATRAN version including radiation processes within the water : initial results , Improving the PhytoDOAS method to retrieve coccolithophores using hyper-spectral satellite data , Primary productivity and circulation patterns downstream of South Georgia : a Southern Ocean "island mass effect" , Summer sea ice concentration changes in the Weddell Sea and their causes , Validation of the snow grain size retrieval SGSP using six ground truth data sets , The last interglacial as simulated by an atmosphere-ocean general circulation model : sensitivity studies on the influence of the Greenland ice sheet , Simulated Caribbean climate variability during the mid-Holocene , Oceanic [delta]¹⁸O variation and its relation to salinity in the MPI-OM ocean model , Ocean adjustment to high-latitude density perturbations , Continental deformation of Antarctica during Gondwana's breakup , The inorganic carbon system in the deep Southern Ocean and glacial-interglacial atmospheric CO₂ , The significance of the long lived (〉400 years) bivalve Arctica islandica as a high-resolution bioarchive , Sub-annual resolution measurements of dust concentration and size in different time slices of the NorthGRIP ice core , Predicting habitat suitability of cold-water coral Lophelia pertusa using multiscale terrain variables , Resource-aware decomposition and orchestration of geoprocessing requests in a SOA framework , A specification-based quality model to improve confidence in Web services of multidisciplinary earth system science , Feasibility study of using a petroleum systems modeling software to evaluate basin scale pressure evolution associated with CO₂ storage
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Berlin, Heidelberg : Springer
    Keywords: Geography ; Computer science ; Computer science Mathematics ; Earth Sciences ; Physical geography. ; Programming languages (Electronic computers). ; Physics. ; Computer mathematics. ; Geowissenschaften ; Numerisches Modell ; FORTRAN 95
    Description / Table of Contents: This work provides a short "getting started" guide to Fortran 90/95. The main target audience consists of newcomers to the field of numerical computation within Earth system sciences (students, researchers or scientific programmers). Furthermore, readers accustomed to other programming languages may also benefit from this work, by discovering how some programming techniques they are familiar with map to Fortran 95. The main goal is to enable readers to quickly start using Fortran 95 for writing useful programs. It also introduces a gradual discussion of Input/Output facilities relevant for Earth system sciences, from the simplest ones to the more advanced netCDF library (which has become a de facto standard for handling the massive datasets used within Earth system sciences). While related works already treat these disciplines separately (each often providing much more information than needed by the beginning practitioner), the reader finds in this book a shorter guide which links them. Compared to other books, this work provides a much more compact view of the language, while also placing the language-elements in a more applied setting, by providing examples related to numerical computing and more advanced Input/Output facilities for Earth system sciences. Naturally, the coverage of the programming language is relatively shallow, since many details are skipped. However, many of these details can be learned gradually by the practitioner, after getting an overview and some practice with the language through this book
    Type of Medium: Online Resource
    Pages: Online-Ressource (XXII, 250 p. 15 illus., 10 illus. in color, online resource)
    ISBN: 9783642370090
    Series Statement: SpringerLink
    Language: English
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 9
    Keywords: Forschungsbericht ; Pazifischer Ozean Nord ; Paläoklima
    Type of Medium: Online Resource
    Pages: 1 Online-Ressource (50 Seiten, 11,20 MB) , Diagramme
    Language: German
    Note: Förderkennzeichen BMBF 03F0785A
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Bremerhaven : Alfred-Wegener-Institut (AWI) Helmholtz-Zentrum für Polar- und Meeresforschung
    Keywords: Forschungsbericht ; Pleistozän ; Paläoklima ; Modell ; Simulation ; Meer ; Kohlenstoffkreislauf
    Type of Medium: Online Resource
    Pages: 1 Online-Ressource (15 Seiten, 223,21 KB)
    Language: German , English
    Note: Förderkennzeichen BMBF 01LP1504A-D , Verbundnummer 01162215 , Unterschiede zwischen dem gedruckten Dokument und der elektronischen Ressource können nicht ausgeschlossen werden , Literaturangaben , Sprache der Kurzfassungen: Deutsch, Englisch
    Location Call Number Limitation Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...