source: trunk/libIGCM/libIGCM_post/IGCM_Patch_20091119_put_out.ksh @ 198

Last change on this file since 198 was 198, checked in by mafoipsl, 15 years ago

IGCM_Patch_20091116_ncks_ncra.ksh IGCM_Patch_20091119_put_out.ksh added for CPL post-treatment

  • Property svn:executable set to *
File size: 731 bytes
Line 
1#!/bin/ksh
2
3#**************************************************************
4# Author: Martial Mancip
5# Contact: Martial.Mancip_ipsl.jussieu.fr
6# Modified by Marie-Alice Foujols
7# $Date: $
8# $Author: mmaipsl $
9# $Revision: $
10# IPSL (2006)
11#  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC
12#
13#**************************************************************
14
15#------------------------------------------------------------
16# ncks CPL files for 1D frequency, ncra for 1M averaged files
17#------------------------------------------------------------
18
19function IGCM_Patch_20091119_put_out {
20    IGCM_debug_PushStack "IGCM_Patch_put_out" $@
21
22       ncdump -h $@
23
24    IGCM_debug_PopStack "IGCM_Patch_put_out"
25}
Note: See TracBrowser for help on using the repository browser.