Changeset 3968 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- May 13, 2019 11:04:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r3929 r3968 25 25 ! ----------------- 26 26 ! $Id$ 27 ! replace nspec_out with n_matched_vars 28 ! 29 ! 3929 2019-04-24 12:52:08Z banzhafs 27 30 ! Reverse changes back from revision 3878: use chem_boundary_conds instead of 28 31 ! chem_boundary_conds_decycle … … 518 521 519 522 USE chem_modules, & 520 ONLY: bc_cs_t_val, chem_species, cs_name, emissions_anthropogenic, n spec_out523 ONLY: bc_cs_t_val, chem_species, cs_name, emissions_anthropogenic, n_matched_vars 521 524 522 525 USE chemistry_model_mod, & … … 1448 1451 !-- Call emission routine only once an hour 1449 1452 IF (hour_of_year .GT. hour_call_emis ) THEN 1450 CALL chem_emissions_setup( chem_emis_att, chem_emis, n spec_out)1453 CALL chem_emissions_setup( chem_emis_att, chem_emis, n_matched_vars ) 1451 1454 hour_call_emis = hour_of_year 1452 1455 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.