New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10084 for vendors/AGRIF/CMEMS_2020 – NEMO

Ignore:
Timestamp:
2018-09-05T11:31:24+02:00 (6 years ago)
Author:
rblod
Message:

Compilation for NESTING_AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/CMEMS_2020/AGRIF_FILES/modutil.F90

    r5656 r10084  
    3232    use Agrif_BcFunction 
    3333    use Agrif_seq 
     34    use Agrif_Link 
    3435! 
    3536    implicit none 
     
    587588#ifdef AGRIF_MPI 
    588589    else 
    589 #endif     
    590590! Continue only if the grid has defined sequences of child integrations. 
    591591    if ( .not. associated(save_grid % child_seq) ) return 
     
    610610! 
    611611    enddo 
    612 #ifdef AGRIF_MPI 
    613612    endif 
    614613#endif  
Note: See TracChangeset for help on using the changeset viewer.