- Timestamp:
- Mar 28, 2019 3:04:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/templates/module_header
r3820 r3833 56 56 !SAVE ! NOTE: OCCURS AGAIN IN AUTOMATICALLY GENERATED CODE ... 57 57 58 ! PUBLIC :: IERR_NAMES 58 ! Public variables 59 PUBLIC :: atol 60 PUBLIC :: cs_mech 61 PUBLIC :: eqn_names 62 PUBLIC :: fakt 63 PUBLIC :: nmaxfixsteps 64 PUBLIC :: nphot 65 PUBLIC :: nreact 66 PUBLIC :: nspec 67 PUBLIC :: nvar 68 PUBLIC :: qvap 69 PUBLIC :: phot 70 PUBLIC :: phot_names 71 PUBLIC :: rconst 72 PUBLIC :: rtol 73 PUBLIC :: spc_names 74 PUBLIC :: temp 75 PUBLIC :: vl_dim !< PUBLIC to enable other modules to distiguish between scalar and vec 59 76 60 ! PUBLIC :: SPC_NAMES, EQN_NAMES, EQN_TAGS, REQ_HET, REQ_AEROSOL, REQ_PHOTRAT & 61 ! , REQ_MCFCT, IP_MAX, jname 62 63 PUBLIC :: cs_mech 64 PUBLIC :: eqn_names, phot_names, spc_names 65 PUBLIC :: nmaxfixsteps 66 PUBLIC :: atol, rtol 67 PUBLIC :: nspec, nreact 68 PUBLIC :: temp 69 PUBLIC :: qvap 70 PUBLIC :: fakt 71 PUBLIC :: phot 72 PUBLIC :: rconst 73 PUBLIC :: nvar 74 PUBLIC :: nphot 75 PUBLIC :: vl_dim ! Public to ebable other modules to distiguish between scalar and vec 76 77 PUBLIC :: Initialize, Integrate, Update_rconst 77 ! Public routines 78 78 PUBLIC :: chem_gasphase_integrate 79 PUBLIC :: get_mechanism_name 80 PUBLIC :: Initialize 79 81 PUBLIC :: initialize_kpp_ctrl 80 PUBLIC :: get_mechanism_name 82 PUBLIC :: Integrate 83 PUBLIC :: Update_rconst 81 84 82 85 ! END OF MODULE HEADER TEMPLATE
Note: See TracChangeset
for help on using the changeset viewer.