Changeset 2604 for trunk/LMDZ.COMMON
- Timestamp:
- Jan 7, 2022, 9:24:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/infotrac.F90
r2468 r2604 267 267 !! ----------------------------------------------------------------------- 268 268 ELSE 269 WRITE(lunout,*) 'Problem in opening traceur.def' 270 WRITE(lunout,*) 'ATTENTION using defaut values: nqtrue=1' 271 nqtrue=1 ! Defaut value 269 WRITE(lunout,*) trim(modname),' : Failed opening file traceur.def' 270 CALL abort_gcm(modname,"file traceur.def not found!",1) 272 271 END IF 273 272
Note: See TracChangeset
for help on using the changeset viewer.