Ignore:
Timestamp:
Jun 23, 2023, 4:10:41 PM (12 months ago)
Author:
Laurent Fairhead
Message:

Merged trunk revisions from r4443 to r4582 (HEAD) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/libf/dynphy_lonlat/calfis_loc.F

    r4056 r4584  
    262262          write(lunout,*) '  ngridmx  jjm   iim   '
    263263          write(lunout,*) ngridmx,jjm,iim
    264           STOP
     264          call abort_gcm("calfis_loc", "", 1)
    265265        ENDIF
    266266c$OMP MASTER
     
    12181218
    12191219#else
    1220       write(lunout,*)
    1221      & "calfis_p: for now can only work with parallel physics"
    1222       stop
     1220      call abort_gcm("calfis_loc",
     1221     & "calfis_p: for now can only work with parallel physics", 1)
    12231222#endif
    12241223! of #ifdef CPP_PHYS
Note: See TracChangeset for help on using the changeset viewer.