Ignore:
Timestamp:
03/23/18 15:31:39 (6 years ago)
Author:
acosce
Message:

Update IPSLESM to comply with v6 standard and add the AER experiment for the coupled model

File:
1 edited

Legend:

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

    r3444 r3687  
    1313   nn_leapy    = _AUTOBLOCKER_    !  Leap year calendar (1) or not (0) 
    1414   ln_rstart   = _AUTOBLOCKER_    !  start from rest (F) or from a restart file (T) 
     15   ln_rstart_ts = _AUTOBLOCKER_   !  start from rest for current only (F) or from a restart file (T) 
    1516   nn_rstctl   = _AUTOBLOCKER_    !  Restart control => activated only if ln_rstart = T 
    1617                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     
    2526   nn_write    =    5475   !  Requency of write in the output file   (modulo referenced to nn_it000) 
    2627   ln_mskland  = .true.    !  Masks land points in NetCDF outputs 
     28   ln_mskutil  = .true.    !  Outputs without halos 
    2729   ln_cfmeta   = .true.    !  output additional data to netCDF files required for compliance with the CF metadata standard 
    2830/ 
     
    7072   ppacr2      =      13.00000000000   ! 
    7173   rn_rdt      = 2700.     !  time step for the dynamics (and tracer if nn_acc=0) 
    72    rn_hmin     =   50. 
     74   rn_hmin     =   20. 
    7375   nn_msh      = _AUTO_    !  AUTO - Create (=1) a mesh file or not (=0) 
    7476/ 
     
    7678&namsplit        
    7779!-----------------------------------------------------------------------  
    78    ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
     80   ln_bt_fw      =    .FALSE.          !  leap-frog integration of barotropic equations 
    7981   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
    8082   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
     
    182184                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
    183185                         !        giving cloud-sky albedo 
    184    rn_alb_sdry  =  0.885 !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
    185    rn_alb_smlt  =  0.835 !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
    186    rn_alb_idry  =  0.665 !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
    187    rn_alb_imlt  =  0.595 !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
     186   rn_alb_sdry  =  0.87 !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
     187   rn_alb_smlt  =  0.82 !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
     188   rn_alb_idry  =  0.65 !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
     189   rn_alb_imlt  =  0.58 !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    188190/ 
    189191!----------------------------------------------------------------------- 
     
    416418!              !       and/or mixed-layer trends and/or barotropic vorticity 
    417419!----------------------------------------------------------------------- 
     420   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
    418421/ 
    419422!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.