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 5605 for branches/NERC/dev_r5589_marine_glacier_termini/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2015-07-16T20:05:07+02:00 (9 years ago)
Author:
mathiot
Message:

Marine glacier termini: initial commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_marine_glacier_termini/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r5436 r5605  
    2323   USE sbc_oce         ! surface boundary condition: ocean 
    2424   USE sbcisf          ! ice shelf variable (fwfisf) 
     25   USE traicw          ! ice shelf variable (fwfisf) 
    2526   USE dynspg_oce      ! surface pressure gradient variables 
    2627   USE phycst          ! physical constants 
     
    457458      ELSE 
    458459         zssh_frc(:,:) = zraur * z1_2 * (  emp(:,:) + emp_b(:,:) - rnf(:,:) - rnf_b(:,:)   & 
    459                 &                        + rdivisf * ( fwfisf(:,:) + fwfisf_b(:,:) )       ) 
     460                &                        + rdivisf * ( fwfisf(:,:) + fwfisf_b(:,:) )       & 
     461                                         - qtot(:,:) - qtot_b(:,:)                         ) 
    460462      ENDIF 
    461463#if defined key_asminc 
Note: See TracChangeset for help on using the changeset viewer.