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 9264 for branches/UKMO/dev_r5518_new_runoff_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_rnf_1d.F90 – NEMO

Ignore:
Timestamp:
2018-01-19T11:33:48+01:00 (6 years ago)
Author:
dancopsey
Message:

Added option to turn off coupling of old river runoff coupling and just use the new one.

File:
1 edited

Legend:

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

    r9242 r9264  
    164164         WRITE(numout,*)' narea = ', narea 
    165165         WRITE(numout,*)' kstep = ', kstep 
    166          WRITE(numout,*)' River runoff of river number 1 is ', runoff_1d(1) 
    167          WRITE(numout,*)' River runoff of river number 10 is ', runoff_1d(10) 
     166         WRITE(numout,*)' River runoff = ', runoff_1d(1:10) 
    168167         WRITE(numout,*)' kinfo = ', kinfo 
    169168         WRITE(numout,*)' llaction = ', llaction 
Note: See TracChangeset for help on using the changeset viewer.