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/sbccpl.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/sbccpl.F90

    r9242 r9264  
    402402      !                                                      ! ------------------------- ! 
    403403      srcv(jpr_rnf   )%clname = 'O_Runoff' 
    404       IF( TRIM( sn_rcv_rnf%cldes ) == 'coupled' ) THEN 
    405          srcv(jpr_rnf)%laction = .TRUE. 
     404      IF( TRIM( sn_rcv_rnf%cldes ) == 'coupled' .OR. TRIM( sn_rcv_rnf%cldes ) == 'coupled1d' ) THEN 
     405         IF( TRIM( sn_rcv_rnf%cldes ) == 'coupled' ) srcv(jpr_rnf)%laction = .TRUE. 
    406406         l_rnfcpl              = .TRUE.                      ! -> no need to read runoffs in sbcrnf 
    407407         ln_rnf                = nn_components /= jp_iam_sas ! -> force to go through sbcrnf if not sas 
Note: See TracChangeset for help on using the changeset viewer.