About clmMon2clmDay

From: 辫牢盔 <rladlsdnjs88_at_nyahnyahspammersnyahnyah>
Date: Tue Jun 19 2012 - 23:01:22 MDT

hello.

I'm trying to crate a daily climatology from a monthly climatology using
the clmMpn2clmDay.

I have to consider leap year.

But returned array has the dimension as size 365 in case of clmMon2clmDay.

How do I modified the code to make the dimension as size 366?

thanks.

====================================================

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"

    begin

      fP = addfile("./amipobs_sst_360x180_1992.nc","r")

     xMon = fP->tos
     xDay = clmMon2clmDay(xMon, 0, 0)

     printVarSummary (xMon)
     printVarSummary (xDay)

     end

-- 
-- 
In-Won Kim
Intergrated Climate System Modeling Lab.
Department of Environmental Atmospheric Sciences
599-1 Daeyeon-dong, Nam-gu
Pukyong National University,
Busan, S.Korea
Tel. +82-51-629-6643
Fax +82-51-629-7991

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jun 19 23:01:33 2012

This archive was generated by hypermail 2.1.8 : Mon Jun 25 2012 - 09:57:23 MDT