Ignore:
Timestamp:
Mar 5, 2019 11:19:45 AM (6 years ago)
Author:
forkel
Message:

removed read from unit 10 in chemistry_model_mod.f90, added get_mechanismname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/bin/kpp4palm.ksh

    r3458 r3780  
    4040# -----------------
    4141# $Id$
     42# forkel   05. March 2019: cs_mech and set_cm
    4243# forkel   30. Oktober 2018: Integrating contents of kp4_compress into chem_gasphase_mod.f90
    4344# forkel   25. September 2018: Added cat for $MECH to pass mechanism name to kpp4palm
     
    276277  REAL(kind=dp) :: FAKT
    277278
     279! CS_MECH for check of mechanism name with namelist
     280  CHARACTER(LEN=30) :: CS_MECH
    278281#ENDINLINE
    279282EOF
     
    285288EOF
    286289
     290# Store mechanism name for cs_mech
     291cat  >> set_cm  <<  EOF
     292
     293! Set cs_mech for check with mechanism name from namelist
     294    cs_mech = '$MECH'
     295EOF
     296
    287297# Run kpp
    288298
Note: See TracChangeset for help on using the changeset viewer.