Skip to content
Snippets Groups Projects
Commit ed1013bc authored by Clement Rousset's avatar Clement Rousset
Browse files

Merge branch '158-no-reading-of-dust-file-in-pisces-sediment-module' into 'branch_4.2'

Resolve "No reading of dust file in PISCES sediment module"

See merge request !230
parents a4cda397 05159d0c
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ CONTAINS
ENDIF
END IF
ll_bc = ( ln_trcbc .AND. lltrcbc ) .OR. ln_hydrofe .OR. ln_ironsed .OR. ln_ironice
ll_bc = ( ln_trcbc .AND. lltrcbc ) .OR. ln_hydrofe .OR. ln_ironsed .OR. ln_ironice .OR. ln_sediment
ll_dust = ln_trc_sbc(jpfer) .OR. ln_trc_sbc(jppo4) .OR. ln_trc_sbc(jpsil) .OR. ln_sediment
ll_ndepo = ln_trc_sbc(jpno3) .OR. ln_trc_sbc(jpnh4)
ll_river = ln_trc_cbc(jpno3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment