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.
env_cfg.csh in trunk/HEAD – NEMO

source: trunk/HEAD/env_cfg.csh @ 1136

Last change on this file since 1136 was 1136, checked in by ctlod, 16 years ago

trunk: NVTK directory re-organization, move all subdirectories & scripts of VALID under HEAD, see ticket: #220

  • Property svn:executable set to *
File size: 677 bytes
Line 
1#- Some tests ---
2set MODIPSL=$1
3if ( $1 == '' ) then
4echo 'error : usage source env_cfg.csh DIR/modipsl'
5exit
6endif 
7
8#- For the scripts
9alias getn ${MODIPSL}/config/UTIL/get_nemo
10alias difn ${MODIPSL}/config/UTIL/diff_nemo
11alias usec ${MODIPSL}/config/UTIL/use_cfg
12alias insm ${MODIPSL}/util/ins_make
13alias clrm ${MODIPSL}/util/clr_make
14alias inss ${MODIPSL}/util/ins_script
15alias faa  ${MODIPSL}/config/UTIL/fait_AA_make
16
17#- To move easy
18alias cnw "chdir ${MODIPSL}/modeles/NEMO/WORK"
19alias cno "chdir ${MODIPSL}/modeles/NEMO/OPA_SRC"
20alias cnl "chdir ${MODIPSL}/modeles/NEMO/LIM_SRC"
21alias cnt "chdir ${MODIPSL}/modeles/NEMO/TOP_SRC"
22alias cco "chdir ${MODIPSL}/config"
23
24
Note: See TracBrowser for help on using the repository browser.