Changeset 4938 for LMDZ6


Ignore:
Timestamp:
May 8, 2024, 6:05:04 PM (11 days ago)
Author:
Laurent Fairhead
Message:

Fix to remove spurrious error messages when creating ICOLMDZ start files.
Needs work so that proper termination of the code is handled by icosa_lmdz rather than LMDZ physics

File:
1 edited

Legend:

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

    r4620 r4938  
    8383                CALL MPI_Finalize(ierr)
    8484                abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine'
    85                 CALL abort_physic(modname,abort_message,0)
     85                write(lunout,*) abort_message
     86                STOP 0
     87!                CALL abort_physic(modname,abort_message,0)
    8688              ENDIF
    8789!$OMP BARRIER
Note: See TracChangeset for help on using the changeset viewer.