Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/limit_slab.F90

    r2220 r2408  
    44
    55  USE dimphy
    6   USE mod_grid_phy_lmdz
     6  USE mod_grid_phy_lmdz, ONLY: klon_glo
    77  USE mod_phys_lmdz_para
    88  USE netcdf
     
    1111  IMPLICIT NONE
    1212
    13   INCLUDE "temps.h"
    1413  INCLUDE "clesphys.h"
    15   INCLUDE "dimensions.h"
    1614
    1715! In- and ouput arguments
     
    113111!****************************************************************************************
    114112        ierr = NF90_CLOSE(nid)
    115         IF (ierr /= NF90_NOERR) CALL abort_gcm(modname,'Pb when closing file', 1)
     113        IF (ierr /= NF90_NOERR) CALL abort_physic(modname,'Pb when closing file', 1)
    116114        END IF ! Read File
    117115        IF (read_sst) THEN
     
    133131     IF (.NOT. ALLOCATED(bils_save)) THEN
    134132        ALLOCATE(bils_save(klon), diff_sst_save(klon), diff_siv_save(klon), stat=ierr)
    135         IF (ierr /= 0) CALL abort_gcm('limit_slab', 'pb in allocation',1)
     133        IF (ierr /= 0) CALL abort_physic('limit_slab', 'pb in allocation',1)
    136134     END IF
    137135
Note: See TracChangeset for help on using the changeset viewer.