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

Ignore:
Timestamp:
2019-11-13T20:07:33+01:00 (4 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo: add check on presence of restart variables

File:
1 edited

Legend:

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

    r11852 r11902  
    22 
    33   USE isf                    ! ice shelf 
     4   USE isfutils  
    45   USE dom_oce                ! time and space domain 
    56   USE phycst , ONLY: r1_rau0 ! physical constant 
     
    3536         IF ( ln_isfpar_mlt ) CALL isf_hdiv_mlt(misfkt_par, misfkb_par, rhisf_tbl_par, rfrac_tbl_par, fwfisf_par, fwfisf_par_b, phdiv) 
    3637         ! 
    37          ! 
    3838         ! ice sheet coupling contribution  
    3939         IF ( ln_isfcpl .AND. kt /= 0 ) THEN 
     
    4646            ! conservation option 
    4747            IF ( ln_isfcpl_cons ) CALL isf_hdiv_cpl(risfcpl_cons_vol, phdiv) 
     48            ! 
     49            IF ( ln_isfdebug ) THEN 
     50               CALL debug('isfdiv: phdiv'      ,phdiv(:,:,:)) 
     51               CALL debug('isfdiv: risfcpl_vol',risfcpl_vol(:,:,:)) 
     52               CALL debug('isfdiv: fwfisf     ',fwfisf_cav(:,:)+fwfisf_cav_b(:,:)) 
     53            END IF 
    4854            ! 
    4955         END IF 
Note: See TracChangeset for help on using the changeset viewer.