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 9156 for branches/UKMO/dev_r5518_new_runoff_coupling/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-12-21T16:25:13+01:00 (6 years ago)
Author:
dancopsey
Message:

Load river numbers from netcdf file in new cpl_rnf_init routine.

File:
1 edited

Legend:

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

    r8163 r9156  
    5353   USE bdydta          ! open boundary cond. setting   (bdy_dta_init routine) 
    5454   USE bdytides        ! open boundary cond. setting   (bdytide_init routine) 
     55   USE cpl_rnf         ! Runoff in coupled models      (cpl_rnf_init routine) 
    5556   USE istate          ! initial state setting          (istate_init routine) 
    5657   USE ldfdyn          ! lateral viscosity setting      (ldfdyn_init routine) 
     
    397398      IF( lk_bdy .AND. lk_tide )   & 
    398399         &                  CALL bdytide_init   ! Open boundaries initialisation of tidal harmonic forcing 
     400                            CALL cpl_rnf_init   ! Runoff in coupled model 
    399401 
    400402                            CALL dyn_nept_init  ! simplified form of Neptune effect 
Note: See TracChangeset for help on using the changeset viewer.