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.ksh in trunk/VALID – NEMO

source: trunk/VALID/env_cfg.ksh @ 697

Last change on this file since 697 was 697, checked in by ctlod, 17 years ago

NVTK installation

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