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 14870 for utils/CI/sette_ticket2673/sette.sh – NEMO

Ignore:
Timestamp:
2021-05-16T16:54:58+02:00 (3 years ago)
Author:
acc
Message:

Branch: sette_ticket2673. More tweaks. Added a few more features and aligned the utility scripts with the new directory structure. Each experiment directory in the NEMO_VALIDATION_DIR now gets a sette_config file recording the settings used to run the test. They now also get copies of the *namelist*_cfg files which can be useful for cross-checking. sette_list_avail_rev.sh now accepts the -v subdir option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket2673/sette.sh

    r14867 r14870  
    11#!/bin/sh 
    22# initialise user dependent variable 
    3 cmd=$0 ; cmdargs=$@ 
     3export cmd=$0 ; export cmdargs=$@ 
    44SETTE_DIR=$(cd $(dirname "$0"); pwd) 
    55MAIN_DIR=$(dirname $SETTE_DIR) 
Note: See TracChangeset for help on using the changeset viewer.