We will use Globus to share the climate forcing data and receive simulation outputs from participants. Please see the “How to Share” documentation for more information setting up a local Globus endpoint if your Institution’s HPC does not already have Globus. The WrPMIP’s data storage will be administered by a Globus Group where participant emails will be added for access. Northern Arizona University’s supercomputer, named Monsoon, is established as a Globus endpoint:
In later stages of the project we will perform QA/QC and publish the final model outputs and climate forcing created by WrPMIP on The Environmental Systems Science Data Infrastructure for a Virtual Ecosystem (ESS-DIVE) data repository. Using the US DOE’s ESS-DIVE repository will ensure that project results are perpetually accessible for the working group and the scientific community.
With the intention of comparing changes in abiotic and land-atmosphere carbon exchange in areas of warming permafrost we will request a large number of model outputs at high temporal resolution over the 1980-2021 period covering warming experiments in the Pan-Arctic. Based on our experience with the Multi-scale Synthesis and Terrestrial Model Intercomparsion Project (MsTMIP) protocol, we will request the model outputs described below. This list may change as we finalize protocols.
Varible list available through this google sheet (please request access if I haven’t added you already): WrPMIP Model Submission Information
We request that regional simulation outputs be separated into individual NetCDFs for each variable using NetCDF4 Classic format. Site-level simulations can be a single file based on daily outputs from 14 site locations. Further formatting requirements (largely following ISIMIP Protocols):
Dimension/coordinate variables:
name | standard_name | long_name | unit | axis |
---|---|---|---|---|
lon | longitude | Longitude | degrees_east | X |
lat | latitude | Latitude | degrees_north | Y |
time | time | Time | [hours/days/months/years] since 1901-01-01 00:00:00 | T |
depth | depth_below_surface | Depth of Vertical Layer Center Below Surface | m | Z |
dimensions:
lon = 720 ;
lat = 360 ;
time = UNLIMITED ;
variables:
double lon(lon) ;
lon:standard_name = "longitude" ;
lon:long_name = "Longitude" ;
lon:units = "degrees_east" ;
lon:axis = "X" ;
double lat(lat) ;
lat:standard_name = "latitude" ;
lat:long_name = "Latitude" ;
lat:units = "degrees_north" ;
lat:axis = "Y" ;
double time(time) ;
time:standard_name = "time" ;
lat:long_name = "Time" ;
time:units = "days since 1901-01-01 00:00:00" ;
time:calendar = "365_day" ;
time:axis = "T" ;
float tas(time, lat, lon) ;
tas:_FillValue = 1.e+20f ;
tas:missing_value = 1.e+20f ;
tas:units = "K" ;
tas:standard_name = "air_temperature" ;
tas:long_name = "Near-Surface Air Temperature" ;
// global attributes:
:contact = "WrPMIP Steering Committee <cschaedel@woodwellclimate.org>";
:institution = "Northern Arizona University/Woodwell Climate Research Center";
:comment = "Data prepared for WrPMIP-1a by [preparer] (email)" ;