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 9348 – NEMO

Changeset 9348


Ignore:
Timestamp:
2018-02-23T10:41:29+01:00 (6 years ago)
Author:
dancopsey
Message:

Moved USE cpl_rnf_1d as it conflicted with GO6 package branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_new_runoff_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r9313 r9348  
    2828#endif 
    2929   USE par_oce                      ! ocean parameters 
     30   USE cpl_rnf_1d, ONLY: nn_cpl_river, runoff_id   ! Variables used in 1D river outflow 
    3031   USE dom_oce                      ! ocean space and time domain 
    3132   USE in_out_manager               ! I/O manager 
    3233   USE lbclnk                       ! ocean lateral boundary conditions (or mpp link) 
    33    USE cpl_rnf_1d, ONLY: nn_cpl_river, runoff_id   ! Variables used in 1D river outflow 
    3434 
    3535   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.