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/condsurf.F90

    r1999 r2408  
    66  USE mod_phys_lmdz_para
    77  USE indice_sol_mod
     8  USE time_phylmdz_mod, ONLY: annee_ref
    89  IMPLICIT NONE
    910
     
    2425  INTEGER epais(2)
    2526
    26   ! ym#include "dimensions.h"
    27   ! ym#include "dimphy.h"
    28   include "temps.h"
    2927  include "clesphys.h"
    3028
     
    5654  IF (jour<0 .OR. jour>(360-1)) THEN
    5755    PRINT *, 'Le jour demande n est pas correct: ', jour
    58     CALL abort_gcm('condsurf', '', 1)
     56    CALL abort_physic('condsurf', '', 1)
    5957  END IF
    6058
     
    7674    PRINT *, ' trouve pas sur les ', nannemax, ' annees a partir de '
    7775    PRINT *, ' l annee de debut', annee_ref
    78     CALL abort_gcm('condsurf', '', 1)
     76    CALL abort_physic('condsurf', '', 1)
    7977
    8078100 CONTINUE
     
    9694      WRITE (6, *) '       l an 2000 )  ,  n existe  pas !  '
    9795      WRITE (6, *) ' ierr = ', ierr
    98       CALL abort_gcm('condsurf', '', 1)
     96      CALL abort_physic('condsurf', '', 1)
    9997    END IF
    10098    ! DO k = 1, jour
     
    109107    ierr = nf_inq_varid(nid, 'BILS', nvarid)
    110108    IF (ierr/=nf_noerr) THEN
    111       CALL abort_gcm('cond_surf', 'Le champ <BILS> est absent', 1)
     109      CALL abort_physic('cond_surf', 'Le champ <BILS> est absent', 1)
    112110    END IF
    113111    PRINT *, 'debut,epais', debut, epais, 'jour,jourvrai', jour, jourvrai
     
    118116#endif
    119117    IF (ierr/=nf_noerr) THEN
    120       CALL abort_gcm('condsurf', 'Lecture echouee pour <BILS>', 1)
     118      CALL abort_physic('condsurf', 'Lecture echouee pour <BILS>', 1)
    121119    END IF
    122120    ! ENDDO !k = 1, jour
Note: See TracChangeset for help on using the changeset viewer.