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 10479 for branches/UKMO/AMM15_v3_6_STABLE_package_collate_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2019-01-09T12:22:16+01:00 (5 years ago)
Author:
jcastill
Message:

Merged branch UKMO/r6232_rnf_cplmask@9283

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r10478 r10479  
    252252         &                  sn_rcv_wdrag, sn_rcv_qns   , sn_rcv_emp   , sn_rcv_rnf  , sn_rcv_cal ,     &  
    253253         &                  sn_rcv_iceflx, sn_rcv_co2   , sn_rcv_mslp , sn_rcv_tauw ,                  &  
    254          &                  nn_cplmodel, ln_usecplmask 
     254         &                  nn_cplmodel, ln_usecplmask, ln_usernfmask 
    255255      !!--------------------------------------------------------------------- 
    256256      ! 
     
    320320         WRITE(numout,*)'  nn_cplmodel                         = ', nn_cplmodel 
    321321         WRITE(numout,*)'  ln_usecplmask                       = ', ln_usecplmask 
     322         WRITE(numout,*)'  ln_usernfmask                       = ', ln_usernfmask 
    322323      ENDIF 
    323324 
     
    458459      IF( TRIM( sn_rcv_rnf%cldes ) == 'coupled' ) THEN 
    459460         srcv(jpr_rnf)%laction = .TRUE. 
    460          l_rnfcpl              = .TRUE.                      ! -> no need to read runoffs in sbcrnf 
     461         l_rnfcpl              = .NOT. ln_usernfmask         ! -> no need to read runoffs in sbcrnf 
    461462         ln_rnf                = nn_components /= jp_iam_sas ! -> force to go through sbcrnf if not sas 
    462463         IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.