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 9243 for branches/UKMO/dev_r8814_surge_modelling_Nemo4/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-01-16T15:59:51+01:00 (6 years ago)
Author:
clne
Message:

Add changes for surge surface fluxes (ie wind/pressure only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r8814_surge_modelling_Nemo4/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg

    r9120 r9243  
    7878!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    7979!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    80    sn_wndi     = 'windspd_u_amm7'              ,       1           ,'10mwind_u',   .true.     , .false. , 'daily'  ,'' , '' 
    81    sn_wndj     = 'windspd_v_amm7'              ,       1           ,'10mwind_v',   .true.     , .false. , 'daily'  ,'' , '' 
     80   sn_wndi     = 'windspd_u_amm7'              ,       1           ,'x_wind',   .true.     , .false. , 'daily'  ,'' , '' 
     81   sn_wndj     = 'windspd_v_amm7'              ,       1           ,'y_wind',   .true.     , .false. , 'daily'  ,'' , '' 
    8282   cn_dir      = './fluxes/'          !  root directory for the location of the bulk files 
    8383   rn_vfac     = 1.                   !  multiplicative factor for ocean/ice velocity 
     
    9898!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    9999!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    100    sn_apr= 'pressure_amm7',        1         ,   'p_msl' ,    .true.    , .false., 'daily'   ,  ''      ,   ''     ,  '' 
     100   sn_apr= 'pressure_amm7',        1         ,   'air_pressure_at_sea_level' ,    .true.    , .false., 'daily'   ,  ''      ,   ''     ,  '' 
    101101   cn_dir      = './fluxes/'!  root directory for the location of the bulk files 
    102102   rn_pref     = 101200.    !  reference atmospheric pressure   [N/m2]/ 
Note: See TracChangeset for help on using the changeset viewer.