Git Product home page Git Product logo

pt-e3sm-inputdata's Introduction

pt-e3sm-inputdata

A full set of E3SM input dataset for running offline Land Model (ELM) at 1 Point.

WHY?

The original E3SM inputdata is huge. For ELM developing and testing, it's not necessary to have the whole dataset. This dataset provides an example for running ELM (I cases) at 1 point.

How?

(1) The I case for using this dataset is any supported compset, with resolution configuration of --res ELM_USRDAT.

After create_newcase, editing env_run.xml with the following:

             --id DATM_MODE --val CLM1PT
             --id DATM_CLMNCEP_YR_START --val 1985
             --id DATM_CLMNCEP_YR_END --val 2015
             --id ELM_USRDAT_NAME --val 1x1pt_US-Brw

In this example, the dataset point named as 1x1pt_US-Brw (for DOE NGEE-Arctic Project), with meteorological data from 1985-2015.

(2) The ICB case for run NGEE-Arctic Intensive Site,e.g. Kougarok, using half-degree datasets:

After create_newcase, editing env_run.xml with the following:

             --id ELM_USRDAT_NAME --val 1x1pt_kougarok-GRID

AND, editing user_nl_elm, by adding the following (Note: YOUR_INPUTDATA_ROOT must be editted as actual full path):

 fsurdat = 'YOUR_INPUTDATA_ROOT/lnd/clm2/surfdata_map/surfdata_1x1pt_kougarok-GRID_simyr1850_c360x720_c171002.nc'
 flanduse_timeseries = 'YOUR_INPUTDATA_ROOT/lnd/clm2/surfdata_map/landuse.timeseries_1x1pt_kougarok-GRID_simyr1850-2015_c360x720_c180423.nc'
 nyears_ad_carbon_only = 25
 spinup_mortality_factor = 10
 metdata_type = 'gswp3'
 metdata_bypass = 'YOUR_INPUTDATA_ROOT/atm/datm7/atm_forcing.datm7.GSWP3.0.5d.v2.c180716_NGEE-Grid/cpl_bypass_kougarok-Grid'
 aero_file = 'YOUR_INPUTDATA_ROOT/atm/cam/chem/trop_mozart_aero/aero/aerosoldep_monthly_1850_mean_1.9x2.5_c090421.nc'
 CO2_file = 'YOUR_INPUTDATA_ROOT/atm/datm7/CO2/fco2_datm_1765-2007_c100614.nc'

(3) The ICB case for run NGEE-Arctic Intensive Sites, using high-resolution (1kmx1km) GSWP3v2-daymet4 datasets:

After create_newcase, editing env_run.xml with the following, i.e. pointing to new domain file:

For NGEE-Arctic Kougarok site:

             --id LND_DOMAIN_FILE --val domain.nc
             --id LND_DOMAIN_PATH --val $DIN_LOC_ROOT/atm/datm7/GSWP3_daymet/cpl_bypass_kougarok
             

AND, editing user_nl_elm, by adding the following (YOUR_INPUTDATA_ROOT must be editted as actual path):

 fsurdat = 'YOUR_INPUTDATA_ROOT/atm/datm7/GSWP3_daymet/cpl_bypass_kougarok/surfdata.nc'
 flanduse_timeseries = 'YOUR_INPUTDATA_ROOT/atm/datm7/GSWP3_daymet/cpl_bypass_kougarok/surfdata.pftdyn.nc'
 nyears_ad_carbon_only = 25
 spinup_mortality_factor = 10
 metdata_type = 'gswp3_daymet4'
 metdata_bypass = 'YOUR_INPUTDATA_ROOT/atm/datm7/GSWP3_daymet/cpl_bypass_kougarok'
 aero_file = 'YOUR_INPUTDATA_ROOT/atm/cam/chem/trop_mozart_aero/aero/aerosoldep_monthly_1850_mean_1.9x2.5_c090421.nc'
 CO2_file = 'YOUR_INPUTDATA_ROOT/atm/datm7/CO2/fco2_datm_1765-2007_c100614.nc'

For NGEE-Arctic Teller site, edit the 2 files above as following:

cpl_bypass_kougarok --> cpl_bypass_teller

For NGEE-Arctic Council site, edit the 2 files above as following:

cpl_bypass_kougarok --> cpl_bypass_council

For NGEE-Arctic BEO site, edit the 2 files above as following:

cpl_bypass_kougarok --> cpl_bypass_beo

pt-e3sm-inputdata's People

Contributors

fmyuan avatar ecoon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.