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.
#1790 (Using unsupported configurations on systems without wget access to the internet) – NEMO

Opened 7 years ago

Closed 7 years ago

#1790 closed Enhancement (fixed)

Using unsupported configurations on systems without wget access to the internet

Reported by: acc Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords:
Cc:

Description

Context

The unsupported configurations in NEMO are provided as a way for users to provide alternative configurations to the wider community without having to rely on system team sponsership and support. The idea is to provide minimal but sufficient information with the standard distribution to allow ancillary files to be fetched from remote servers at compile time. Thus a makenemo command such as:

./makenemo -n MYISOMIP -u ISOMIP -m some_arch

will create a new configuration called MYISOMIP with MY_SRC and EXP00 directories populated from a remote server. It does this by first using the wget command to fetch a list of remote files and then using wget repeatedly to fetch each of the files listed therein. The location of the remote list is contained in one line of information held in the uspcfg.txt file (in CONFIG).

A work-around is required for systems without direct access to the internet or on which wget has been disabled/not installed.

Analysis

On these systems it is possible to create local copies of the remote files and replace the wget function with a local copy command. It will be the user's responsibility to ensure that the local copies reflect any changes made in the remote sources.

Fix

A bash script (make_usp_tar.sh) and a comprehensive set of instructions (README_uspcfg) is provided in TOOLS/MISCELLANEOUS. The script can be used on a system which does have wget access to the internet to create a tar ball of the files held remotely. This tar ball can be transferred to the target system and unpacked somewhere that is visible to the node on which makenemo is to be run. The unpacked directory will include a setup script which will make changes to the target uspcfg.txt file and redefine the wget function so that it performs a local copy. This setup script can be rerun on future occasions to make similar changes in other target CONFIG directories. See the README_uspcfg file for full details.

Commit History (1)

ChangesetAuthorTimeChangeLog
7161acc2016-10-31T16:49:42+01:00

#1790 Add make_usp_tar.sh and README_uspcfg to TOOLS/MISCELLANEOUS (trunk) in order to provide a work-around for using unsupported configurations on systems without wget access to the internet. Full instructions are in README_uspcfg

Change History (1)

comment:1 Changed 7 years ago by acc

  • Resolution set to fixed
  • Status changed from new to closed

make_usp_tar.sh and README_uspcfg added to TOOLS/MISCELLANEOUS at changeset:7161

Note: See TracTickets for help on using tickets.