#!/bin/ksh #************************************************************** # Contact: Foujols_ipsl.jussieu.fr # Modified by Marie-Alice Foujols # $Date$ # $Author$ # $Revision$ # IPSL (2009) # This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC # #************************************************************** #------------------------------------------------------------ # to put_out the result of IGCM_Patch_20091116_ncks_ncra.ksh #------------------------------------------------------------ function IGCM_Patch_20091119_put_out { IGCM_debug_PushStack "IGCM_Patch_put_out" $@ ncdump -h $@ IGCM_debug_PopStack "IGCM_Patch_put_out" }