Ignore:
Timestamp:
03/01/21 18:10:25 (3 years ago)
Author:
cetlod
Message:

NEMOv6.5 : Use TEOS-10 equation of state for ORCA2 configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_core_clim_cfg

    r5125 r5604  
    5858   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5959   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     60   sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6262/ 
    6363!!====================================================================== 
     
    145145&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    146146!----------------------------------------------------------------------- 
    147    nn_sssr     =     2     !  add a damping term to the surface freshwater flux 
     147   nn_sssr     =     2     !  add a damping term to the surface freshwater flux (=2) 
     148      !                    !  or to SSS only (=1) or no damping term (=0) 
    148149      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
    149150      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
    150151      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     152      nn_sssr_ice =   1       ! control of sea surface restoring under sea-ice 
     153                              ! 0 = no restoration under ice : * (1-icefrac) 
     154                              ! 1 = restoration everywhere 
     155                              ! >1 = enhanced restoration under ice : 1+(nn_icedmp-1)*icefrac 
     156   cn_dir      = './'      !  root directory for the SST/SSS data location 
     157   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     158   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     159   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     160   sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    151161/ 
    152162!----------------------------------------------------------------------- 
     
    257267&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    258268!----------------------------------------------------------------------- 
    259    ln_eos80    = .true.          !  = Use EOS80 
     269   ln_teos10    = .true.          !  = Use TEOS-10 
    260270/ 
    261271!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.