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 @ 12878

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

ticket 2459: upgrade ISOMIP to ISOMIP+

  • Property svn:executable set to *
File size: 494 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.