Changeset 1937
- Timestamp:
- Jan 20, 2014, 4:31:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_mod.F90
r1920 r1937 515 515 ! 516 516 il=len_trim(str) 517 WRITE(lunout,*)ipos,il 517 WRITE(lunout,*) "ipos = ", ipos 518 WRITE(lunout,*) "il = ", il 519 if (ipos == 0) call abort_gcm("convers_timesteps", "bad str", 1) 518 520 read(str(1:ipos),*) ttt 519 521 WRITE(lunout,*)ttt
Note: See TracChangeset
for help on using the changeset viewer.