Definition at line 74 of file MOM_coms.F90.
◆ efp_assign()
subroutine mom_coms::assignment(=)::efp_assign |
( |
type(efp_type), intent(out) |
EFP1, |
|
|
type(efp_type), intent(in) |
EFP2 |
|
) |
| |
|
private |
Definition at line 571 of file MOM_coms.F90.
571 type(efp_type),
intent(out) :: efp1
572 type(efp_type),
intent(in) :: efp2
578 do i=1,ni ; efp1%v(i) = efp2%v(i) ;
enddo
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