Changeset 1222 for LMDZ4/branches/LMDZ4-dev/libf/bibio
- Timestamp:
- Aug 7, 2009, 1:48:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/bibio/writehist.F
r1114 r1222 1 1 ! 2 ! $ Header$2 ! $Id$ 3 3 ! 4 4 subroutine writehist( histid, histvid, time, vcov, 5 5 , ucov,teta,phi,q,masse,ps,phis) 6 6 7 #ifdef CPP_IOIPSL 7 8 USE ioipsl 9 #endif 8 10 USE infotrac, ONLY : nqtot, ttext 9 11 implicit none … … 46 48 #include "description.h" 47 49 #include "serre.h" 50 #include "iniprint.h" 48 51 49 52 C … … 60 63 61 64 65 #ifdef CPP_IOIPSL 66 ! This routine needs IOIPSL to work 62 67 C Variables locales 63 68 C … … 124 129 call histsync(histvid) 125 130 endif 131 #else 132 ! tell the user this routine should be run with ioipsl 133 write(lunout,*)"writehist: Warning this routine should not be", 134 & " used without ioipsl" 135 #endif 136 ! of #ifdef CPP_IOIPSL 126 137 return 127 138 end
Note: See TracChangeset
for help on using the changeset viewer.