Ignore:
Timestamp:
10/12/16 18:08:11 (8 years ago)
Author:
vancop
Message:

Add ice_sal_adv routine for GN13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3.20_2016_platelet/SOURCES/source_3.20/ice_phy_param.f

    r27 r29  
    110110      s_w     = 34.0              ! 34. is the control 
    111111 
    112       visc_br = 1.79e-3           ! dynamic viscosity of water at 0C  
    113       beta_ocs= 0.81              ! regulates density changes due to changes in salinity 
     112      visc_br = 1.9e-3            ! dynamic viscosity of water at 0C (kg/(m.s)) - Sharqawy et al, 2010, eq. 22 
     113      thdiff_br = 1.2e-7          ! thermal diffusivity of brine (m2/s) - Notz and Worster, 2008 
     114      beta_ocs  = 0.81            ! regulates density changes due to changes in salinity 
    114115 
    115116      !----------------- 
     
    187188      READ(25,*) ra_smooth        ! coefficient to smooth the hyperbolic tangential for ra_c 
    188189      READ(25,*) 
    189       READ(25,'(a2)') gravdr      ! type of gravity drainage 
     190      READ(25,'(a2)') c_gravdr    ! type of gravity drainage 
     191      READ(25,*) 
     192      READ(25,'(a3)') c_sbr       ! type of brine salinity for salt advection 
     193      READ(25,*) 
     194      READ(25,'(a3)') c_perm      ! type of permeability  
     195      READ(25,*) 
     196      READ(25,'(a3)') c_permeff   ! type of effective permeability 
    190197      READ(25,*) 
    191198      READ(25,*) delta_cw         ! Cox and weeks gravity drainage parameter 
     
    253260      WRITE(numout,*) ' ra_c       :', ra_c 
    254261      WRITE(numout,*) ' ra_smooth  :', ra_smooth 
    255       WRITE(numout,*) ' gravdr     :', gravdr 
     262      WRITE(numout,*) ' c_gravdr   :', c_gravdr 
    256263      WRITE(numout,*) ' delta_cw   :', delta_cw 
    257264      WRITE(numout,*) ' rn_e_newice:', rn_e_newice 
Note: See TracChangeset for help on using the changeset viewer.