Re: DAY Number in an Year
- From: Paul Van Delst <Paul.vanDelst@xxxxxxxx>
- Date: Thu, 29 Sep 2005 11:32:58 -0400
prasad413in@xxxxxxxxx wrote:
Hello, I am a Newbie to Fortran. I need to write a simple routine in which current year and day Number in an Year, like today is 272nd day in this year are known. I need to write routine such that count starts from which starts from 336th day in 2004 and it goes on.
Apologies in advance, but I found your question a little confusing. What exactly do you want? What are your inputs to your routine, and what exactly are your required outputs?
cheers,
paulv
I tried like
YEAR = 2004 C Condition should be like it should return the Current Year...
IF(DAY_NO .GT. 365) THEN CURRENT_YEAR = YEAR+1 ?????????? It should be a real time run..
Thanks
-- Paul van Delst CIMSS @ NOAA/NCEP/EMC .
- Follow-Ups:
- Re: DAY Number in an Year
- From: prasad413in
- Re: DAY Number in an Year
- References:
- DAY Number in an Year
- From: prasad413in
- DAY Number in an Year
- Prev by Date: Re: NEWBIE QUESTION
- Next by Date: Re: NEWBIE QUESTION
- Previous by thread: Re: DAY Number in an Year
- Next by thread: Re: DAY Number in an Year
- Index(es):
Relevant Pages
|