166 research outputs found

    Collaborative Research: Towards Advanced Understanding and Predictive Capability of Climate Change in the Arctic Using a High-Resolution Regional Arctic Climate Model

    Get PDF
    The primary research task completed for this project was the development of the Regional Arctic Climate Model (RACM). This involved coupling existing atmosphere, ocean, sea ice, and land models using the National Center for Atmospheric Research (NCAR) Community Climate System Model (CCSM) coupler (CPL7). RACM is based on the Weather Research and Forecasting (WRF) atmospheric model, the Parallel Ocean Program (POP) ocean model, the CICE sea ice model, and the Variable Infiltration Capacity (VIC) land model. A secondary research task for this project was testing and evaluation of WRF for climate-scale simulations on the large pan-Arctic model domain used in RACM. This involved identification of a preferred set of model physical parameterizations for use in our coupled RACM simulations and documenting any atmospheric biases present in RACM

    Analysis of WRF extreme daily precipitation over Alaska using self-organizing maps

    Get PDF
    We analyze daily precipitation extremes from simulations of a polar-optimized version of the Weather Research and Forecasting (WRF) model. Simulations cover 19 years and use the Regional Arctic System Model (RASM) domain. We focus on Alaska because of its proximity to the Pacific and Arctic oceans; both provide large moisture fetch inland. Alaska\u27s topography also has important impacts on orographically forced precipitation. We use self-organizing maps (SOMs) to understand circulation characteristics conducive for extreme precipitation events. The SOM algorithm employs an artificial neural network that uses an unsupervised training process, which results in finding general patterns of circulation behavior. The SOM is trained with mean sea level pressure (MSLP) anomalies. Widespread extreme events, defined as at least 25 grid points experiencing 99th percentile precipitation, are examined using SOMs. Widespread extreme days are mapped onto the SOM of MSLP anomalies, indicating circulation patterns. SOMs aid in determining high-frequency nodes, and hence, circulations are conducive to extremes. Multiple circulation patterns are responsible for extreme days, which are differentiated by where extreme events occur in Alaska. Additionally, several meteorological fields are composited for nodes accessed by extreme and nonextreme events to determine specific conditions necessary for a widespread extreme event. Individual and adjacent node composites produce more physically reasonable circulations as opposed to composites of all extremes, which include multiple synoptic regimes. Temporal evolution of extreme events is also traced through SOM space. Thus, this analysis lays the groundwork for diagnosing differences in atmospheric circulations and their associated widespread, extreme precipitation events

    Impacts of large-scale oscillations on pan-Arctic terrestrial net primary production

    Get PDF
    Analyses of regional climate oscillations and satellite remote sensing derived net primary production (NPP) and growing season dynamics for the pan-Arctic region indicate that the oscillations influence NPP by regulating seasonal patterns of low temperature and moisture constraints to photosynthesis. Early-spring (Feb–Apr) patterns of the Arctic Oscillation (AO) are proportional to growing season onset (r = −0.653; P = 0.001), while growing season patterns of the Pacific Decadal Oscillation (PDO) are proportional to plant-available moisture constraints to NPP (Im) (r = −0.471; P = 0.023). Relatively strong, negative PDO phases from 1988–1991 and 1998–2002 coincided with prolonged regional droughts indicated by a standardized moisture stress index. These severe droughts resulted in widespread reductions in NPP, especially for relatively drought prone boreal forest and grassland/cropland ecosystems. The influence of AO and PDO patterns on northern vegetation productivity appears to be decreasing and increasing, respectively, as low temperature constraints to plant growth relax and NPP becomes increasingly limited by available water supply under a warming climate

    Satellite-based model detection of recent climate-driven changes in northern high-latitude vegetation productivity

    Get PDF
    We applied a satellite remote sensing based production efficiency model (PEM) using an integrated AVHRR and MODIS FPAR/LAI time series with a regionally corrected NCEP/NCAR reanalysis daily surface meteorology and NASA/GEWEX Surface Radiation Budget shortwave solar radiation inputs to assess annual terrestrial net primary productivity (NPP) for the pan-Arctic basin and Alaska from 1983 to 2005. Our results show that low temperature constraints on Boreal-Arctic NPP are decreasing by 0.43% per year (P \u3c 0.001), whereas a positive trend in vegetation moisture constraints of 0.49% per year (P = 0.04) are offsetting the potential benefits of longer growing seasons and contributing to recent disturbances in NPP. The PEM simulations of NPP seasonality, annual anomalies and trends are similar to stand inventory network measurements of boreal aspen stem growth (r = 0.56; P = 0.007) and atmospheric CO2 measurement based estimates of the timing of growing season onset (r = 0.78; P \u3c 0.001). Our results indicate that summer drought led to marked NPP decreases in much of the boreal forest region after the late-1990s. However, seasonal low temperatures are still a dominant limitation on regional NPP. Despite recent drought events, mean annual NPP for the pan-Arctic region showed a positive growth trend of 0.34% per year (20.27 TgC/a; P = 0.002) from 1983 to 2005. Drought induced NPP decreases may become more frequent and widespread as regional ecosystems adjust to a warmer, drier atmosphere, though the occurrence and severity of drought events will depend on future patterns of plant-available moisture

    Knowledge Transfer from High-Resource to Low-Resource Programming Languages for Code LLMs

    Full text link
    Over the past few years, Large Language Models of Code (Code LLMs) have started to have a significant impact on programming practice. Code LLMs are also emerging as a building block for research in programming languages and software engineering. However, the quality of code produced by a Code LLM varies significantly by programming languages. Code LLMs produce impressive results on programming languages that are well represented in their training data (e.g., Java, Python, or JavaScript), but struggle with low-resource languages, like OCaml and Racket. This paper presents an effective approach for boosting the performance of Code LLMs on low-resource languages using semi-synthetic data. Our approach generates high-quality datasets for low-resource languages, which can then be used to fine-tune any pretrained Code LLM. Our approach, called MultiPL-T, translates training data from high-resource languages into training data for low-resource languages. We apply our approach to generate tens of thousands of new, validated training items for Racket, OCaml, and Lua from Python. Moreover, we use an open dataset (The Stack) and model (StarCoderBase), which allow us to decontaminate benchmarks and train models on this data without violating the model license. With MultiPL-T generated data, we present fine-tuned versions of StarCoderBase that achieve state-of-the-art performance for Racket, OCaml, and Lua on benchmark problems. For Lua, our fine-tuned model achieves the same performance as StarCoderBase as Python -- a very high-resource language -- on the MultiPL-E benchmarks. For Racket and OCaml, we double their performance on MultiPL-E, bringing their performance close to higher-resource languages such as Ruby and C#
    • …
    corecore