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 14770 for NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/tests/ICE_ADV1D/MY_SRC/usrdef_sbc.F90 – NEMO

Ignore:
Timestamp:
2021-04-30T12:05:23+02:00 (3 years ago)
Author:
mcastril
Message:

[DiagGPU] Update with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r13747_HPC-11_mcastril_HPDAonline_DiagGPU/tests/ICE_ADV1D/MY_SRC/usrdef_sbc.F90

    r13472 r14770  
    2020   USE ice, ONLY       : at_i_b, a_i_b 
    2121   USE icethd_dh       ! for CALL ice_thd_snwblow 
     22   USE sbc_phy, ONLY : pp_cldf 
    2223   ! 
    2324   USE in_out_manager  ! I/O manager 
     
    2627   USE lib_fortran     ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)  
    2728 
     29    
    2830   IMPLICIT NONE 
    2931   PRIVATE 
     
    118120      emp_oce (:,:)   = 0._wp   ! uniform value for freshwater budget (E-P) 
    119121      qsr_oce (:,:)   = 0._wp   ! uniform value for     solar radiation 
    120       qns_oce (:,:)   = 0._wp   ! uniform value for non-solar radiation 
     122      qns_oce (:,:)   = 0._wp   ! uniform value for non-solar heat flux 
    121123 
    122124      ! ice variables 
    123125      alb_ice (:,:,:) = 0.7_wp  ! useless 
    124126      qsr_ice (:,:,:) = 0._wp   ! uniform value for     solar radiation 
    125       qns_ice (:,:,:) = 0._wp   ! uniform value for non-solar radiation 
     127      qns_ice (:,:,:) = 0._wp   ! uniform value for non-solar heat flux 
     128      dqns_ice(:,:,:) = 0._wp   ! uniform value for non solar heat flux sensitivity for ice 
    126129      sprecip (:,:)   = 0._wp   ! uniform value for snow precip 
    127130      evap_ice(:,:,:) = 0._wp   ! uniform value for sublimation 
Note: See TracChangeset for help on using the changeset viewer.