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 5499 for trunk/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2015-06-26T17:19:57+02:00 (9 years ago)
Author:
jchanut
Message:

Remove useless variables #1551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r4990 r5499  
    9494   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    9595   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
     96 
    9697   cn_dir      = './'      !  root directory for the location of the bulk files 
    97    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    9898   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    99    ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
    100    rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
    101    rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
     99   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
     100   rn_zu       = 10.        !  Wind vector reference height (m) 
    102101   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    103102   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    104    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     103   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    105104                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    106105/ 
Note: See TracChangeset for help on using the changeset viewer.