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 4653 for branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM – NEMO

Ignore:
Timestamp:
2014-06-03T16:33:07+02:00 (10 years ago)
Author:
flavoni
Message:

correct small changes in namelist for ORCA2_LIM3

Location:
branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist

    r4651 r4653  
    150150                           !  =1 use observed ice-cover      , 
    151151                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    152    nn_ice_embd = 0         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
     152   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    153153                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    154154                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
     
    156156   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    157157   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    158    nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
     158   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    159159                           !     =1 global mean of e-p-r set to zero at each time step 
    160160                           !     =2 annual global mean of e-p-r set to zero 
     
    206206&namsbc_core   !   namsbc_core  CORE bulk formulae 
    207207!----------------------------------------------------------------------- 
    208 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    209 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    210    sn_wndi     = 'u_10.15JUNE2009_orca2'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
    211    sn_wndj     = 'v_10.15JUNE2009_orca2'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
    212    sn_qsr      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    213    sn_qlw      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    214    sn_tair     = 't_10.15JUNE2009_orca2'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    215    sn_humi     = 'q_10.15JUNE2009_orca2'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    216    sn_prec     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
    217    sn_snow     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
    218    sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
     208!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ !        weights                       ! rotation ! 
     209!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' !        filename                      ! pairing  ! 
     210   sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc'       , 'Uwnd' 
     211   sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc'       , 'Vwnd' 
     212   sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
     213   sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
     214   sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
     215   sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
     216   sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
     217   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
     218   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc'       , ''  
    219219 
    220220   cn_dir      = './' !  root directory for the location of the bulk files 
    221221   ln_2m       = .false.     !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    222    ln_taudif   = .false.    !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
     222   ln_taudif   = .false.    !  HF tau contribution: use "mean of stress module - module of the mean stress" data  
    223223   rn_pfac     = 1.         !  multiplicative factor for precipitation (total & snow) 
    224224   rn_efac     = 1.         !  clem: multiplicative factor for evaporation (0. or 1.) 
  • branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_ice

    r4525 r4653  
    149149&namiceout     !   parameters for outputs 
    150150!----------------------------------------------------------------------- 
    151 !   noumef      =   43      !  number of fields 
    152 !SF   add_diag_swi=    1      !  1 -> diagnose distribution in thickness space 
    153 !SF                           !  0 -> only simple diagnostics 
    154 ! 
    155 !           !         title of the field           !  name     !   units   !  save  ! multipl. ! additive ! 
    156 !           !                                      !           !           ! or not !  factor  !  factor  ! 
    157151/  
    158152 
  • branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_ice_lim3

    r4525 r4653  
    149149&namiceout     !   parameters for outputs 
    150150!----------------------------------------------------------------------- 
    151 !   noumef      =   43      !  number of fields 
    152 !SF   add_diag_swi=    1      !  1 -> diagnose distribution in thickness space 
    153 !SF                           !  0 -> only simple diagnostics 
    154 ! 
    155 !           !         title of the field           !  name     !   units   !  save  ! multipl. ! additive ! 
    156 !           !                                      !           !           ! or not !  factor  !  factor  ! 
    157151/  
    158152 
Note: See TracChangeset for help on using the changeset viewer.