Changeset 2311 for LMDZ5/trunk/libf/phylmd/oasis.F90
- Timestamp:
- Jun 25, 2015, 9:45:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/oasis.F90
r2054 r2311 99 99 USE wxios, ONLY : wxios_context_init 100 100 #endif 101 101 USE print_control_mod, ONLY: lunout 102 102 103 103 INCLUDE "dimensions.h" 104 INCLUDE "iniprint.h"105 104 106 105 ! Local variables … … 218 217 IF (ierror .NE. PRISM_Ok) THEN 219 218 abort_message=' Probleme init dans prism_init_comp ' 220 CALL abort_ gcm(modname,abort_message,1)219 CALL abort_physic(modname,abort_message,1) 221 220 ELSE 222 221 WRITE(lunout,*) 'inicma : init psmile ok ' … … 240 239 IF (ierror .NE. PRISM_Ok) THEN 241 240 abort_message=' Probleme dans prism_def_partition ' 242 CALL abort_ gcm(modname,abort_message,1)241 CALL abort_physic(modname,abort_message,1) 243 242 ELSE 244 243 WRITE(lunout,*) 'inicma : decomposition domaine psmile ok ' … … 268 267 inforecv(jf)%name 269 268 abort_message=' Problem in call to prism_def_var_proto for fields to receive' 270 CALL abort_ gcm(modname,abort_message,1)269 CALL abort_physic(modname,abort_message,1) 271 270 ENDIF 272 271 ENDIF … … 286 285 infosend(jf)%name 287 286 abort_message=' Problem in call to prism_def_var_proto for fields to send' 288 CALL abort_ gcm(modname,abort_message,1)287 CALL abort_physic(modname,abort_message,1) 289 288 ENDIF 290 289 ENDIF … … 297 296 IF (ierror .NE. PRISM_Ok) THEN 298 297 abort_message=' Problem in call to prism_endef_proto' 299 CALL abort_ gcm(modname,abort_message,1)298 CALL abort_physic(modname,abort_message,1) 300 299 ELSE 301 300 WRITE(lunout,*) 'inicma : endef psmile ok ' … … 320 319 !====================================================================== 321 320 ! 321 USE print_control_mod, ONLY: lunout 322 322 INCLUDE "dimensions.h" 323 INCLUDE "iniprint.h"324 323 ! Input arguments 325 324 !************************************************************************************ … … 362 361 WRITE (lunout,*) 'Error with receiving filed : ', inforecv(i)%name, ktime 363 362 abort_message=' Problem in prism_get_proto ' 364 CALL abort_ gcm(modname,abort_message,1)363 CALL abort_physic(modname,abort_message,1) 365 364 ENDIF 366 365 ENDIF … … 382 381 ! 383 382 ! 383 USE print_control_mod, ONLY: lunout 384 384 INCLUDE "dimensions.h" 385 INCLUDE "iniprint.h"386 385 ! Input arguments 387 386 !************************************************************************************ … … 444 443 WRITE (lunout,*) 'Error with sending field :', infosend(i)%name, ktime 445 444 abort_message=' Problem in prism_put_proto ' 446 CALL abort_ gcm(modname,abort_message,1)445 CALL abort_physic(modname,abort_message,1) 447 446 ENDIF 448 447 ENDIF … … 459 458 IF (ierror .NE. PRISM_Ok) THEN 460 459 abort_message=' Problem in prism_terminate_proto ' 461 CALL abort_ gcm(modname,abort_message,1)460 CALL abort_physic(modname,abort_message,1) 462 461 ENDIF 463 462 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.