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 6824 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90 – NEMO

Ignore:
Timestamp:
2016-07-28T15:36:29+02:00 (8 years ago)
Author:
clem
Message:

update from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r6763 r6824  
    225225      IF( MOD( kt - 1, nn_fsbc ) == 0 )   THEN 
    226226         qlw_ice(:,:,1)   = sf(jp_qlw)%fnow(:,:,1)  
    227          qsr_ice(:,:,1)   = sf(jp_qsr)%fnow(:,:,1) 
     227         IF( ln_dm2dc ) THEN  ;  qsr_ice(:,:,1) = sbc_dcy(sf(jp_qsr)%fnow(:,:,1) ) 
     228         ELSE                 ;  qsr_ice(:,:,1) = sf(jp_qsr)%fnow(:,:,1) 
     229         ENDIF   
    228230         tatm_ice(:,:)    = sf(jp_tair)%fnow(:,:,1)          
    229231         qatm_ice(:,:)    = sf(jp_humi)%fnow(:,:,1) 
Note: See TracChangeset for help on using the changeset viewer.