/[MITgcm]/MITgcm/pkg/fizhi/fizhi_write_datetime.F
ViewVC logotype

Contents of /MITgcm/pkg/fizhi/fizhi_write_datetime.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Oct 22 14:52:14 2004 UTC (19 years, 8 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57e_post, checkpoint57g_pre, checkpoint56c_post, checkpoint57f_pre, checkpoint57a_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57f_post, checkpoint57c_post, checkpoint57h_pre, checkpoint57h_post, checkpoint56a_post
Changes since 1.1: +3 -2 lines
Change myTime from integer to real (_RL), change pressure0 calculation in ini_fixed
(Little bugs.....)

1 C $Header: /u/gcmpack/MITgcm/pkg/fizhi/fizhi_write_datetime.F,v 1.1 2004/09/30 19:37:54 molod Exp $
2 C $Name: $
3
4 #include "FIZHI_OPTIONS.h"
5
6 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
7 CBOP 0
8 C !INTERFACE:
9 SUBROUTINE FIZHI_WRITE_DATETIME( myTime, myIter, myThid )
10
11 C !DESCRIPTION:
12 C Write Fizhi date and time to ascii file
13
14 implicit none
15
16 #include "chronos.h"
17
18 C !INPUT PARAMETERS:
19 integer myIter, myThid
20 _RL myTime
21 CEOP
22
23 integer ku
24
25 if( myThid.eq.1) then
26 C Write Supplemental Ascii File with Current Time Info
27 open(10,file='datetime',form='formatted')
28 write(10,1000)nymd,nhms
29 print *,' Writing datetime file: NYMD = ',nymd,' NHMS = ',nhms
30 close (10)
31 endif
32 1000 format(i8,2x,i6)
33
34 return
35 end

  ViewVC Help
Powered by ViewVC 1.1.22