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.
Fgo_to_TOOLS.sh in trunk/NEMOGCM/TOOLS/COMPILE – NEMO

source: trunk/NEMOGCM/TOOLS/COMPILE/Fgo_to_TOOLS.sh @ 4990

Last change on this file since 4990 was 3294, checked in by rblod, 12 years ago

Merge of 3.4beta into the trunk

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 492 bytes
Line 
1#!/bin/bash
2#set -x
3set -o posix
4#set -u
5#set -e
6#+
7#
8# ===============
9# Fgo_to_tools.sh
10# ===============
11#
12# --------------------------
13# Go to the TOOLS directory
14# --------------------------
15#
16# SYNOPSIS
17# ========
18#
19# ::
20#
21#  $ Fgo_to_tools.sh
22#
23#
24# DESCRIPTION
25# ===========
26#
27#
28# Go to the TOOLS directory
29#
30# EXAMPLES
31# ========
32#
33# ::
34#
35#  $ ./Fgo_to_tools.sh
36#
37#
38# TODO
39# ====
40#
41# option debug
42#
43#
44# EVOLUTIONS
45# ==========
46#
47# $Id$
48#
49#
50#
51#   * creation
52#
53#-
54
55cd ${MAIN_DIR}/TOOLS
Note: See TracBrowser for help on using the repository browser.