Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/cdrag.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/cdrag.F90
r2298 r2408 9 9 USE dimphy 10 10 USE indice_sol_mod 11 USE print_control_mod, ONLY: lunout 11 12 IMPLICIT NONE 12 13 ! ================================================================= c … … 98 99 ! INCLUDE "indicesol.h" 99 100 INCLUDE "clesphys.h" 100 INCLUDE "iniprint.h"101 101 ! 102 102 ! Quelques constantes et options: … … 143 143 WRITE(lunout,*)" The negative q1 is set to zero " 144 144 ! abort_message="voir ci-dessus" 145 ! CALL abort_ gcm(modname,abort_message,1)145 ! CALL abort_physic(modname,abort_message,1) 146 146 ENDIF 147 147 IF (ng_qsurf.GT.0) THEN … … 150 150 WRITE(lunout,*)" The negative qsurf is set to zero " 151 151 ! abort_message="voir ci-dessus" 152 ! CALL abort_ gcm(modname,abort_message,1)152 ! CALL abort_physic(modname,abort_message,1) 153 153 ENDIF 154 154
Note: See TracChangeset
for help on using the changeset viewer.