Changeset 3814 for dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/oasis.F90
- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/oasis.F90
r3809 r3814 218 218 IF (ierror .NE. PRISM_Ok) THEN 219 219 abort_message=' Probleme init dans prism_init_comp ' 220 CALL abort_ gcm(modname,abort_message,1)220 CALL abort_physic(modname,abort_message,1) 221 221 ELSE 222 222 WRITE(lunout,*) 'inicma : init psmile ok ' … … 240 240 IF (ierror .NE. PRISM_Ok) THEN 241 241 abort_message=' Probleme dans prism_def_partition ' 242 CALL abort_ gcm(modname,abort_message,1)242 CALL abort_physic(modname,abort_message,1) 243 243 ELSE 244 244 WRITE(lunout,*) 'inicma : decomposition domaine psmile ok ' … … 268 268 inforecv(jf)%name 269 269 abort_message=' Problem in call to prism_def_var_proto for fields to receive' 270 CALL abort_ gcm(modname,abort_message,1)270 CALL abort_physic(modname,abort_message,1) 271 271 ENDIF 272 272 ENDIF … … 286 286 infosend(jf)%name 287 287 abort_message=' Problem in call to prism_def_var_proto for fields to send' 288 CALL abort_ gcm(modname,abort_message,1)288 CALL abort_physic(modname,abort_message,1) 289 289 ENDIF 290 290 ENDIF … … 297 297 IF (ierror .NE. PRISM_Ok) THEN 298 298 abort_message=' Problem in call to prism_endef_proto' 299 CALL abort_ gcm(modname,abort_message,1)299 CALL abort_physic(modname,abort_message,1) 300 300 ELSE 301 301 WRITE(lunout,*) 'inicma : endef psmile ok ' … … 362 362 WRITE (lunout,*) 'Error with receiving filed : ', inforecv(i)%name, ktime 363 363 abort_message=' Problem in prism_get_proto ' 364 CALL abort_ gcm(modname,abort_message,1)364 CALL abort_physic(modname,abort_message,1) 365 365 ENDIF 366 366 ENDIF … … 444 444 WRITE (lunout,*) 'Error with sending field :', infosend(i)%name, ktime 445 445 abort_message=' Problem in prism_put_proto ' 446 CALL abort_ gcm(modname,abort_message,1)446 CALL abort_physic(modname,abort_message,1) 447 447 ENDIF 448 448 ENDIF … … 459 459 IF (ierror .NE. PRISM_Ok) THEN 460 460 abort_message=' Problem in prism_terminate_proto ' 461 CALL abort_ gcm(modname,abort_message,1)461 CALL abort_physic(modname,abort_message,1) 462 462 ENDIF 463 463 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.