Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix string count number #242

Merged
merged 1 commit into from
Feb 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hamocc/aufw_bgc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ SUBROUTINE AUFW_BGC(kpie,kpje,kpke,ntr,ntrbgc,itrbgc,trc, &
& rmissing,62,io_stdo_bgc)

CALL NETCDF_DEF_VARDB(ncid,6,'satoxy',3,ncdimst,ncvarid, &
& 9,'mol/kg',9 ,'Saturated oxygen', &
& 6,'mol/kg',16 ,'Saturated oxygen', &
& rmissing,63,io_stdo_bgc)

#ifdef natDIC
Expand Down Expand Up @@ -638,7 +638,7 @@ SUBROUTINE AUFW_BGC(kpie,kpje,kpke,ntr,ntrbgc,itrbgc,trc, &
& rmissing,72,io_stdo_bgc)

CALL NETCDF_DEF_VARDB(ncid,6,'ssster',3,ncdimst,ncvarid, &
& 9,'kg/m**3',25,'Sediment accumulated clay', &
& 7,'kg/m**3',25,'Sediment accumulated clay', &
& rmissing,73,io_stdo_bgc)

CALL NETCDF_DEF_VARDB(ncid,6,'powaic',3,ncdimst,ncvarid, &
Expand Down Expand Up @@ -730,7 +730,7 @@ SUBROUTINE AUFW_BGC(kpie,kpje,kpke,ntr,ntrbgc,itrbgc,trc, &
& rmissing,92,io_stdo_bgc)

CALL NETCDF_DEF_VARDB(ncid,8,'bur_clay',3,ncdimst,ncvarid, &
& 9,'kg/m**2',20,'Burial layer of clay', &
& 7,'kg/m**2',20,'Burial layer of clay', &
& rmissing,93,io_stdo_bgc)

#endif /* sedbypass */
Expand Down