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 14200 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/ICE/iceistate.F90 – NEMO

Ignore:
Timestamp:
2020-12-17T15:36:44+01:00 (4 years ago)
Author:
mcastril
Message:

Merging r14117 through r14199 into dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/ICE/iceistate.F90

    r14086 r14200  
    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.