Project

General

Profile

Actions

Task #2889

closed

Write initial documentation

Added by Anonymous almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
-
Category:
ndn-atmos-catalog
Start date:
06/12/2015
Due date:
% Done:

0%

Estimated time:

Files

README.md (3.31 KB) README.md Chengyu Fan, 06/15/2015 11:01 AM
Actions #1

Updated by Anonymous almost 9 years ago

  • Priority changed from High to Immediate

The documentation should describe the complete setup processing, including:

  • installing dependencies
  • initializing the database using the translation software
  • building and installing the software
  • running/using the front end with SimpleHTTPServer
Actions #2

Updated by susmit shannigrahi almost 9 years ago

  • installing dependencies

Dependency for tool and library:
** python3
** netcdf4-python3
** mysql-connector-python3
** python3-glob2

  • initializing the database using the translation software

Steps to Initialize database.

  • Create a database using standard mysql tool.
  • You also need to create a user and set a password to connect to the database the database.
  • Note that you will need to have actual CMIP5 data to run the tool.
  • Run $ python3 insert_names.py
  • Input full path to the filename and config file to translate
  • A CMIP5 config file is located under /ndn-atmos/lib/ndn_cmmap_translators/etc/cmip5/cmip5.conf
  • This will create a table named cmip5 and insert the names into the table
  • building and installing the software
  • For the translator, ndn_cmmap_translator library is required to be in PYTHONPATH
  • export PYTHONPATH="full path to /ndn-atmos/lib/ndn_cmmap_translators":$PYTHONPATH
  • running/using the front end with SimpleHTTPServer
Actions #3

Updated by Chengyu Fan almost 9 years ago

Everything are put in the README file. Needs to add Susmit's part.

Actions #4

Updated by susmit shannigrahi almost 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF