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 3012 – NEMO

Changeset 3012


Ignore:
Timestamp:
2011-10-27T15:06:58+02:00 (12 years ago)
Author:
flavoni
Message:

update SETTE

Location:
branches/2011/dev_r2855_LOCEAN7_SETTE/NEMOGCM/SETTE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2855_LOCEAN7_SETTE/NEMOGCM/SETTE/README

    r2890 r3012  
    4040               INPUT_DIR         : directory in which store input files (tar file) 
    4141               TMPDIR            : temporary directory NEEDED ONLY FOR IBM machines (put EXP00 directory) 
    42           NEMO_VALIDATION_DIR : directory in which create NEMO_VALIDATION tree, and store restart, solver.stat and ocean.output files in 
     42          NEMO_VALIDATION_DIR : directory in which create NEMO_VALIDATION tree, and store restart, solver.stat, tracer.stat and ocean.output files in 
    4343                            tree NEMO_VALIDATION_DIR/WCONFIG_NAME/WCOMPILER_NAME/TEST_NAME/REVISION_NUMBER(or DATE) 
    4444 in fcm_job.sh : 
  • branches/2011/dev_r2855_LOCEAN7_SETTE/NEMOGCM/SETTE/all_functions.sh

    r2890 r3012  
    189189    fi 
    190190    # Save output & debug files in NEMO_VALIDATION tree 
    191     echo "saving ocean & ice output, solver.stat files ...." >> ${SETTE_DIR}/output.sette 
     191    echo "saving ocean & ice output, solver.stat, tracer.stat files ...." >> ${SETTE_DIR}/output.sette 
    192192    echo "            " >> ${SETTE_DIR}/output.sette 
    193193    [ -f ${EXE_DIR}/*ocean.output ] && cp ${EXE_DIR}/*ocean.output ${NEMO_VALID}/. 
    194194    [ -f ${EXE_DIR}/*solver.stat ] && cp ${EXE_DIR}/*solver.stat ${NEMO_VALID}/. 
     195    [ -f ${EXE_DIR}/*tracer.stat ] && cp ${EXE_DIR}/*tracer.stat ${NEMO_VALID}/. 
    195196    if [ -n "$(ls ${NEMO_VALID}/*solver*)" ] ; then 
    196197   echo "moved solver.stat in ${NEMO_VALID} directory"  >> ${SETTE_DIR}/output.sette 
     
    207208   echo "ocean.output IS NOT in ${NEMO_VALID} directory"  
    208209    fi 
     210    if [ -n "$(ls ${NEMO_VALID}/*tracer.stat*)" ] ; then 
     211        echo "moved tracer.stat in ${NEMO_VALID} directory"  >> ${SETTE_DIR}/output.sette 
     212        echo "moved tracer.stat in ${NEMO_VALID} directory" 
     213    else 
     214        echo "problem in looking for tracer.stat file in ${NEMO_VALID} directory"  >> ${SETTE_DIR}/output.sette 
     215        echo "tracer.stat IS NOT in ${NEMO_VALID} directory" 
     216    fi 
    209217} 
  • branches/2011/dev_r2855_LOCEAN7_SETTE/NEMOGCM/SETTE/fcm_job.sh

    r2890 r3012  
    4040#   run in batch (MPI_INTERACT="no") or interactive (MPI_INTERACT="yes") see sette.sh and BATCH_TEMPLATE directory 
    4141# 
    42 #   and call post_test_tidyup function (that moves in NEMO_VALIDATION_DIR solver.stat & ocean.output) 
     42#   and call post_test_tidyup function (that moves in NEMO_VALIDATION_DIR solver.stat, tracer.stat (for LOBSTER & PISCES) & ocean.output) 
    4343# 
    4444# EXAMPLES 
Note: See TracChangeset for help on using the changeset viewer.