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 11908 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/TRA/traisf.F90 – NEMO

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

ENHANCE-02_ISF_nemo: fix issue initialisation after ice sheet coupling step

File:
1 edited

Legend:

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

    r11902 r11908  
    6868         ! ensure 0 trend due to unconservation of the ice shelf coupling 
    6969         IF ( ln_isfcpl_cons ) CALL tra_isf_cpl(risfcpl_cons_tsc, tsa) 
     70 
     71         IF ( ln_isfdebug ) THEN 
     72            CALL debug('tra_isf: risfcpl_tsc T',risfcpl_tsc(:,:,1)) 
     73            CALL debug('tra_isf: risfcpl_tsc S',risfcpl_tsc(:,:,2)) 
     74         END IF 
    7075         ! 
    7176      END IF 
    7277      ! 
    7378      IF ( ln_isfdebug ) THEN 
    74          CALL debug('tra_isf: risfcpl_tsc T',risfcpl_tsc(:,:,1)) 
    75          CALL debug('tra_isf: risfcpl_tsc S',risfcpl_tsc(:,:,2)) 
    7679         CALL debug('tra_isf: tsa T'        ,tsa(:,:,:,1)) 
    7780         CALL debug('tra_isf: tsa S'        ,tsa(:,:,:,2)) 
Note: See TracChangeset for help on using the changeset viewer.