Usage: PTCLMmkdata [options] -d inputdatadir -s sitename

Python script to create datasets to run single point simulations with tower
site data.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit

  Required Options:
    -d CESM_INPUT, --cesmdata=CESM_INPUT
                        Location of CCSM input data
    -s MYSITE, --site=MYSITE
                        Site-code to run, FLUXNET code (-s list to list valid
                        names)

  Configure and Run Options:
    --cesm_root=BASE_CESM
                        Root CESM directory (top level directory with models
                        and scripts subdirs)
    --debug             Flag to turn on debug mode so won't run, but display
                        what would happen
    --sdate=SDATE       Use entered date string in all files (use the given
                        date string in place of the current date:140423)
    --clmnmlusecase=CLMNMLUSECASE
                        CLM namelist use case to use (default:2000_control)
    --phys=CLMPHYSVERS  CLM physics version to use (default:clm4_5)
    --list              List all valid: sites
    --mydatadir=MYDATADIR
                        Directory of where to put your data files (files will
                        be under subdirectories for each site) (default: /glad
                        e/p/work/erik/clm_trunk/models/lnd/clm/tools/shared/PT
                        CLM/mydatafiles)
    --donot_use_tower_yrs
                        Do NOT use the data years that correspond to the tower
                        years (when you plan on using global forcing)
    --quiet             Print minimul information on what the script is doing
    --cycle_forcing     Cycle over the forcing data rather than do one run
                        through (modifies start/end year to get this to work)
    --verbose           Print out extra information on what the script is
                        doing

  Input data generation options:
    These are options having to do with generation of input datasets.

    --pftgrid           Use pft information from global gridded file (rather
                        than site data)
    --soilgrid          Use soil information from global gridded file (rather
                        than site data)
    --map_gdate=MAP_GDATE
                        Use existing mapping files with the given date string
                        rather than create new ones with current date (if
                        mapping files do NOT exist with this date, the script
                        will abort)
    --mksurfdata_opts=MKSURFDATA_OPTS
                        Options to send directly to mksurfdata_map

  Main Script Version Id: $Id: PTCLMmkdata 58530 2014-03-26 22:02:00Z erik $ Scripts URL: $HeadURL: https://svn-ccsm-models.cgd.ucar.edu/PTCLM/trunk/PTCLMmkdata $:
