NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 208

Show
Ignore:
Timestamp:
09/10/08 17:32:12
Author:
haines
Message:

avp and met for profiler stations morgan and stones

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • raw2proc/trunk/raw2proc/jpier_config_20080722.py

    r180 r208  
    2121              'proc_dir' : '/seacoos/data/nccoos/level1/jpier/met/', 
    2222              'process_module' : 'proc_jpier_ascii_met', 
     23              'latest_dir' : '/seacoos/data/nccoos/latest_v2.0', 
     24              'latest_vars' : ('time','lat','lon','z','wspd','wdir', 'air_temp', 'humidity', 'air_pressure'), 
    2325                        }, 
    2426    'adcp' : { 'id' : 'adcp', 
  • raw2proc/trunk/raw2proc/raw2proc.py

    r180 r208  
    11#!/usr/bin/env python 
    2 # Last modified:  Time-stamp: <2008-08-09 17:14:39 haines> 
     2# Last modified:  Time-stamp: <2008-09-08 11:38:54 haines> 
    33"""Process raw data to monthly netCDF data files 
    44 
     
    3636 
    3737# define config file location to run under cron 
    38 defconfigs='/home/haines/nccoos/test/r2p
     38defconfigs='/home/haines/nccoos/raw2proc
    3939 
    4040import numpy