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

source: utils/CI/sette_ticket2459/sette_list_avail_cfg.sh @ 13381

Last change on this file since 13381 was 12888, checked in by mathiot, 4 years ago

ticket #2459: change SPITZ12 by WED025 + minor bug fix in the sync option in SETTE

  • 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" WED025
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.