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 4838 for branches/2014/dev_r4743_NOC2_ZTS – NEMO

Ignore:
Timestamp:
2014-11-07T16:15:20+01:00 (9 years ago)
Author:
acc
Message:

Branch 2014/dev_r4743_NOC2_ZTS. Correct a few typos in the comments and add facility for basic comments in the remote file list for unsupported (external) configurations. See ticket #1367

Location:
branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/CONFIG/makenemo

    r4837 r4838  
    3838# 
    3939# - NEW_CONF    : configuration to be created 
    40 # - REF_CONF    : reference configuration to build the new one 
     40# - REF_CONF    : reference configuration to build the new one from 
    4141# - CMP_NAM     : compiler name 
    4242# - NBR_PRC     : number of processes used to compile 
    43 # - USP_CONF    : unsupported (external) configuration to build the new one  
     43# - USP_CONF    : unsupported (external) configuration to build the new one from 
    4444# - NEM_SUBDIR  : NEMO subdirectory used (specified) 
    4545# 
     
    5252# - TOOLS_DIR   :   "    "    " 
    5353# - NEMO_DIR    :   "    "    " 
    54 # - REMOTE_CTL  : URL link to a remote resource list for an external configuration which is not part of the reference suite 
    55 # - LOCAL_REF   : Nearest reference confoiguration to an external configuration which is not part of the reference suite 
     54# - REMOTE_CTL  : URL link to a remote resource list for an external configuration  
     55#                 which is not part of the reference suite 
     56# - LOCAL_REF   : Nearest reference configuration to an external configuration  
     57#                 which is not part of the reference suite 
    5658#                 (used to populate work directories if remote access is not available) 
    5759# 
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Fadd_keys.sh

    r2603 r4838  
    3333# 
    3434# 
    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 " ".  
     35# Script to add a set of key when compiling a configuration. 
     36# The list of key to be added has to be enclosed with " ".  
    3737# A 'sed' is performed to modify the CONFIG_NAME/cpp.fcm file to     
    3838# add the new key(s).  
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Fcheck_config.sh

    r3294 r4838  
    3939# - Nothing set, use the previous in use  
    4040# 
    41 # We use TOOLS/CONFIG_DIR/cfg.txt to check if the onfiguration exists. 
     41# We use TOOLS/CONFIG_DIR/cfg.txt to check if the configuration exists. 
    4242# 
    4343# EXAMPLES 
     
    7676   echo "Use makenemo -n MYCONFIG" 
    7777   echo "or  makenemo -h for help" 
    78    echo "Using defaut configuration : ${NEW_CONF}" 
     78   echo "Using default configuration : ${NEW_CONF}" 
    7979fi 
    8080if [ "$1" == cfg.txt ]; then 
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Fclean_var.sh

    r3294 r4838  
    1111# 
    1212# ---------------------------- 
    13 # Clean environement variables 
     13# Clean environment variables 
    1414# ---------------------------- 
    1515# 
     
    2626# 
    2727# 
    28 # Clean environement variables 
     28# Clean environment variables 
    2929# 
    3030# EXAMPLES 
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Fcopy_dir.sh

    r3294 r4838  
    2626# 
    2727# 
    28 # When a refenrence configuration is set,  
     28# When a reference configuration is set,  
    2929# Copy NEMO sub-directories needed (OPA_SRC, TOP_SRC ...) 
    3030# 
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Fdel_keys.sh

    r2584 r4838  
    3434# 
    3535# Add cpp keys when compiling a configuration, key list has to be enclosed with " ". 
    36 # We perform a 'sed' on the CONFIG_NAME/CPP.fcm file, contianing the list of keys.  
     36# We perform a 'sed' on the CONFIG_NAME/CPP.fcm file, containing the list of keys.  
    3737# 
    3838# EXAMPLES 
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Ffetch_extdir.sh

    r4837 r4838  
    4040# 
    4141if [ -f remote_file.list ] ; then 
    42  cat remote_file.list | 
     42 cat remote_file.list | grep -v '^#' | 
    4343  while 
    4444   read remfile locfile 
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/TOOLS/COMPILE/Fmake_WORK.sh

    r3680 r4838  
    3535# Make the WORK directory: 
    3636# 
    37 # - Create lin in NEW_CONF/WORK 
     37# - Create line in NEW_CONF/WORK 
    3838# - Use specified sub-directories previously 
    3939# - OPA has to be done first !!! 
Note: See TracChangeset for help on using the changeset viewer.