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 1149 – NEMO

Changeset 1149


Ignore:
Timestamp:
2008-06-25T17:24:51+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: active runoffs (ln_rnf) and sea surface salinity restoring (ln_ssr) in ORCA2_LIM namelist, change sign of salinity damping coefficient, see ticket: #223

Location:
trunk/CONFIG
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/namelist

    r1134 r1149  
    212212   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
    213213   dqdt        =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    214    deds        =    27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
     214   deds        =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
    215215/       
    216216!----------------------------------------------------------------------- 
  • trunk/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r1134 r1149  
    212212   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
    213213   dqdt        =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    214    deds        =    27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
     214   deds        =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
    215215/       
    216216!----------------------------------------------------------------------- 
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r1134 r1149  
    212212   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
    213213   dqdt        =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    214    deds        =    27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
     214   deds        =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
    215215/       
    216216!----------------------------------------------------------------------- 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r1134 r1149  
    112112                           !                       =2 combination of 0 and 1 cases             ("key_lim3" only) 
    113113   ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
    114    ln_rnf      = .false.   !  runoffs (T => fill namsbc_rnf) 
    115    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) 
     114   ln_rnf      = .true.    !  runoffs (T => fill namsbc_rnf) 
     115   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) 
    116116   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked                              ,  
    117117                           !                     =1 annual global mean of e-p-r set to zero   , 
     
    146146!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
    147147!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
    148    sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .false.     , .true.  ,   'yearly'     
    149    sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .false.     , .true.  ,   'yearly'     
    150    sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .false.     , .true.  ,   'yearly'       
    151    sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .false.     , .true.  ,   'yearly'      
    152    sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .false.     , .true.  ,   'yearly'     
     148   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .true.      , .true.  ,   'yearly'     
     149   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .true.      , .true.  ,   'yearly'     
     150   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .true.      , .true.  ,   'yearly'       
     151   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .true.      , .true.  ,   'yearly'      
     152   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .true.      , .true.  ,   'yearly'     
    153153   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
    154154   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
     
    206206!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
    207207   sn_sst      =    'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
    208    sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .false. ,   'yearly' 
     208   sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .true. ,   'yearly' 
    209209!    
    210210   cn_dir      = './'      !  root directory for the location of the runoff files 
    211211   nn_sstr     =     0     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
    212    nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
     212   nn_sssr     =     1     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
    213213   dqdt        =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    214    deds        =    27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
     214   deds        =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
    215215/       
    216216!----------------------------------------------------------------------- 
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1134 r1149  
    212212   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
    213213   dqdt        =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    214    deds        =    27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
     214   deds        =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
    215215/       
    216216!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.