Changeset 3780 for palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/bin
- Timestamp:
- Mar 5, 2019 11:19:45 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/bin/kpp4palm.ksh
r3458 r3780 40 40 # ----------------- 41 41 # $Id$ 42 # forkel 05. March 2019: cs_mech and set_cm 42 43 # forkel 30. Oktober 2018: Integrating contents of kp4_compress into chem_gasphase_mod.f90 43 44 # forkel 25. September 2018: Added cat for $MECH to pass mechanism name to kpp4palm … … 276 277 REAL(kind=dp) :: FAKT 277 278 279 ! CS_MECH for check of mechanism name with namelist 280 CHARACTER(LEN=30) :: CS_MECH 278 281 #ENDINLINE 279 282 EOF … … 285 288 EOF 286 289 290 # Store mechanism name for cs_mech 291 cat >> set_cm << EOF 292 293 ! Set cs_mech for check with mechanism name from namelist 294 cs_mech = '$MECH' 295 EOF 296 287 297 # Run kpp 288 298
Note: See TracChangeset
for help on using the changeset viewer.