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 13997 – NEMO

Changeset 13997


Ignore:
Timestamp:
2020-12-02T14:50:05+01:00 (3 years ago)
Author:
laurent
Message:

Fix to access z0 without "Cdn_oce" in "ABL/ablmod.F90"!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/ABL/ablmod.F90

    r13995 r13997  
    139139      END_2D 
    140140 
    141       zrough(:,:) = z0_from_Cd( ght_abl(2), pCd_du(:,:) / MAX( pwndm(:,:), 0.5_wp ) ! #LB: z0_from_Cd is define in sbc_phy.F90... 
     141      zrough(:,:) = z0_from_Cd( ght_abl(2), pCd_du(:,:) / MAX( pwndm(:,:), 0.5_wp ) ) ! #LB: z0_from_Cd is define in sbc_phy.F90... 
    142142          
    143143      ! 
Note: See TracChangeset for help on using the changeset viewer.