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 13065 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DOM/domhgr.F90 – NEMO

Ignore:
Timestamp:
2020-06-08T18:11:57+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: toward AGRIF compatibility, see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/DOM/domhgr.F90

    r12807 r13065  
    8989      ENDIF 
    9090      ! 
    91       ! 
    9291      IF( ln_read_cfg ) THEN        !==  read in mesh_mask.nc file  ==! 
     92         ! 
    9393         IF(lwp) WRITE(numout,*) 
    9494         IF(lwp) WRITE(numout,*) '   ==>>>   read horizontal mesh in ', TRIM( cn_domcfg ), ' file' 
     
    113113         ! 
    114114      ENDIF 
    115       ! 
    116115      !                             !==  Coriolis parameter  ==!   (if necessary) 
    117116      ! 
     
    127126         ENDIF 
    128127      ENDIF 
    129  
    130128      ! 
    131129      !                             !==  associated horizontal metrics  ==! 
     
    151149      e2_e1u(:,:) = e2u(:,:) / e1u(:,:) 
    152150      e1_e2v(:,:) = e1v(:,:) / e2v(:,:) 
    153       ! 
    154151      ! 
    155152      IF( ln_timing )   CALL timing_stop('dom_hgr') 
Note: See TracChangeset for help on using the changeset viewer.