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.
Changeset 2520 for branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/Fadd_keys.sh – NEMO

Ignore:
Timestamp:
2010-12-27T15:43:36+01:00 (13 years ago)
Author:
rblod
Message:

Add in core documentation for compilation scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/Fadd_keys.sh

    r2359 r2520  
    1313#+ 
    1414# 
    15 # ================ 
     15# ============ 
    1616# Fadd_keys.sh 
    17 # ================ 
     17# ============ 
    1818# 
    19 # -------------------------- 
     19# -------------------- 
    2020# Add compilation keys 
    21 # -------------------------- 
     21# -------------------- 
    2222# 
    2323# SYNOPSIS 
     
    3333# 
    3434# 
    35 # Add keys 
     35# Script to add a set off key when compiling a configuration. 
     36# The list off key to be added has to be enclosed with " ".  
     37# A 'sed' is performed to modify the CONFIG_NAME/cpp.fcm file to     
     38# add the new key(s).  
    3639# 
    3740# 
     
    4144# :: 
    4245# 
    43 #  $ ./Fadd_keys.sh CONFIG_NAME add_key "LIST_KEYS" 
     46#  $ ./Fadd_keys.sh ORCA2_LIM add_key "key_mpp_mpi key_nproci=1 key_nprocj=10" 
    4447# 
    4548# 
Note: See TracChangeset for help on using the changeset viewer.