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

Ignore:
Timestamp:
2019-01-16T17:49:45+01:00 (5 years ago)
Author:
clem
Message:

change some more names in the ice

File:
1 edited

Legend:

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

    r10425 r10534  
    20122012      !                                                      !      Transmitted Qsr      !   [W/m2] 
    20132013      !                                                      ! ========================= ! 
    2014       SELECT CASE( nice_jules ) 
    2015       CASE( np_jules_OFF    )       !==  No Jules coupler  ==! 
     2014      IF( .NOT.ln_cndflx ) THEN                              !==  No conduction flux as surface forcing  ==! 
    20162015         ! 
    20172016         !                    ! ===> used prescribed cloud fraction representative for polar oceans in summer (0.81) 
     
    20222021         WHERE( phi(:,:,:) <= 0.1_wp )   qtr_ice_top(:,:,:) = qsr_ice(:,:,:)   ! thin ice transmits all solar radiation 
    20232022         !      
    2024       CASE( np_jules_ACTIVE )       !==  Jules coupler is active  ==! 
     2023      ELSEIF( ln_cndflx .AND. .NOT.ln_cndemulate ) THEN      !==  conduction flux as surface forcing  ==! 
    20252024         ! 
    20262025         !                    ! ===> here we must receive the qtr_ice_top array from the coupler 
     
    20282027         qtr_ice_top(:,:,:) = 0._wp 
    20292028         ! 
    2030       END SELECT 
     2029      ENDIF 
    20312030      ! 
    20322031#endif 
Note: See TracChangeset for help on using the changeset viewer.