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 6920 for branches/UKMO/dev_r5518_GO6_package_MEDUSA_extra_CMIP6_diags – NEMO

Ignore:
Timestamp:
2016-09-06T18:12:25+02:00 (8 years ago)
Author:
malcolmroberts
Message:

Added fix from UKMO/dev_r5518_GO6_package@6912 to temporarily fix bug in
coupling in ticket #1766

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_MEDUSA_extra_CMIP6_diags/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r6731 r6920  
    19211921#else 
    19221922      ! clem: this formulation is certainly wrong... but better than it was... 
     1923 
    19231924      zqns_tot(:,:) = zqns_tot(:,:)                       &            ! zqns_tot update over free ocean with: 
    1924          &          - ztmp(:,:)                           &            ! remove the latent heat flux of solid precip. melting 
     1925         &          - (p_frld(:,:) * zsprecip(:,:) * lfus)  &          ! remove the latent heat flux of solid precip. melting 
    19251926         &          - (  zemp_tot(:,:)                    &            ! remove the heat content of mass flux (assumed to be at SST) 
    19261927         &             - zemp_ice(:,:) * zicefr(:,:)  ) * zcptn(:,:)  
Note: See TracChangeset for help on using the changeset viewer.