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 13955 for NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/src/OCE/ZDF/zdfmfc.F90 – NEMO

Ignore:
Timestamp:
2020-12-01T22:02:15+01:00 (4 years ago)
Author:
rbb
Message:

boundary condition modif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/src/OCE/ZDF/zdfmfc.F90

    r13888 r13955  
    189189      WHERE(zwpsurf .NE. 0.) zapp(:,:,1)   = MIN(MAX(0.,zedmf(:,:,1)/zwpsurf(:,:)), App_max) 
    190190 
    191       zedmf(:,:,1) = -zedmf(:,:,1) 
    192       zrwp(:,:,1)  = zwpsurf(:,:) 
    193       zrwp2(:,:,1) = zwpsurf(:,:)**2 
     191      zedmf(:,:,1) = 0._wp  
     192      zrwp (:,:,1) = 0._wp  
     193      zrwp2(:,:,1) = 0._wp 
    194194      zepsT(:,:,:) = 0.001_wp 
    195195      zepsW(:,:,:) = 0.001_wp 
Note: See TracChangeset for help on using the changeset viewer.