Changeset 1186 for LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/initdynav_p.F
- Timestamp:
- Jun 18, 2009, 11:20:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/initdynav_p.F
r1114 r1186 1 1 ! 2 ! $ Header$2 ! $Id$ 3 3 ! 4 c5 c6 4 subroutine initdynav_p(infile,day0,anne0,tstep,t_ops,t_wrt,fileid) 7 5 6 #ifdef CPP_IOIPSL 7 ! This routine needs IOIPSL 8 8 USE IOIPSL 9 #endif 9 10 use parallel 10 11 use Write_field … … 50 51 #include "description.h" 51 52 #include "serre.h" 53 #include "iniprint.h" 52 54 53 55 C Arguments … … 57 59 real tstep, t_ops, t_wrt 58 60 integer fileid 61 62 #ifdef CPP_IOIPSL 63 ! This routine needs IOIPSL 64 C Variables locales 65 C 59 66 integer thoriid, zvertiid 60 61 C Variables locales62 C63 67 integer tau0 64 68 real zjulian … … 193 197 C 194 198 call histend(fileid) 199 #else 200 write(lunout,*)'initdynav_p: Needs IOIPSL to function' 201 #endif 202 ! #endif of #ifdef CPP_IOIPSL 195 203 return 196 204 end
Note: See TracChangeset
for help on using the changeset viewer.