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 873 for trunk/NEMO/OPA_SRC – NEMO

Changeset 873 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2008-04-01T10:29:35+02:00 (16 years ago)
Author:
ctlod
Message:

Bound the latent heat flux over sea-ice to avoid negative values (CLIO bulk), see ticket:#98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flxblk.F90

    r833 r873  
    663663 
    664664      ! total non solar heat flux over ice 
    665       qnsr_ice(:,:,:) = zqlw_ice(:,:,:) - zqsb_ice(:,:,:) - zqla_ice(:,:,:) 
     665      qnsr_ice(:,:,:) = zqlw_ice(:,:,:) - zqsb_ice(:,:,:) - qla_ice(:,:,:) 
    666666      ! total non solar heat flux over water  
    667667      qnsr_oce(:,:) = zqlw_oce(:,:) - zqsb_oce(:,:) - zqla_oce(:,:) 
Note: See TracChangeset for help on using the changeset viewer.