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 13830 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2020-11-19T13:31:18+01:00 (4 years ago)
Author:
laurent
Message:

Sea-ice bulk algorithm "AN05" (Andreas et al. 2005) now operational!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/cfgs/SHARED/namelist_ref

    r13806 r13830  
    282282   ln_tair_pot = .false. !  air temperature read in "sn_tair" is already POTENTIAL TEMPERATURE, NOT ABSOLUTE (ECMWF => ln_tair_pot=.false.) 
    283283   !!    
    284    ! Sea-ice specific: (IF: nn_ice >=1 ) 
    285    ln_Cx_ice_cst = .true.   ! use constant ice-air bulk transfer coefficients (value given below) 
    286       rn_Cd_i  = 1.4e-3     ! sea-ice drag coefficient 
    287       rn_Ce_i  = 1.4e-3     !    "    sublimation coefficient 
    288       rn_Ch_i  = 1.4e-3     !    "    sensible heat flux coefficient       
    289    ln_Cx_ice_LU12  = .false.  !  air-ice drag = F(ice conc.) (Lupkes et al. 2012) 
    290    ln_Cx_ice_LG15  = .false.  !  air-ice drag = F(ice conc.) (Lupkes & Gryanik 2015) 
     284   !! Bulk transfer coefficients over sea-ice: (relevant IF: nn_ice >=1 ) 
     285   ln_Cx_ice_cst = .true.     ! use constant ice-air bulk transfer coefficients (value given below) 
     286      rn_Cd_i  = 1.4e-3       ! sea-ice drag coefficient 
     287      rn_Ce_i  = 1.4e-3       !    "    sublimation coefficient 
     288      rn_Ch_i  = 1.4e-3       !    "    sensible heat flux coefficient 
     289   ln_Cx_ice_AN05  = .false.  !  (Andreas et al. 2005) 
     290   ln_Cx_ice_LU12  = .false.  !  (Lupkes et al. 2012) 
     291   ln_Cx_ice_LG15  = .false.  !  (Lupkes & Gryanik 2015) 
    291292   ! 
    292293   cn_dir      = './'      !  root directory for the bulk data location 
Note: See TracChangeset for help on using the changeset viewer.