Changeset 13242
- Timestamp:
- 2020-07-03T17:33:16+02:00 (3 years ago)
- Location:
- NEMO/trunk/tests/CPL_OASIS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/tests/CPL_OASIS/README.md
r12663 r13242 31 31 ## Building the CPL_OASIS test case 32 32 * 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: 34 34 ``` 35 35 ./makenemo -a CPL_OASIS -n MYCPL_OASIS -m "your arch file" -
NEMO/trunk/tests/CPL_OASIS/gen_report.sh
r12663 r13242 16 16 ## 17 17 # RUNDIR = directory where the test case is executed: contains all outputs 18 RUNDIR= /gpfswork/rech/omr/romr001/OUT/CPLTESTCASE/2020-03-3112081618 RUNDIR=`pwd` 19 19 # NB_NEMO_IT = expected total number of NEMO iterations 20 20 NB_NEMO_IT=160 -
NEMO/trunk/tests/CPL_OASIS/job_run_CPL_TESTCASE
r12663 r13242 13 13 ################################### 14 14 ## 15 ## Go tosubmission directory15 ## CONFIG_DIR is submission directory 16 16 ## 17 cd ${SLURM_SUBMIT_DIR} 17 CONFIG_DIR=${SLURM_SUBMIT_DIR} 18 # 19 cd ${CONFIG_DIR} 18 20 pwd 19 CONFIG_DIR=${SLURM_SUBMIT_DIR}20 21 ## 21 22 ## Define and create execution directory and move there … … 51 52 ## 52 53 cp $CONFIG_DIR/nemo nemo.exe || exit 5 53 cp $TOYATM_DIR/../toyatm.exe . || exit 5 54 cp $TOYATM_DIR/toyatm.exe . || exit 5 55 ## 56 ## Get script generating summary report 57 cp $CONFIG_DIR/gen_report.sh . 54 58 55 59 echo "DIR BEFORE EXEC" … … 77 81 date 78 82 pwd 83 ## 84 ## simple report generator for the test case 85 ## 86 ./gen_report.sh | tee CPL_OASIS_results 87 88 89 cat CPL_OASIS_results 90 ## Copy Summary of results back into submission directory 91 cp CPL_OASIS_results ${CONFIG_DIR}
Note: See TracChangeset
for help on using the changeset viewer.