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

Changeset 802


Ignore:
Timestamp:
2008-01-31T10:40:42+01:00 (16 years ago)
Author:
ctlod
Message:

use (:,:) instead of (ji,jj) in the computation of p_qla(:,:) field, see ticket:#57

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r758 r802  
    428428!CDIR COLLAPSE 
    429429      p_qla(:,:) = rhoa * Ls  * Cice * z_wnds_t(:,:)   &                                    ! Latent Heat 
    430          &       * (  11637800. * EXP( -5897.8 / pst(:,:) ) / rhoa - sf(jp_humi)%fnow(ji,jj)  ) 
     430         &       * (  11637800. * EXP( -5897.8 / pst(:,:) ) / rhoa - sf(jp_humi)%fnow(:,:)  ) 
    431431       
    432432      ! Latent heat sensitivity for ice (Dqla/Dt) 
Note: See TracChangeset for help on using the changeset viewer.