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/inifis.F90

    r3809 r3814  
    6060    PRINT *, 'klev   = ', klev
    6161    abort_message = ''
    62     CALL abort_gcm(modname, abort_message, 1)
     62    CALL abort_physic(modname, abort_message, 1)
    6363  END IF
    6464
     
    6969    PRINT *, 'klon   = ', klon
    7070    abort_message = ''
    71     CALL abort_gcm(modname, abort_message, 1)
     71    CALL abort_physic(modname, abort_message, 1)
    7272  END IF
    7373
     
    7676    &                                                         &
    7777    &        et surf.def'
    78   CALL abort_gcm(modname, abort_message, 1)
     78  CALL abort_physic(modname, abort_message, 1)
    7979
    8080END SUBROUTINE inifis
Note: See TracChangeset for help on using the changeset viewer.