Skip to content

Commit

Permalink
Updated meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgSchwinger committed Aug 3, 2023
1 parent a7ad589 commit 4930ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions hamocc/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sources += files(
'mo_apply_oafx.F90',
'mo_bgcmean.F90',
'mo_biomod.F90',
'mo_boxatm.F90',
'mo_carbch.F90',
'mo_chemcon.F90',
'mo_clim_swa.F90',
Expand Down
7 changes: 4 additions & 3 deletions hamocc/mo_boxatm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,12 @@ subroutine update_boxatm(kpie,kpje,kpke,pdlxp,pdlyp,pddpo,omask)
ENDDO

IF (mnproc.eq.1) THEN
WRITE(io_stdo_bgc,*) ' '
WRITE(io_stdo_bgc,*) 'Boxatm fluxes (ppm)'
WRITE(io_stdo_bgc,*) ' co213flux_ppm: ',co213flux_ppm
WRITE(io_stdo_bgc,*) ' co214flux_ppm: ',co214flux_ppm
WRITE(io_stdo_bgc,*) ' totc14dec (ppm): ',(totc14dec*14.*1.e-12*pg2ppm*12./14.)
WRITE(io_stdo_bgc,*) ' '
WRITE(io_stdo_bgc,*) 'co213flux_ppm: ',co213flux_ppm
WRITE(io_stdo_bgc,*) 'co214flux_ppm: ',co214flux_ppm
WRITE(io_stdo_bgc,*) 'totc14dec (ppm): ',(totc14dec*14.*1.e-12*pg2ppm*12./14.)
ENDIF
#endif /* cisonew */

Expand Down

0 comments on commit 4930ba4

Please sign in to comment.