Changeset 2604 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Jan 7, 2022, 9:24:18 AM (3 years ago)
Author:
emillour
Message:

Common dynamics:
Update "infotrac_init": stop with an error message if file traceur.def is
not found (rather than make the assumption that the model is running
with a dummy tracer)
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d_common/infotrac.F90

    r2468 r2604  
    267267!! -----------------------------------------------------------------------
    268268       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)
    272271       END IF
    273272
Note: See TracChangeset for help on using the changeset viewer.