source: tags/libIGCM_v1_8-old/libIGCM_post/IGCM_Patch_20091119_put_out.ksh

Last change on this file was 257, checked in by sdipsl, 14 years ago
  • Add mercure-new : libIGCM_sys_mercure.ksh
  • SX9 use mercure-new for post-processing
  • Few feature missing on mercure-new dmget not yet install for example
  • Properly reset all svn:keywords feature
  • Bugfix in libIGCM_post.ksh when RebuildFromArchive? was false
  • Bugfix in IGCM_Patch_20090317_histcomFillvalue.ksh when renaming _Fillvalue we now just add missing_value to be retro-compatible
  • Some more comments
  • Property svn:executable set to *
  • Property svn:keywords set to Date Author Revision
File size: 684 bytes
Line 
1#!/bin/ksh
2
3#**************************************************************
4# Contact: Foujols_ipsl.jussieu.fr
5# Modified by Marie-Alice Foujols
6# $Date$
7# $Author$
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.