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 NEMO/branches/2019/fix_sette_ticket2239 – NEMO

source: NEMO/branches/2019/fix_sette_ticket2239/sette_list_avail_cfg.sh @ 11036

Last change on this file since 11036 was 10769, checked in by mathiot, 5 years ago

add script to print available cfgs, update README, add the name of COMPILER used in the report

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