Ignore:
Timestamp:
Apr 15, 2015, 6:49:07 PM (10 years ago)
Author:
ymipsl
Message:

remove all dynamic dependency in LMDZ physics except for the include "dimensions.h"

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/oasis.F90

    r3809 r3814  
    218218       IF (ierror .NE. PRISM_Ok) THEN
    219219          abort_message=' Probleme init dans prism_init_comp '
    220           CALL abort_gcm(modname,abort_message,1)
     220          CALL abort_physic(modname,abort_message,1)
    221221       ELSE
    222222          WRITE(lunout,*) 'inicma : init psmile ok '
     
    240240    IF (ierror .NE. PRISM_Ok) THEN
    241241       abort_message=' Probleme dans prism_def_partition '
    242        CALL abort_gcm(modname,abort_message,1)
     242       CALL abort_physic(modname,abort_message,1)
    243243    ELSE
    244244       WRITE(lunout,*) 'inicma : decomposition domaine psmile ok '
     
    268268                  inforecv(jf)%name
    269269             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)
    271271          ENDIF
    272272       ENDIF
     
    286286                  infosend(jf)%name
    287287             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)
    289289          ENDIF
    290290       ENDIF
     
    297297    IF (ierror .NE. PRISM_Ok) THEN
    298298       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)
    300300    ELSE
    301301       WRITE(lunout,*) 'inicma : endef psmile ok '
     
    362362              WRITE (lunout,*)  'Error with receiving filed : ', inforecv(i)%name, ktime   
    363363              abort_message=' Problem in prism_get_proto '
    364               CALL abort_gcm(modname,abort_message,1)
     364              CALL abort_physic(modname,abort_message,1)
    365365          ENDIF
    366366      ENDIF
     
    444444              WRITE (lunout,*) 'Error with sending field :', infosend(i)%name, ktime   
    445445              abort_message=' Problem in prism_put_proto '
    446               CALL abort_gcm(modname,abort_message,1)
     446              CALL abort_physic(modname,abort_message,1)
    447447          ENDIF
    448448      ENDIF
     
    459459          IF (ierror .NE. PRISM_Ok) THEN
    460460             abort_message=' Problem in prism_terminate_proto '
    461              CALL abort_gcm(modname,abort_message,1)
     461             CALL abort_physic(modname,abort_message,1)
    462462          ENDIF
    463463       ENDIF
Note: See TracChangeset for help on using the changeset viewer.