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/tests – 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!

Location:
NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/ERA5_arctic/oce+ice/namelist_ecmwf-cstc_cfg

    r13806 r13830  
    123123   ln_tair_pot = .false. !  air temperature read in "sn_tair" is already POTENTIAL TEMPERATURE, NOT ABSOLUTE (ECMWF => ln_tair_pot=.false.) 
    124124   !!    
    125    ! Sea-ice specific: (IF: nn_ice >=1 ) 
    126    ln_Cx_ice_cst = .true.   ! use constant ice-air bulk transfer coefficients (value given below) 
    127       rn_Cd_i  = 1.4e-3     ! sea-ice drag coefficient 
    128       rn_Ce_i  = 1.4e-3     !    "    sublimation coefficient 
    129       rn_Ch_i  = 1.4e-3     !    "    sensible heat flux coefficient       
    130    ln_Cx_ice_LU12  = .false.  !  air-ice drag = F(ice conc.) (Lupkes et al. 2012) 
    131    ln_Cx_ice_LG15  = .false.  !  air-ice drag = F(ice conc.) (Lupkes & Gryanik 2015) 
    132    !! 
     125   !! Bulk transfer coefficients over sea-ice: (relevant IF: nn_ice >=1 ) 
     126   ln_Cx_ice_cst = .true.     ! use constant ice-air bulk transfer coefficients (value given below) 
     127      rn_Cd_i  = 1.4e-3       ! sea-ice drag coefficient 
     128      rn_Ce_i  = 1.4e-3       !    "    sublimation coefficient 
     129      rn_Ch_i  = 1.4e-3       !    "    sensible heat flux coefficient 
     130   ln_Cx_ice_AN05  = .false.  !  (Andreas et al. 2005) 
     131   ln_Cx_ice_LU12  = .false.  !  (Lupkes et al. 2012) 
     132   ln_Cx_ice_LG15  = .false.  !  (Lupkes & Gryanik 2015) 
    133133   ! 
    134134   cn_dir      = './'      !  root directory for the bulk data location 
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/ERA5_arctic/oce+ice/namelist_ecmwf-lg15_cfg

    r13806 r13830  
    123123   ln_tair_pot = .false. !  air temperature read in "sn_tair" is already POTENTIAL TEMPERATURE, NOT ABSOLUTE (ECMWF => ln_tair_pot=.false.) 
    124124   !!    
    125    ! Sea-ice specific: (IF: nn_ice >=1 ) 
    126    ln_Cx_ice_cst = .false.  ! use constant ice-air bulk transfer coefficients (value given below) 
    127       rn_Cd_i  = 1.4e-3     ! sea-ice drag coefficient 
    128       rn_Ce_i  = 1.4e-3     !    "    sublimation coefficient 
    129       rn_Ch_i  = 1.4e-3     !    "    sensible heat flux coefficient       
    130    ln_Cx_ice_LU12  = .false.  !  air-ice drag = F(ice conc.) (Lupkes et al. 2012) 
    131    ln_Cx_ice_LG15  = .true.   !  air-ice drag = F(ice conc.) (Lupkes & Gryanik 2015) 
    132    !! 
     125   !! Bulk transfer coefficients over sea-ice: (relevant IF: nn_ice >=1 ) 
     126   ln_Cx_ice_cst = .false.    ! use constant ice-air bulk transfer coefficients (value given below) 
     127      rn_Cd_i  = 1.4e-3       ! sea-ice drag coefficient 
     128      rn_Ce_i  = 1.4e-3       !    "    sublimation coefficient 
     129      rn_Ch_i  = 1.4e-3       !    "    sensible heat flux coefficient 
     130   ln_Cx_ice_AN05  = .false.  !  (Andreas et al. 2005) 
     131   ln_Cx_ice_LU12  = .false.  !  (Lupkes et al. 2012) 
     132   ln_Cx_ice_LG15  = .true.   !  (Lupkes & Gryanik 2015) 
    133133   ! 
    134134   cn_dir      = './'      !  root directory for the bulk data location 
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/ERA5_arctic/oce+ice/namelist_ecmwf-lu12_cfg

    r13806 r13830  
    123123   ln_tair_pot = .false. !  air temperature read in "sn_tair" is already POTENTIAL TEMPERATURE, NOT ABSOLUTE (ECMWF => ln_tair_pot=.false.) 
    124124   !!    
    125    ! Sea-ice specific: (IF: nn_ice >=1 ) 
    126    ln_Cx_ice_cst = .false.  ! use constant ice-air bulk transfer coefficients (value given below) 
    127       rn_Cd_i  = 1.4e-3     ! sea-ice drag coefficient 
    128       rn_Ce_i  = 1.4e-3     !    "    sublimation coefficient 
    129       rn_Ch_i  = 1.4e-3     !    "    sensible heat flux coefficient       
    130    ln_Cx_ice_LU12  = .true. !  air-ice drag = F(ice conc.) (Lupkes et al. 2012) 
    131    ln_Cx_ice_LG15  = .false.!  air-ice drag = F(ice conc.) (Lupkes & Gryanik 2015) 
    132    !! 
     125   !! Bulk transfer coefficients over sea-ice: (relevant IF: nn_ice >=1 ) 
     126   ln_Cx_ice_cst = .false.    ! use constant ice-air bulk transfer coefficients (value given below) 
     127      rn_Cd_i  = 1.4e-3       ! sea-ice drag coefficient 
     128      rn_Ce_i  = 1.4e-3       !    "    sublimation coefficient 
     129      rn_Ch_i  = 1.4e-3       !    "    sensible heat flux coefficient 
     130   ln_Cx_ice_AN05  = .false.  !  (Andreas et al. 2005) 
     131   ln_Cx_ice_LU12  = .true.   !  (Lupkes et al. 2012) 
     132   ln_Cx_ice_LG15  = .false.  !  (Lupkes & Gryanik 2015) 
    133133   ! 
    134134   cn_dir      = './'      !  root directory for the bulk data location 
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/launch_sasf.sh

    r13806 r13830  
    8080    #   - simpler if we only use one Open-ocean/air algo (ECMWF) 
    8181    LIST_OA_ALGOS="ECMWF" ;          # list of air-sea algorithms to test 
    82     LIST_IA_ALGOS="LG15 LU12 CSTC" ; # list of air-ice algorithms to test 
     82    LIST_IA_ALGOS="AN05 LG15 LU12 CSTC" ; # list of air-ice algorithms to test 
    8383    DIR_NL=${FORCING}/oce+ice ; # where to fetch the namelists from... 
    8484else 
Note: See TracChangeset for help on using the changeset viewer.