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 11852 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfcavmlt.F90 – NEMO

Ignore:
Timestamp:
2019-11-04T19:00:27+01:00 (4 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo: fix WED025 restartability, finish removing useless USE, remove useless lbc_lnk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfcavmlt.F90

    r11844 r11852  
    1111   !!   isfcav_mlt    : update surface ocean boundary condition under ice shelf 
    1212   !!---------------------------------------------------------------------- 
    13    USE oce            ! ocean dynamics and tracers 
    14    USE isf            ! ice shelf public variables 
    15    USE isfutils       ! ice shelf debug subroutine 
    16    USE dom_oce        ! ocean space and time domain 
    17    USE phycst         ! physical constants 
    18    USE eosbn2         ! equation of state 
    19    ! 
    20    USE in_out_manager ! I/O manager 
    21    USE iom            ! I/O library 
    22    USE fldread        ! read input field at current time step 
    23    USE lib_fortran 
     13 
     14   USE isf                      ! ice shelf 
     15   USE isftbl , ONLY: isf_tbl   ! ice shelf depth average 
     16   USE isfutils,ONLY: debug     ! debug subroutine 
     17 
     18   USE dom_oce                            ! ocean space and time domain 
     19   USE oce    , ONLY: tsn                 ! ocean dynamics and tracers 
     20   USE phycst , ONLY: rcp, rau0, rau0_rcp ! physical constants 
     21   USE eosbn2 , ONLY: eos_fzp             ! equation of state 
     22 
     23   USE in_out_manager              ! I/O manager 
     24   USE iom        , ONLY: iom_put  ! I/O library 
     25   USE fldread    , ONLY: fld_read ! 
     26   USE lib_fortran, ONLY: glob_sum ! 
     27   USE lib_mpp    , ONLY: ctl_stop ! 
    2428 
    2529   IMPLICIT NONE 
     
    110114      ! 
    111115      ! read input file 
    112       CALL fld_read ( kt, nn_fsbc, sf_isfcav_fwf ) 
     116      CALL fld_read ( kt, 1, sf_isfcav_fwf ) 
    113117      ! 
    114118      ! define fwf and qoce 
     
    276280      ! 
    277281      ! read input file 
    278       CALL fld_read ( kt, nn_fsbc, sf_isfcav_fwf ) 
     282      CALL fld_read ( kt, 1, sf_isfcav_fwf ) 
    279283      ! 
    280284      ! ice shelf 2d map 
Note: See TracChangeset for help on using the changeset viewer.