Changeset 3893 for trunk/LMDZ.GENERIC/libf/aeronostd/writediagspecUV.F
- Timestamp:
- Aug 13, 2025, 7:53:49 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/aeronostd/writediagspecUV.F
r3725 r3893 108 108 write(*,*) " firstnom string not long enough!!" 109 109 write(*,*) " increase its size to at least ",len_trim(nom) 110 stop 110 call abort_physic("writediagspecUV", 111 & "firstnom string not long enough",1) 111 112 endif 112 113 … … 307 308 write(*,*) "***** with ",nom 308 309 write(*,*) 'ierr=', ierr 309 call abort 310 call abort_physic("writediagspecUV","PUT_VAR problem", 1) 310 311 endif 311 312
Note: See TracChangeset
for help on using the changeset viewer.
