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

Last change on this file since 373 was 373, checked in by sdipsl, 14 years ago

Remove libIGCM_sys_claude.ksh and libIGCM_sys_calculo.ksh
Update/homogenize all headers usgin the new fixed-length keyword syntax regarding properties keywords
$Rev:: 13 i $: Revision of last commit
$Author:: harry $: Author of last commit
$Date:: 2006-03-15 02:33:03 -0500 (Wed, 15 Mar 2006) $: Date of last commit
Add / update original author and contact when missing

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