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

    r3809 r3814  
    125125    PRINT *, 'WARNING nn not equal to ncum: ', nn, ncum
    126126    abort_message = ''
    127     CALL abort_gcm(modname, abort_message, 1)
     127    CALL abort_physic(modname, abort_message, 1)
    128128  END IF
    129129
     
    155155    PRINT *, 'WARNING nn not equal to ncum: ', nn, ncum
    156156    abort_message = ''
    157     CALL abort_gcm(modname, abort_message, 1)
     157    CALL abort_physic(modname, abort_message, 1)
    158158  END IF
    159159
Note: See TracChangeset for help on using the changeset viewer.