Changeset 2311 for LMDZ5/trunk/libf/phylmd/cv3a_compress.F90
- Timestamp:
- Jun 25, 2015, 9:45:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cv3a_compress.F90
r2259 r2311 154 154 PRINT *, 'WARNING nn not equal to ncum: ', nn, ncum 155 155 abort_message = '' 156 CALL abort_ gcm(modname, abort_message, 1)156 CALL abort_physic(modname, abort_message, 1) 157 157 END IF 158 158 … … 185 185 PRINT *, 'WARNING nn not equal to ncum: ', nn, ncum 186 186 abort_message = '' 187 CALL abort_ gcm(modname, abort_message, 1)187 CALL abort_physic(modname, abort_message, 1) 188 188 END IF 189 189 !
Note: See TracChangeset
for help on using the changeset viewer.