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/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/COMPILE/Fclean_var.sh @ 9298

Last change on this file since 9298 was 6486, checked in by davestorkey, 8 years ago

Remove SVN keywords from UKMO/dev_r5518_GO6_package branch.

  • Property svn:executable set to *
File size: 769 bytes
RevLine 
[1972]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# ----------------------------
[4990]13# Clean environment variables
[1972]14# ----------------------------
15#
16# SYNOPSIS
17# ========
18#
19# ::
20#
21#  $ Fclean_var.sh
22#
23#
24# DESCRIPTION
25# ===========
26#
27#
[4990]28# Clean environment variables
[1972]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#
[6486]47# $Id: Fclean_var.sh 4990 2014-12-15 16:42:49Z timgraham $
[1972]48#
49#
50#
51#   * creation
52#
53#-
54#- Unset variables
55
56unset -v NSTOP
57unset -v TAB
58unset -v NEW_CONF
59unset -v REF_CONF
60unset -v CMP_NAM
61unset -v NBR_PRC
62unset -v NEM_SUBDIR
63unset -v MAIN_DIR
64unset -v CONFIG_DIR
65unset -v TOOLS_DIR
[2136]66unset -v COMPIL_DIR
67unset -v NEMO_DIR
[2384]68unset -v USEBLD
Note: See TracBrowser for help on using the repository browser.