- Timestamp:
- Nov 21, 2019, 4:43:45 PM (5 years ago)
- Location:
- LMDZ6/branches/Ocean_skin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin
-
LMDZ6/branches/Ocean_skin/libf/phylmd/acama_gwd_rando_m.F90
-
Property
svn:keywords
set to
Id
r3198 r3605 1 ! 2 ! $Id$ 3 ! 1 4 module ACAMA_GWD_rando_m 2 5 … … 120 123 !$OMP THREADPRIVATE(firstcall,gwd_reproductibilite_mpiomp) 121 124 122 CHARACTER (LEN=20) :: modname=' flott_gwd_rando'125 CHARACTER (LEN=20) :: modname='acama_gwd_rando_m' 123 126 CHARACTER (LEN=80) :: abort_message 124 127 … … 208 211 209 212 IF(DELTAT < DTIME)THEN 210 PRINT *, 'flott_gwd_rando: deltat < dtime!' 211 STOP 1 213 ! PRINT *, 'flott_gwd_rando: deltat < dtime!' 214 ! STOP 1 215 abort_message=' deltat < dtime! ' 216 CALL abort_physic(modname,abort_message,1) 212 217 ENDIF 213 218 214 219 IF (KLEV < NW) THEN 215 PRINT *, 'flott_gwd_rando: you will have problem with random numbers' 216 STOP 1 220 ! PRINT *, 'flott_gwd_rando: you will have problem with random numbers' 221 ! STOP 1 222 abort_message=' you will have problem with random numbers' 223 CALL abort_physic(modname,abort_message,1) 217 224 ENDIF 218 225 -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.