Changeset 5160 for LMDZ6/branches/Amaury_dev/libf/dyn3dmem/mod_hallo.F90
- Timestamp:
- Aug 3, 2024, 2:56:58 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/mod_hallo.F90
r5159 r5160 146 146 IF (Buffer_pos(Index_pos) + Size>MaxBufferSize_Used) MaxBufferSize_Used = Buffer_pos(Index_pos) + Size 147 147 IF (Buffer_pos(Index_pos) + Size>MaxBufferSize) THEN 148 print*, 'STOP :: La taille de MaxBufferSize dans mod_hallo.F90 est trop petite !!!!'148 PRINT *, 'STOP :: La taille de MaxBufferSize dans mod_hallo.F90 est trop petite !!!!' 149 149 CALL abort_gcm("mod_hallo", "stopped", 1) 150 150 endif 151 151 152 152 IF (Index_pos>=ListSize) THEN 153 print*, 'STOP :: La taille de ListSize dans mod_hallo.F90 est trop petite !!!!'153 PRINT *, 'STOP :: La taille de ListSize dans mod_hallo.F90 est trop petite !!!!' 154 154 CALL abort_gcm("mod_hallo", "stopped", 1) 155 155 endif
Note: See TracChangeset
for help on using the changeset viewer.