Ignore:
Timestamp:
10/05/16 14:25:40 (8 years ago)
Author:
vancop
Message:

Ludivine source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3.20_2016_gravity_drainage/SOURCES/source_3.20/ice_th.f

    r9 r20  
    105105      IF ( c_gravdr .EQ. 'DI' ) 
    106106     &   CALL ice_sal_diff(nlay_i,1,1)                          ! Salt transport (Eddy-diffusion-based) 
    107  
    108       IF ( c_gravdr .EQ. 'AD' ) 
     107      IF ( c_gravdr .EQ. 'AD' )  
    109108     &   CALL ice_sal_adv(nlay_i,1,1)                           ! Salt transport (Advection-based) 
    110109 
    111       IF ( ( c_bio_model .EQ. 'KRILL' ) .AND. ln_trdiff ) 
    112      &   CALL ice_bio_diff( 1 , 1 , nlay_i )                    ! Bio transport 
     110      IF ( ( c_bio_model .EQ. 'KRILL' ) .AND. ln_trdiff) THEN   ! Bio transport 
     111         IF ( c_gravdr .EQ. 'DI' ) 
     112     &      CALL ice_bio_diff(1,1,nlay_i)  
     113      ENDIF 
     114 
     115      IF ( ( c_bio_model .EQ. 'KRILL' ) .AND. ln_trdiff ) THEN 
     116         IF ( c_gravdr .EQ. 'AD' ) 
     117     &      CALL ice_bio_adv(1,1,nlay_i)  
     118      ENDIF 
    113119 
    114120      IF ( c_bio_model .EQ. 'KRILL' ) 
Note: See TracChangeset for help on using the changeset viewer.