Changeset 4862


Ignore:
Timestamp:
12/16/19 14:20:15 (4 years ago)
Author:
cetlod
Message:

Update namelist_ORCA1_cfg according to improvment of sss restoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg

    r4000 r4862  
    175175&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    176176!----------------------------------------------------------------------- 
    177 !              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
    178 !              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    179    sn_sss      = 'sss_absolute_salinity_WOA13_decav_Reg1L75_clim', -1. , 'sosaline', .true. , .true. , 'yearly' , 'weights_WOA13d1_2_eorca1_bilinear.nc' , '' 
     177!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     178!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     179   sn_sst      = 'sst_data'  ,        -1          ,  'tos'     ,    .true.      , .false. , 'yearly'  , ''       , ''       , '' 
     180   sn_sss      = 'sss_data'  ,        -1          ,  'sos'     ,    .true.      , .false. , 'yearly'  , ''       , ''       , '' 
     181 
     182   cn_dir      = './'      !  root directory for the location of the runoff files 
     183   nn_sstr     =     0     !  add a retroaction term in the surface heat       not (=0) or flux (=1) or (conditional nudging =2) 
     184   nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2) or (conditional nudging =3) 
     185                           !  or to SSS only (=1) or no damping term (=0) 
     186   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
     187   rn_deds     =  -864.   !  magnitude of the damping on salinity   [mm/day] 
     188   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
     189   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     190   nn_icedmp   =   0       !  Cntrl of surface restoration under ice nn_icedmp 
     191                           !  ( 0   =  no restoration under ice ) 
     192                           !  ( 1   =  restoration everywhere   ) 
     193                           !  ( > 1 =  reinforced damping (x nn_icedmp) under ice ) 
     194   ln_sssd_bnd =   .false. !  flag to bound  S-S* 
     195   rn_sssd_bnd =   0.01    !  ABS(Max./Min.) S-S* threshold  [psu] 
     196! 
     197!                 !   file name                  ! frequency (hours) !   variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     198!                 !                              !  (if <0  months)  !     name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     199   sn_msk_sst  = 'eORCA1.2_mask_SST_Merged_good' ,        -1         ,  'mask_part' ,    .false.     , .true.  , 'yearly'  , ''       , ''       , '' 
     200   sn_msk_sss  = 'eORCA1.2_mask_SSS_FDS_yearly'  ,        -12        ,  'mask_part' ,    .false.     , .true.  , 'yearly'  , ''       , ''       , '' 
     201   ln_vargamma = .true.    !  false = fix gamma (value=rn_dqdt), true= variable gamma (proportional to mld) 
     202   nn_mask_sst =     2     !  (associated with nn_sstr=2) : 0 = global 
     203                           !                              : 1 = fix      (regional mask) in time: one yearly value,                 read in sn_msk_sst 
     204                           !                              : 2 = variable (regional mask) in time: read different value every month, read in sn_msk_sst 
     205   nn_mask_sss =     1     !  (associated ONLY with nn_sssr=3) : 0 = global 
     206                           !                              : 1 = fix      (regional mask) in time: one yearly value,                 read in sn_msk_sss 
     207                           !                              : 2 = variable (regional mask) in time: read different value every month, read in sn_msk_sss 
    180208/ 
    181209!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.