New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM (diff) – NEMO

Changes between Version 20 and Version 21 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-01-13T15:14:11+01:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v20 v21  
    103103 
    104104 
    105 TERM = (vt100) ${HOME:-.}/.profile[14]: .bashrc:  not found 
    106 ksh: D--------------------------------------------------------------------==:  not found 
    107 you have this error: 
     105    * TERM = (vt100) ${HOME:-.}/.profile[14]: .bashrc:  not found 
     106    * ksh: D--------------------------------------------------------------------==:  not found 
    108107 
    109108 
    110  [[BR]] 
     109  it can depends on your '''.profile''' file. 
     110  Everything works when your file .profile is like: 
    111111 
    112 {{{ 
    113  alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl' 
    114  alias svn_libigcm='svn co http://forge.ipsl.jussieu.fr/libigcm/svn/tags/libIGCM_v1_1 libIGCM' 
    115  alias svn_nemoligcm='svn co http://forge.ipsl.jussieu.fr/nemo/svn/branches/libIGCM/ORCA2_LIM/IGCM00 IGCM00' 
    116 }}} 
     112«# .profile  (idris) 
     113# 
    117114 
    118     * Create and go to the working directory : [[BR]] 
     115# Fichier d environnement a charger sur la frontale TX7 unix LINUX 
     116# Vous pouvez mettre a jour le fichier .profile_tx 
     117if [ `hostname` = "brodie" -a -f $HOME/.profile_tx ]; then 
    119118 
    120 {{{ 
    121  mkdir TRY ; cd TRY 
    122 }}} 
     119. $HOME/.profile_tx 
     120 
     121# Fichier d environnement a charger sur les noeuds SX8 unix SUPER-UX 
     122# Vous pouvez mettre a jour le fichier .profile_sx 
     123elif [ `hostname` != "brodie" -a -f $HOME/.profile_sx ]; then 
     124 
     125. $HOME/.profile_sx 
     126 
     127else 
     128 
     129echo 
     130 
     131fi » 
     132 
     133[[BR]] 
     134 
     135