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 2318 for branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/Fdel_keys.sh – NEMO

Ignore:
Timestamp:
2010-10-27T15:16:55+02:00 (14 years ago)
Author:
flavoni
Message:

change script to add and remove keys for new configurations and old ones

File:
1 edited

Legend:

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

    r2302 r2318  
    2626# :: 
    2727# 
    28 #  $ Fdel_keys.sh "LIST_KEYS" 
     28#  $ Fdel_keys.sh CONFIG_NAME del_key "LIST_KEYS" 
    2929# 
    3030# 
     
    4141# :: 
    4242# 
    43 #  $ ./Fdel_keys.sh 
     43#  $ ./Fdel_keys.sh CONFIG_NAME del_key "LIST_KEYS" 
    4444# 
    4545# 
     
    6060# 
    6161#- 
    62  NEW_CONF=${x_n} 
    6362 echo "Removing keys in : ${NEW_CONF}"  
    6463 sed -e "s/${list_del_key}//"  ${CONFIG_DIR}/${NEW_CONF}/cpp_${NEW_CONF}.fcm >  ${CONFIG_DIR}/${NEW_CONF}/cpp_${NEW_CONF}.fcm.tmp 
Note: See TracChangeset for help on using the changeset viewer.