Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/condsurf.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/condsurf.F90
r1999 r2408 6 6 USE mod_phys_lmdz_para 7 7 USE indice_sol_mod 8 USE time_phylmdz_mod, ONLY: annee_ref 8 9 IMPLICIT NONE 9 10 … … 24 25 INTEGER epais(2) 25 26 26 ! ym#include "dimensions.h"27 ! ym#include "dimphy.h"28 include "temps.h"29 27 include "clesphys.h" 30 28 … … 56 54 IF (jour<0 .OR. jour>(360-1)) THEN 57 55 PRINT *, 'Le jour demande n est pas correct: ', jour 58 CALL abort_ gcm('condsurf', '', 1)56 CALL abort_physic('condsurf', '', 1) 59 57 END IF 60 58 … … 76 74 PRINT *, ' trouve pas sur les ', nannemax, ' annees a partir de ' 77 75 PRINT *, ' l annee de debut', annee_ref 78 CALL abort_ gcm('condsurf', '', 1)76 CALL abort_physic('condsurf', '', 1) 79 77 80 78 100 CONTINUE … … 96 94 WRITE (6, *) ' l an 2000 ) , n existe pas ! ' 97 95 WRITE (6, *) ' ierr = ', ierr 98 CALL abort_ gcm('condsurf', '', 1)96 CALL abort_physic('condsurf', '', 1) 99 97 END IF 100 98 ! DO k = 1, jour … … 109 107 ierr = nf_inq_varid(nid, 'BILS', nvarid) 110 108 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) 112 110 END IF 113 111 PRINT *, 'debut,epais', debut, epais, 'jour,jourvrai', jour, jourvrai … … 118 116 #endif 119 117 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) 121 119 END IF 122 120 ! ENDDO !k = 1, jour
Note: See TracChangeset
for help on using the changeset viewer.