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.
sette_list_avail_cfg.sh in utils/CI/sette_ticket1927 – NEMO

source: utils/CI/sette_ticket1927/sette_list_avail_cfg.sh @ 12456

Last change on this file since 12456 was 11161, checked in by mathiot, 5 years ago

merge fix_sette_ticket2239 : major simplification/improvement of SETTE (see README.rst for all the details), tested with the latest version of the trunk (r11160) (ticket #2239)

  • Property svn:executable set to *
File size: 493 bytes
Line 
1#!/bin/sh
2echo ''
3echo 'Reference configurations available are named :'
4printf "%-15s \n" GYRE_PISCES
5printf "%-15s \n" ORCA2_ICE_PISCES
6printf "%-15s \n" ORCA2_OFF_PISCES
7printf "%-15s \n" AMM12
8printf "%-15s \n" SAS
9printf "%-15s \n" ORCA2_ICE_OBS
10printf "%-15s \n" AGRIF
11printf "%-15s \n" SPITZ12
12echo ''
13echo 'Test cases available are named :'
14printf "%-15s \n" OVERFLOW
15printf "%-15s \n" LOCK_EXCHANGE
16printf "%-15s \n" VORTEX
17printf "%-15s \n" ICE_AGRIF
18printf "%-15s \n" ISOMIP
19echo ''
Note: See TracBrowser for help on using the repository browser.