- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/limit_slab.F90
r3809 r3814 11 11 IMPLICIT NONE 12 12 13 INCLUDE "temps.h"14 13 INCLUDE "clesphys.h" 15 14 INCLUDE "dimensions.h" … … 113 112 !**************************************************************************************** 114 113 ierr = NF90_CLOSE(nid) 115 IF (ierr /= NF90_NOERR) CALL abort_ gcm(modname,'Pb when closing file', 1)114 IF (ierr /= NF90_NOERR) CALL abort_physic(modname,'Pb when closing file', 1) 116 115 END IF ! Read File 117 116 IF (read_sst) THEN … … 133 132 IF (.NOT. ALLOCATED(bils_save)) THEN 134 133 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)134 IF (ierr /= 0) CALL abort_physic('limit_slab', 'pb in allocation',1) 136 135 END IF 137 136
Note: See TracChangeset
for help on using the changeset viewer.