Ignore:
Timestamp:
Mar 9, 2023, 5:46:26 PM (16 months ago)
Author:
lguez
Message:

Replace stop by call to abort_physiq

File:
1 edited

Legend:

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

    r4253 r4463  
    135135    if (year_len.ne.360) then
    136136      write (*,*) year_len
    137       write (*,*) 'iniaqua: 360 day calendar is required !'
    138       stop
     137      call abort_physic("iniaqua", 'iniaqua: 360 day calendar is required !', 1)
    139138    endif
    140139
Note: See TracChangeset for help on using the changeset viewer.