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 7282 for branches/2016/dev_CNRS_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90 – NEMO

Ignore:
Timestamp:
2016-11-21T12:13:57+01:00 (7 years ago)
Author:
flavoni
Message:

update CNRS 2016 to trunk revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90

    r7280 r7282  
    281281      IF( MOD( kt - 1, nn_fsbc ) == 0 )   THEN 
    282282         qlw_ice(:,:,1)   = sf(jp_qlw )%fnow(:,:,1) 
    283          qsr_ice(:,:,1)   = sf(jp_qsr )%fnow(:,:,1) 
     283         IF( ln_dm2dc ) THEN ; qsr_ice(:,:,1) = sbc_dcy( sf(jp_qsr)%fnow(:,:,1) ) 
     284         ELSE                ; qsr_ice(:,:,1) =          sf(jp_qsr)%fnow(:,:,1)  
     285         ENDIF  
    284286         tatm_ice(:,:)    = sf(jp_tair)%fnow(:,:,1) 
    285287         qatm_ice(:,:)    = sf(jp_humi)%fnow(:,:,1) 
Note: See TracChangeset for help on using the changeset viewer.