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 10404 for NEMO/trunk/src/OCE/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2018-12-18T10:05:53+01:00 (5 years ago)
Author:
smasson
Message:

trunk: compatibility with oasis3-mct v4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/SBC/sbccpl.F90

    r10068 r10404  
    16671667         zsprecip(:,:) = frcv(jpr_ievp)%z3(:,:,1) - frcv(jpr_semp)%z3(:,:,1) 
    16681668         ztprecip(:,:) = frcv(jpr_semp)%z3(:,:,1) - frcv(jpr_sbpr)%z3(:,:,1) + zsprecip(:,:) 
     1669      CASE( 'none'      )       ! Not available as for now: needs additional coding below when computing zevap_oce  
     1670      !                         ! since fields received are not defined with none option 
     1671         CALL ctl_stop( 'STOP', 'sbccpl/sbc_cpl_ice_flx: some fields are not defined. Change sn_rcv_emp value in namelist namsbc_cpl' ) 
    16691672      END SELECT 
    16701673 
     
    19431946            &            / (  1.- ( alb_oce_mix(:,:  ) * ziceld(:,:)       & 
    19441947            &                     + palbi      (:,:,1) * picefr(:,:) ) ) 
     1948      CASE( 'none'      )       ! Not available as for now: needs additional coding   
     1949      !                         ! since fields received, here zqsr_tot,  are not defined with none option 
     1950         CALL ctl_stop( 'STOP', 'sbccpl/sbc_cpl_ice_flx: some fields are not defined. Change sn_rcv_qsr value in namelist namsbc_cpl' ) 
    19451951      END SELECT 
    19461952      IF( ln_dm2dc .AND. ln_cpl ) THEN   ! modify qsr to include the diurnal cycle 
Note: See TracChangeset for help on using the changeset viewer.