Changeset 5101 for LMDZ6/branches/Amaury_dev/libf/dyn3d/integrd.F
- Timestamp:
- Jul 23, 2024, 8:22:55 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/integrd.F
r5099 r5101 7 7 & ) 8 8 9 use control_mod, only: planet_type9 use control_mod, ONLY: planet_type 10 10 use comconst_mod, only: pi 11 11 USE logic_mod, ONLY: leapf … … 106 106 write(lunout,*) " lon = ",rlonv(i)*180./pi, " deg", 107 107 & " lat = ",rlatu(j)*180./pi, " deg" 108 callabort_gcm("integrd", "", 1)108 CALL abort_gcm("integrd", "", 1) 109 109 ENDIF 110 110 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.