Changeset 5116 for LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotrac_mod.F90
- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotrac_mod.F90
r5099 r5116 472 472 izone=izone_lat+(izone_pres-1)*nzone_lat 473 473 strtrac(izone) = 't'//TRIM(int2str(izone_pres))//TRIM(int2str(izone_lat)) 474 write(*,*) 'izone_pres, izone_lat, izone, strtrac = ',izone_pres, izone_lat, izone, strtrac(izone)474 WRITE(*,*) 'izone_pres, izone_lat, izone, strtrac = ',izone_pres, izone_lat, izone, strtrac(izone) 475 475 END DO 476 476 END DO
Note: See TracChangeset
for help on using the changeset viewer.