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

Changeset 4855


Ignore:
Timestamp:
2014-11-13T16:43:38+01:00 (9 years ago)
Author:
vancop
Message:

use of zqns and zqsr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_4728_CNRS04_coupled_interface/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90

    r4734 r4855  
    177177            ! --- Energy received in the lead, zqld is defined everywhere (J.m-2) --- ! 
    178178            zqld =  tms(ji,jj) * rdt_ice *                                          & 
    179                &  ( pfrld(ji,jj)        * ( zqsr(ji,jj) * oatte(ji,jj) + zqns(ji,jj) ) & 
     179               &      ( pfrld(ji,jj) * ( zqsr(ji,jj) * oatte(ji,jj) + zqns(ji,jj) ) & 
    180180               &    + ( pfrld(ji,jj)**betas - pfrld(ji,jj) ) * sprecip(ji,jj) *     & ! heat content of precip 
    181181               &      ( cpic * ( MIN( tatm_ice(ji,jj), rt0_snow ) - rtt ) - lfus )  & 
     
    212212            hfx_in(ji,jj) = hfx_in(ji,jj)                                                                                         &  
    213213               ! heat flux above the ocean 
    214                &    +             pfrld(ji,jj)   * ( qns(ji,jj) + qsr(ji,jj) )                                                    & 
     214               &    +             pfrld(ji,jj)   * ( zqns(ji,jj) + zqsr(ji,jj) )                                                  & 
    215215               ! latent heat of precip (note that precip is included in qns but not in qns_ice) 
    216216               &    +   ( 1._wp - pfrld(ji,jj) ) * sprecip(ji,jj) * ( cpic * ( MIN( tatm_ice(ji,jj), rt0_snow ) - rtt ) - lfus )  & 
     
    584584902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namicethd in configuration namelist', lwp ) 
    585585      IF(lwm) WRITE ( numoni, namicethd ) 
     586 
     587      IF( lk_cpl .AND. parsub /= 0.0 )   CALL ctl_stop( 'In coupled mode, use parsub = 0. or send dqla' ) 
    586588      ! 
    587589      IF(lwp) THEN                          ! control print 
Note: See TracChangeset for help on using the changeset viewer.