Changeset 3543


Ignore:
Timestamp:
Jul 5, 2019, 12:32:13 PM (5 years ago)
Author:
yann meurdesoif
Message:

Create etat0 limit for unstructured case.

Missing STOP.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/create_etat0_limit_unstruct.F90

    r3532 r3543  
    8888                abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine'
    8989                CALL abort_physic(modname,abort_message,0)
     90                STOP 0
    9091              ENDIF
    9192!$OMP BARRIER
     
    108109              abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine'
    109110              CALL abort_physic(modname,abort_message,0)
     111              STOP 0
    110112          ENDIF
    111113        ENDIF
Note: See TracChangeset for help on using the changeset viewer.