source: tags/libIGCM_v1_5/libIGCM_post/IGCM_Patch_20091119_put_out.ksh @ 1137

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

Change contact name

  • Property svn:executable set to *
File size: 699 bytes
Line 
1#!/bin/ksh
2
3#**************************************************************
4# Contact: Foujols_ipsl.jussieu.fr
5# Modified by Marie-Alice Foujols
6# $Date: $
7# $Author: mafoipsl $
8# $Revision: $
9# IPSL (2009)
10#  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC
11#
12#**************************************************************
13
14#------------------------------------------------------------
15# to put_out the result of IGCM_Patch_20091116_ncks_ncra.ksh
16#------------------------------------------------------------
17
18function IGCM_Patch_20091119_put_out {
19    IGCM_debug_PushStack "IGCM_Patch_put_out" $@
20
21       ncdump -h $@
22
23    IGCM_debug_PopStack "IGCM_Patch_put_out"
24}
Note: See TracBrowser for help on using the repository browser.