Changeset 3738
- Timestamp:
- Feb 12, 2019 5:00:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r3737 r3738 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Clean-up debug prints 30 ! 31 ! 3737 2019-02-12 16:57:06Z suehring 29 32 ! Enable mesoscale offline nesting for chemistry variables as well as 30 33 ! initialization of chemistry via dynamic input file. … … 1412 1415 ! TRIM(chem_species(lsp)%name) 1413 1416 IF (av == 0) THEN 1414 write(9,*) "before", TRIM(chem_species(lsp)%name), fill_value1415 flush(9)1416 1417 DO i = nxl, nxr 1417 1418 DO j = nys, nyn 1418 1419 DO k = nzb_do, nzt_do 1419 ! write(9,*) k, j, i1420 ! flush(9)1421 ! write(9) chem_species(lsp)%conc(k,j,i)1422 ! flush(9)1423 ! write(9) "fill", fill_value1424 ! flush(9)1425 1420 local_pf(i,j,k) = MERGE( & 1426 1421 chem_species(lsp)%conc(k,j,i), &
Note: See TracChangeset
for help on using the changeset viewer.