Changeset 1180
- Timestamp:
- Jun 15, 2009, 5:02:19 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4-dev/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3d/infotrac.F90
r1179 r1180 295 295 296 296 297 WRITE(lunout,*) 'Information stored in dimtrac :'297 WRITE(lunout,*) 'Information stored in infotrac :' 298 298 WRITE(lunout,*) 'iadv niadv tname ttext :' 299 299 DO iq=1,nqtot … … 306 306 ! 307 307 DO iq=1,nqtot 308 IF (iadv(iq)/=10 .AND. iadv(iq)/=14 ) THEN308 IF (iadv(iq)/=10 .AND. iadv(iq)/=14 .AND. iadv(iq)/=0) THEN 309 309 WRITE(lunout,*)'STOP : The option iadv=',iadv(iq),' is not tested in this version of LMDZ' 310 310 CALL abort_gcm('infotrac_init','In this version only iadv=10 and iadv=14 is tested!',1) -
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/infotrac.F90
r1179 r1180 295 295 296 296 297 WRITE(lunout,*) 'Information stored in dimtrac :'297 WRITE(lunout,*) 'Information stored in infotrac :' 298 298 WRITE(lunout,*) 'iadv niadv tname ttext :' 299 299 DO iq=1,nqtot … … 306 306 ! 307 307 DO iq=1,nqtot 308 IF (iadv(iq)/=10 .AND. iadv(iq)/=14 ) THEN308 IF (iadv(iq)/=10 .AND. iadv(iq)/=14 .AND. iadv(iq)/=0) THEN 309 309 WRITE(lunout,*)'STOP : The option iadv=',iadv(iq),' is not tested in this version of LMDZ' 310 310 CALL abort_gcm('infotrac_init','In this version only iadv=10 and iadv=14 is tested!',1)
Note: See TracChangeset
for help on using the changeset viewer.