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 2545 for trunk/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2011-01-10T17:48:53+01:00 (14 years ago)
Author:
flavoni
Message:

improved READE and SETTE.pdf for SETTE, add small debug, see ticket #752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/sette.sh

    r2539 r2545  
    2929# DESCRIPTION 
    3030# =========== 
     31# 
     32# principal script is sette.sh, that calls  
     33# 
     34#  makenemo  
     35# 
     36#   creates the exectuable in ${CONFIG_NAME}/BLD/bin/nemo.exe  
     37# 
     38#   (and its link opa in ${CONFIG_NAME}/EXP00) 
     39# 
     40#  param.cfg : sets and loads following directories 
     41# 
     42#   Executing directory (EXE_DIR) 
     43# 
     44#   Forcing files storing (FORCING_DIR) 
     45# 
     46#   Input files storing (INPUT_DIR) 
     47# 
     48#   Temporary directory (if needed) (TMPDIR) 
     49# 
     50#   Output files storing (OUTPUT_DIR) 
     51# 
     52#   (note: this file is the same for all configrations to be tested with sette) 
     53# 
     54#  all_functions.sh : loads functions used by sette (note: new functions can added here) 
     55# 
     56#  set_namelist : function declared in all_functions that set namelist parameters for tests 
     57# 
     58#  fcm_job.sh  
     59# 
     60#   runs job and saves output files (ocean.output, solver.stat, grid_files, restart, ice_evolu, ftrace.out) 
     61#  
     62#   (note this job needs to have an input_CONFIG.cfg in which found tar input file) 
     63# 
     64#   (note other files can be saved adding at the end of fcm_job list of saved files) 
     65#  
     66#  NOTE: if job is not launched for some problems you have executable ready in ${CONFIG_NAME}/EXP00 directory 
     67# 
     68#  at the end the directory ${CONFIG_NAME}/EXP00/VALIDATION is created 
     69# 
     70#  and output files, solver.stat, ocean.output are put in ${CONFIG_NAME}/EXP00/VALIDATION directory 
     71# 
     72#  and restart files and changed namelists are leaved in ${CONFIG_NAME}/EXP00 directory 
     73#  
     74#  in ${SETTE_DIR} is created output.sette with the echo of commands run 
     75# 
     76#  if sette.sh is stopped in output.sette there is written the last command executed by sette.sh 
     77# 
     78#  if you run: ./sette.sh 2>&1 | tee out.sette 
     79# 
     80#  in ${SETTE_DIR} out.sette is redirected standard error & standard output 
    3181# 
    3282# 
Note: See TracChangeset for help on using the changeset viewer.