source: BOL/LMDZ_Setup/post_season.sh @ 5550

Last change on this file since 5550 was 5550, checked in by fhourdin, 3 days ago

LMDZ_Setup post processing

File size: 72 bytes
Line 
1#!/bin/bash
2
3sims="NPv6.3"
4for s in $sims ; do ./seasonal.sh $s ; done
5
Note: See TracBrowser for help on using the repository browser.