Ignore:
Timestamp:
12/20/17 12:02:15 (6 years ago)
Author:
cetlod
Message:

Update NEMO configuration for OMIP6

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA1clim_cfg

    r3512 r3525  
    1717   ln_mskland  = .true.  
    1818   ln_clobber  = .true.  
     19   ln_cfmeta   = .true. 
    1920/ 
    2021!----------------------------------------------------------------------- 
     
    6566&namsplit        
    6667!-----------------------------------------------------------------------  
    67    ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
     68   ln_bt_fw      =    .FALSE.           !  Forward integration of barotropic equations 
    6869   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
    6970   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA1ia_cfg

    r3512 r3525  
    1717   ln_mskland  = .true.  
    1818   ln_clobber  = .true.  
     19   ln_cfmeta   = .true.  
    1920/ 
    2021!----------------------------------------------------------------------- 
     
    106107!              !                      !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename             ! pairing  ! 
    107108 
    108    sn_wndi     = 'filled_u_10'        ,         6         , 'U_10_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'U1' 
    109    sn_wndj     = 'filled_v_10'        ,         6         , 'V_10_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'V1' 
    110    sn_qsr      = 'filled_ncar_rad'    ,        24         , 'SWDN_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    111    sn_qlw      = 'filled_ncar_rad'    ,        24         , 'LWDN_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    112    sn_tair     = 'filled_t_10'        ,         6         , 'T_10_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    113    sn_humi     = 'filled_q_10'        ,         6         , 'Q_10_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    114    sn_prec     = 'filled_ncar_precip' ,        -1         , 'RAIN'    ,   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    115    sn_snow     = 'filled_ncar_precip' ,        -1         , 'SNOW'    ,   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     109   sn_wndi     = 'u_10_CORE2_fill'        ,         6         , 'U_10_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'U1' 
     110   sn_wndj     = 'v_10_CORE2_fill'        ,         6         , 'V_10_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'V1' 
     111   sn_qsr      = 'ncar_rad_CORE2_fill'    ,        24         , 'SWDN_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     112   sn_qlw      = 'ncar_rad_CORE2_fill'    ,        24         , 'LWDN_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     113   sn_tair     = 't_10_CORE2_fill'        ,         6         , 'T_10_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     114   sn_humi     = 'q_10_CORE2_fill'        ,         6         , 'Q_10_MOD',   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     115   sn_prec     = 'ncar_precip_CORE2_fill' ,        -1         , 'RAIN'    ,   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
     116   sn_snow     = 'ncar_precip_CORE2_fill' ,        -1         , 'SNOW'    ,   .true.     ,  .false. , 'yearly'  , 'weights_bilinear.nc' , '' 
    116117/ 
    117118!----------------------------------------------------------------------- 
     
    142143   rn_rnf_max   = 0.05       !  max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true ) 
    143144   rn_dep_max = 150.         !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    144    nn_rnf_depth_file = 1     ! create (=1) a runoff depth file or not (=0) 
     145   nn_rnf_depth_file = 0     ! create (=1) a runoff depth file or not (=0) 
    145146/ 
    146147!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.