Skip to content

Commit

Permalink
Skip some processes when not base_bio_on
Browse files Browse the repository at this point in the history
If base_bio_on is false, we don't want to request any output from the GCM or
deal with the iron flux forcing fields
  • Loading branch information
mnlevy1981 committed Jan 29, 2024
1 parent c2bd1d0 commit bd80540
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 132 deletions.
2 changes: 1 addition & 1 deletion src/tracer/MARBL_forcing_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ subroutine MARBL_forcing_init(G, param_file, diag, day, inputdir, use_marbl, CS)
type(marbl_forcing_CS), pointer, intent(inout) :: CS !< A pointer that is set to point to control
!! structure for MARBL forcing

character(len=40) :: mdl = "MOM_forcing_type" ! This module's name.
character(len=40) :: mdl = "MARBL_forcing_mod" ! This module's name.
character(len=15) :: atm_co2_opt
character(len=200) :: err_message

Expand Down
Loading

0 comments on commit bd80540

Please sign in to comment.