Definition at line 72 of file MOM_coms.F90.
◆ efp_plus()
type(efp_type) function mom_coms::operator(+)::efp_plus |
( |
type(efp_type), intent(in) |
EFP1, |
|
|
type(efp_type), intent(in) |
EFP2 |
|
) |
| |
|
private |
Definition at line 552 of file MOM_coms.F90.
552 type(efp_type) :: efp_plus
553 type(efp_type),
intent(in) :: efp1, efp2
557 call increment_ints(efp_plus%v(:), efp2%v(:))
The documentation for this interface was generated from the following file:
- /home/adcroft/GitHub/workspace/Gaea-stats-MOM6-examples/MOM6-examples/src/MOM6/src/framework/MOM_coms.F90