Ignore:
Timestamp:
Sep 25, 2024, 1:34:49 PM (3 weeks ago)
Author:
abarral
Message:

Merge r5217

Location:
LMDZ6/branches/Amaury_dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev

  • LMDZ6/branches/Amaury_dev/libf/phylmd/pbl_surface_mod.F90

    r5179 r5231  
    226226
    227227    ALLOCATE(xtsnow(niso,klon,nbsrf), stat=ierr)
    228     IF (ierr /= 0) CALL abort_gcm('pbl_surface_init', 'pb in allocation',1)
     228    IF (ierr /= 0) CALL abort_physic('pbl_surface_init', 'pb in allocation',1)
    229229
    230230    ALLOCATE(Rland_ice(niso,klon), stat=ierr)
    231     IF (ierr /= 0) CALL abort_gcm('pbl_surface_init', 'pb in allocation',1)
     231    IF (ierr /= 0) CALL abort_physic('pbl_surface_init', 'pb in allocation',1)
    232232
    233233    ALLOCATE(Roce(niso,klon), stat=ierr)
    234     IF (ierr /= 0) CALL abort_gcm('pbl_surface_init', 'pb in allocation',1)
     234    IF (ierr /= 0) CALL abort_physic('pbl_surface_init', 'pb in allocation',1)
    235235
    236236    xtsnow(:,:,:)  = xtsnow_rst(:,:,:)
     
    22522252      ELSE IF (iflag_split >= 1) THEN
    22532253#ifdef ISO
    2254         CALL abort_gcm('pbl_surface_mod 2149','isos pas encore dans iflag_split=1',1)
     2254        CALL abort_physic('pbl_surface_mod 2149','isos pas encore dans iflag_split=1',1)
    22552255#endif
    22562256
     
    27352735      IF (iflag_split >= 1) THEN
    27362736#ifdef ISO
    2737         CALL abort_gcm('pbl_surface_mod 2607','isos pas encore dans iflag_split=1',1)
     2737        CALL abort_physic('pbl_surface_mod 2607','isos pas encore dans iflag_split=1',1)
    27382738#endif
    27392739
Note: See TracChangeset for help on using the changeset viewer.