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 13242 for NEMO/trunk/tests/CPL_OASIS – NEMO

Ignore:
Timestamp:
2020-07-03T17:33:16+02:00 (4 years ago)
Author:
clevy
Message:

Update vlaidation script and READN for CPL_OASIS test case, see #2379

Location:
NEMO/trunk/tests/CPL_OASIS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/CPL_OASIS/README.md

    r12663 r13242  
    3131## Building the CPL_OASIS test case 
    3232* Download and compile OASIS 
    33 * Build the NEMO executable for this CPL_OASIS test case. In your local NEMO root directory: 
     33* Build the NEMO executable for this CPL_OASIS test case. First you need to add the correct OASIS library path in your arch file in the %OASIS_HOME variable. Then, in your local NEMO root directory: 
    3434```  
    3535./makenemo -a CPL_OASIS -n MYCPL_OASIS -m "your arch file" 
  • NEMO/trunk/tests/CPL_OASIS/gen_report.sh

    r12663 r13242  
    1616## 
    1717#  RUNDIR = directory where the test case is executed: contains all outputs 
    18 RUNDIR=/gpfswork/rech/omr/romr001/OUT/CPLTESTCASE/2020-03-31120816 
     18RUNDIR=`pwd` 
    1919#  NB_NEMO_IT = expected total number of NEMO iterations 
    2020NB_NEMO_IT=160 
  • NEMO/trunk/tests/CPL_OASIS/job_run_CPL_TESTCASE

    r12663 r13242  
    1313################################### 
    1414## 
    15 ## Go to submission directory 
     15## CONFIG_DIR is submission directory 
    1616## 
    17 cd ${SLURM_SUBMIT_DIR} 
     17CONFIG_DIR=${SLURM_SUBMIT_DIR} 
     18# 
     19cd ${CONFIG_DIR} 
    1820pwd 
    19 CONFIG_DIR=${SLURM_SUBMIT_DIR} 
    2021## 
    2122## Define and create execution directory and move there 
     
    5152## 
    5253cp $CONFIG_DIR/nemo nemo.exe  || exit 5 
    53 cp $TOYATM_DIR/../toyatm.exe . || exit 5 
     54cp $TOYATM_DIR/toyatm.exe . || exit 5 
     55## 
     56## Get script generating summary report 
     57cp $CONFIG_DIR/gen_report.sh . 
    5458 
    5559echo "DIR BEFORE EXEC" 
     
    7781date 
    7882pwd 
     83## 
     84## simple report generator for the test case 
     85## 
     86./gen_report.sh | tee CPL_OASIS_results 
     87 
     88 
     89cat CPL_OASIS_results 
     90## Copy Summary of results back into submission directory 
     91cp CPL_OASIS_results ${CONFIG_DIR} 
Note: See TracChangeset for help on using the changeset viewer.