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

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

Change contact name

  • Property svn:executable set to *
File size: 699 bytes
RevLine 
[198]1#!/bin/ksh
2
3#**************************************************************
[199]4# Contact: Foujols_ipsl.jussieu.fr
[198]5# Modified by Marie-Alice Foujols
6# $Date: $
[199]7# $Author: mafoipsl $
[198]8# $Revision: $
[199]9# IPSL (2009)
[198]10#  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC
11#
12#**************************************************************
13
14#------------------------------------------------------------
[199]15# to put_out the result of IGCM_Patch_20091116_ncks_ncra.ksh
[198]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.