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 2494 for branches/nemo_v3_3_beta/NEMOGCM/SETTE/all_functions.sh – NEMO

Ignore:
Timestamp:
2010-12-20T15:45:25+01:00 (14 years ago)
Author:
flavoni
Message:

add README to use sette utility, and small enhancements, see ticket #752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/SETTE/all_functions.sh

    r2359 r2494  
    2626# :: 
    2727# 
    28 #  $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME NUMBER_PROC 
     28#  $ ./set_namelist.sh INPUT_NAMELIST VARIABLE VALUE  
    2929# 
    3030# 
     
    3535# Simple job for SET TESTS for NEMO (SETTE) 
    3636 
     37# function superegrep 
     38# input variable value 
     39 
    3740# function set_namelist 
    38 # input variable value 
     41# input namelist_name variable value 
    3942# output namelist 
    4043 
     
    4447    } 
    4548 
    46 # USAGE : if you want to add a string with " : ./test var_name \"new_value\" 
     49usage=" Usage : set_namelist input_namelist variable_name value" 
     50usage=" if value is a string ths is neede syntax : ./set_namelist namelist_name var_name \"new_value\" 
     51 
    4752# function to set namelists parameters 
    4853set_namelist () { 
Note: See TracChangeset for help on using the changeset viewer.