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 11892 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_coare3p6_cfg – NEMO

Ignore:
Timestamp:
2019-11-13T09:44:18+01:00 (4 years ago)
Author:
laurent
Message:

Improving test-case STATION_ASF, use of relevant heights and depth for PAPA station.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_coare3p6_cfg

    r11861 r11892  
    2020&namusr_def    !   STATION_ASF user defined namelist 
    2121!----------------------------------------------------------------------- 
    22    rn_dept1    =  1.0   ! depth (m) at which the prescribed SST is taken == depth of first T point! (IMPORTANT for warm-layer impact, the deeper, the more pronounced!) 
     22   rn_dept1    =  1.0   ! depth (m) at which the prescribed SST is taken  == depth of first T point! (IMPORTANT for warm-layer impact, the deeper, the more pronounced!) 
     23   !                    ! [PAPA station = 1 m] 
    2324/ 
    2425!----------------------------------------------------------------------- 
     
    6869&namc1d        !   1D configuration options / STATION_ASF               ("key_c1d" default: PAPA station) 
    6970!----------------------------------------------------------------------- 
    70    rn_lat1d    =      50.1 !  Column latitude 
    71    rn_lon1d    =    215.1  !  Column longitude 
    72    ln_c1d_locpt =  .true.  ! Localization of 1D config in a grid (T) or independant point (F) 
     71   rn_lat1d    =      50.1 !  Column latitude    [PAPA station] 
     72   rn_lon1d    =    215.1  !  Column longitude   [PAPA station] 
    7373/ 
    7474!----------------------------------------------------------------------- 
     
    124124   ln_COARE_3p6 = .true.    ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    125125   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    126       rn_zqt      =  2.     !  Air temperature & humidity reference height (m) 
    127       rn_zu       = 10.     !  Wind vector reference height (m) 
     126      rn_zqt    =  2.5      !  Air temperature & humidity reference height (m) [PAPA station] 
     127      rn_zu     =  4.       !  Wind vector reference height (m)                [PAPA station] 
    128128      ! 
    129129      ! Skin is ONLY available in ECMWF and COARE algorithms: 
Note: See TracChangeset for help on using the changeset viewer.