Changeset 106 for trunk


Ignore:
Timestamp:
11/30/11 14:32:22 (12 years ago)
Author:
pinsard
Message:

add pkb tools for timeseries

Location:
trunk/src
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/project_profile.sh

    r67 r106  
    4646# IDL_STARTUP is set to tell IDL where find tools. 
    4747# 
    48 # FER_GO is completed with ${PROJECT}/src/. 
     48# FER_GO is completed with ${PROJECT}/src/ and ${PROJECT}/src/test/. 
    4949# 
    5050# 
     
    105105# 
    106106# $Id$ 
     107# 
     108# - fplod 20111104T130726Z cratos (Linux) 
     109# 
     110#   * add $PROJECT/src/test to FER_GO 
     111# 
     112# - fplod 20111010T072623Z aedon.locean-ipsl.upmc.fr (Darwin) 
     113# 
     114#   * FER_GO might be undefined 
    107115# 
    108116# - fplod 20110502T155437Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    301309# 
    302310# setup for ferret 
    303 FER_GO="${FER_GO} ${PROJECT}/src" 
     311set +u 
     312if [ "${FER_GO}" = "" ] 
     313then 
     314    FER_GO="${FER_DIR}/go ${FER_GO} ${PROJECT}/src" 
     315else 
     316    FER_GO="${FER_DIR}/go ${PROJECT}/src" 
     317fi 
     318set -u 
     319FER_GO="${FER_GO} ${PROJECT}/src/test" 
    304320export FER_GO 
    305321# 
Note: See TracChangeset for help on using the changeset viewer.