Changeset 2793


Ignore:
Timestamp:
04/06/16 09:19:11 (8 years ago)
Author:
omamce
Message:

OM.M : adaptations for last version of NEMO (rev 6353)

File:
1 edited

Legend:

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

    r2773 r2793  
    2424   nn_write    =    5475   !  Requency of write in the output file   (modulo referenced to nn_it000) 
    2525   ln_mskland  = .true.    !  Masks land points in NetCDF outputs 
     26   ln_cfmeta   = .true.    !  output additional data to netCDF files required for compliance with the CF metadata standard 
    2627/ 
    2728!----------------------------------------------------------------------- 
     
    169170&namsbc_alb    !   albedo parameters 
    170171!----------------------------------------------------------------------- 
    171    rn_cloud    =    0.00   !  cloud correction to snow and ice albedo 
    172    rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic 
    173    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    174    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    175    rn_alphdi   =    0.72   !  (Pyane, 1972) 
    176172/ 
    177173!----------------------------------------------------------------------- 
     
    360356!----------------------------------------------------------------------- 
    361357   ln_nnogather=  .false.  ! 
    362    jpni        =   12      !  jpni   number of processors following i (set automatically if < 1) 
    363    jpnj        =   15      !  jpnj   number of processors following j (set automatically if < 1) 
     358   jpni        =   10      !  jpni   number of processors following i (set automatically if < 1) 
     359   jpnj        =   12      !  jpnj   number of processors following j (set automatically if < 1) 
    364360   jpnij       =    -1     !  jpnij  number of local domains (set automatically if < 1) 
    365361/ 
     
    375371!----------------------------------------------------------------------- 
    376372   ln_diaptr  = .true.      !  Poleward heat and salt transport (T) or not (F) 
    377    ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
     373   ln_subbas  = .true.      !  Atlantic/Pacific/Indian basins computation (T) or not 
    378374                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    379375/ 
Note: See TracChangeset for help on using the changeset viewer.