Skip to content

Commit

Permalink
Merge branch 'dev/gfdl' into ke_from_GV
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft authored Jan 4, 2021
2 parents fc6d608 + 353cc63 commit a489a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_OCMIP2_CFC.F90
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function register_OCMIP2_CFC(HI, GV, param_file, CS, tr_Reg, restart_CS)
! This call sets default properties for the air-sea CFC fluxes and obtains the
! indicies for the CFC11 and CFC12 flux coupling.
call flux_init_OCMIP2_CFC(CS, verbosity=3)
if ((CS%ind_cfc_11_flux < 0) .or. (CS%ind_cfc_11_flux < 0)) then
if ((CS%ind_cfc_11_flux < 0) .or. (CS%ind_cfc_12_flux < 0)) then
! This is most likely to happen with the dummy version of aof_set_coupler_flux
! used in ocean-only runs.
call MOM_ERROR(WARNING, "CFCs are currently only set up to be run in " // &
Expand Down

0 comments on commit a489a13

Please sign in to comment.