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

Ignore:
Timestamp:
2019-08-05T19:14:52+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo : add comments, renaming file (AGRIF), add isfload module (ticket #2142)

File:
1 edited

Legend:

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

    r11395 r11403  
    316316                     ztc_f  = ztc_f  - zfact1 * ( psbc_tc(ji,jj,jn) - psbc_tc_b(ji,jj,jn) ) 
    317317                  ENDIF 
     318                  ! 
     319                  ! river runoff 
    318320                  IF( ln_rnf_depth ) THEN 
    319321                     ! Rivers are not just at the surface must go down to nk_rnf(ji,jj) 
     
    327329                     ENDIF 
    328330                  ENDIF 
    329  
     331                  ! 
     332                  IF( ll_rnf .AND. jk <= nk_rnf(ji,jj) )                                          & 
     333                     &     ztc_f  = ztc_f  - zfact1 * ( rnf_tsc(ji,jj,jn) - rnf_tsc_b(ji,jj,jn) ) &  
     334                     &                              * e3t_n(ji,jj,jk) / h_rnf(ji,jj) 
    330335                  ! 
    331336                  ! solar penetration (temperature only) 
    332337                  IF( ll_traqsr .AND. jn == jp_tem .AND. jk <= nksr )                            &  
    333338                     &     ztc_f  = ztc_f  - zfact1 * ( qsr_hc(ji,jj,jk) - qsr_hc_b(ji,jj,jk) )  
    334                      ! 
    335                   ! river runoff 
    336                   IF( ll_rnf .AND. jk <= nk_rnf(ji,jj) )                                          & 
    337                      &     ztc_f  = ztc_f  - zfact1 * ( rnf_tsc(ji,jj,jn) - rnf_tsc_b(ji,jj,jn) ) &  
    338                      &                              * e3t_n(ji,jj,jk) / h_rnf(ji,jj) 
    339                      ! 
     339                  ! 
    340340                  ! ice shelf 
    341341                  IF( ll_isf ) THEN 
Note: See TracChangeset for help on using the changeset viewer.