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 12739 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo – NEMO

Ignore:
Timestamp:
2020-04-11T15:50:50+02:00 (4 years ago)
Author:
smasson
Message:

Extra_Halo: missing 1 file in [12738], see #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OFF/dtadyn.F90

    r12738 r12739  
    372372         IF(lwp) WRITE(numout,*) ' read in the file depht over which runoffs are distributed' 
    373373         CALL iom_open ( "runoffs", inum )                           ! open file 
    374          CALL iom_get  ( inum, jpdom_data, 'rodepth', h_rnf )   ! read the river mouth array 
     374         CALL iom_get  ( inum, jpdom_global, 'rodepth', h_rnf )   ! read the river mouth array 
    375375         CALL iom_close( inum )                                        ! close file 
    376376         ! 
Note: See TracChangeset for help on using the changeset viewer.