Ignore:
Timestamp:
08/11/16 14:49:34 (8 years ago)
Author:
aclsce
Message:
  • Modifications for IPSLCM5A2 configuration : tuning, low resolution specifications,...
  • Cleaning to keep only what is needed for the configuration at very low resolution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/namelist_ORCA2_cfg

    r2699 r2966  
    155155&namsbc_alb    !   albedo parameters 
    156156!----------------------------------------------------------------------- 
    157    rn_cloud    =    0.00   !  cloud correction to snow and ice albedo 
    158    rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic 
    159    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    160    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    161    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     157   nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
     158                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     159                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     160                        !                         and Grenfell & Perovich (JGR 2004) 
     161   rn_albice   =  0.5   !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     162                        !     0.53 (default) => if nn_ice_alb=0 
     163                        !     0.50 (default) => if nn_ice_alb=1 
    162164/ 
    163165!----------------------------------------------------------------------- 
     
    284286   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    285287   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
    286    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    287    jpnj        =  31       !  jpnj   number of processors following j (set automatically if < 1) 
    288    jpnij       =  31       !  jpnij  number of local domains (set automatically if < 1) 
     288   jpni        =   3       !  jpni   number of processors following i (set automatically if < 1) 
     289   jpnj        =  15       !  jpnj   number of processors following j (set automatically if < 1) 
     290   jpnij       =  45       !  jpnij  number of local domains (set automatically if < 1) 
    289291/ 
    290292!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.