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 12342 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/ISF/isfcav.F90 – NEMO

Ignore:
Timestamp:
2020-01-28T11:10:01+01:00 (4 years ago)
Author:
acc
Message:

Branch 2019/dev_r12072_MERGE_OPTION2_2019. Implement recommended changes to fix ticket #2370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/ISF/isfcav.F90

    r12062 r12342  
    2222   USE isfdiags , ONLY: isf_diags_flx  ! ice shelf diags subroutine 
    2323   ! 
    24    USE oce      , ONLY: tsn                    ! ocean tracers 
    25    USE par_oce  , ONLY: jpi,jpj                ! ocean space and time domain 
    26    USE phycst   , ONLY: grav,rau0,r1_rau0_rcp  ! physical constants 
    27    USE eosbn2   , ONLY: ln_teos10               ! use ln_teos10 or not 
     24   USE oce      , ONLY: tsn                             ! ocean tracers 
     25   USE par_oce  , ONLY: jpi,jpj                         ! ocean space and time domain 
     26   USE phycst   , ONLY: grav,rau0,rau0_rcp,r1_rau0_rcp  ! physical constants 
     27   USE eosbn2   , ONLY: ln_teos10                       ! use ln_teos10 or not 
    2828   ! 
    2929   USE in_out_manager ! I/O manager 
Note: See TracChangeset for help on using the changeset viewer.