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 14143 for NEMO/trunk/src/ICE – NEMO

Changeset 14143 for NEMO/trunk/src/ICE


Ignore:
Timestamp:
2020-12-09T22:26:04+01:00 (3 years ago)
Author:
techene
Message:

#2385 add key_linssh equivalent to ln_linssh using domzr_substitute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/iceistate.F90

    r14086 r14143  
    2222   USE eosbn2         ! equation of state 
    2323# if defined key_qco 
    24    USE domqco         ! Variable volume 
     24   USE domqco         ! Quasi-Eulerian coord. 
     25# elif defined key_linssh 
     26   !                  ! Fix in time coord. 
    2527# else 
    2628   USE domvvl         ! Variable volume 
     
    424426         ! 
    425427#if defined key_qco 
    426          IF( .NOT.ln_linssh )   CALL dom_qco_zgr( Kbb, Kmm )        ! interpolation scale factor, depth and water column 
     428         IF( .NOT.ln_linssh )   CALL dom_qco_zgr( Kbb, Kmm )        ! upadte of r3=ssh/h0 ratios 
     429#elif defined key_linssh 
     430         !                                                          ! fix in time coord. : no update of vertical coord. 
    427431#else 
    428432         IF( .NOT.ln_linssh )   CALL dom_vvl_zgr( Kbb, Kmm, Kaa )   ! interpolation scale factor, depth and water column 
Note: See TracChangeset for help on using the changeset viewer.