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.
Fclean_var.sh in branches/DEV_r1879_FCM/NEMOGCM/TOOLS – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/Fclean_var.sh @ 2036

Last change on this file since 2036 was 1972, checked in by flavoni, 14 years ago

Add TOOLS directory and scripts to compile with FCM, see ticket: #685

  • Property svn:executable set to *
File size: 713 bytes
Line 
1#!/bin/bash
2#set -x
3set -o posix
4#set -u
5#set -e
6#+
7#
8# =============
9# Fclean_var.sh
10# =============
11#
12# ----------------------------
13# Clean environement variables
14# ----------------------------
15#
16# SYNOPSIS
17# ========
18#
19# ::
20#
21#  $ Fclean_var.sh
22#
23#
24# DESCRIPTION
25# ===========
26#
27#
28# Clean environement variables
29#
30# EXAMPLES
31# ========
32#
33# ::
34#
35#  $ ./Fclean_var.sh
36#
37#
38# TODO
39# ====
40#
41# option debug
42#
43#
44# EVOLUTIONS
45# ==========
46#
47# $Id$
48#
49#
50# - rblod 2010-06-20T16:11:47Z
51#
52#   * creation
53#
54#-
55#- Unset variables
56
57unset -v NSTOP
58unset -v TAB
59unset -v NEW_CONF
60unset -v REF_CONF
61unset -v CMP_NAM
62unset -v NBR_PRC
63unset -v NEM_SUBDIR
64unset -v MAIN_DIR
65unset -v CONFIG_DIR
66unset -v TOOLS_DIR
67unset -v NEMO_DIR
Note: See TracBrowser for help on using the repository browser.