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

Changeset 6525


Ignore:
Timestamp:
2016-05-12T15:10:07+02:00 (8 years ago)
Author:
drew
Message:

Commit Chris Harris original solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_sshinc_with_VVL/NEMOGCM/NEMO/OPA_SRC/DYN/sshwzv.F90

    r6524 r6525  
    129129         CALL ssh_asm_inc( kt ) 
    130130         ssha(:,:) = ssha(:,:) + z2dt * ssh_iau(:,:) 
     131! Also add heat and salt content associated with this volume change 
     132         qns(:,:) = qns(:,:) + ssh_iau(:,:) * rau0_rcp * tsn(:,:,1,jp_tem) 
     133         sfx(:,:) = sfx(:,:) + ssh_iau(:,:) * rau0     * tsn(:,:,1,jp_sal)        
    131134      ENDIF 
    132135#endif 
Note: See TracChangeset for help on using the changeset viewer.