Ignore:
Timestamp:
03/23/09 17:13:45 (15 years ago)
Author:
aclsce
Message:

Modified IPSLCM5_WORK configuration according to IPSLCM5 configuration
changes :

  • changed nemo by opa9 as component name (config.card,
  • opa9.driver, opa9.card)
  • added 5655 resolution
  • Default resolution ORCA2_LMD9695
  • Modified coupling mode : now conservative mode
  • Added diaeiv cpp key and diaptr calculation
  • Changed ORCA2.1 by ORCA2.2 (to allow diaptr atlas)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/PARAM/namelist_ORCA2

    r569 r583  
    5252&nam_zgr       !   vertical coordinate 
    5353!----------------------------------------------------------------------- 
    54    ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    55    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
     54   ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
     55   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    5656   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
    5757/ 
     
    195195cn_rcv_tau_grid   = 'U,V'                   ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
    196196cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled' 
    197 cn_rcv_qsr        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
    198 cn_rcv_qns        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
    199 cn_rcv_emp        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     197cn_rcv_qsr        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     198cn_rcv_qns        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     199cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
    200200cn_rcv_rnf        = 'coupled'               ! 'coupled' 'climato' 'mixed' 
    201201cn_rcv_cal        = 'coupled'               ! 'none' 'coupled' 
     
    431431&nam_dynadv    !   formulation of the momentum advection 
    432432!----------------------------------------------------------------------- 
    433    ln_dynadv_vec = .false. !  vector form (T) or flux form (F)   
    434    ln_dynadv_cen2= .true. !  flux form - 2nd order centered scheme 
     433   ln_dynadv_vec = .true. !  vector form (T) or flux form (F)   
     434   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    435435   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme  
    436436 
     
    446446&nam_dynhpg    !   Hydrostatic pressure gradient option 
    447447!----------------------------------------------------------------------- 
    448    ln_hpg_zco  = .true.    !  z-coordinate - full steps                    
    449    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     448   ln_hpg_zco  = .false.   !  z-coordinate - full steps                    
     449   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    450450   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    451451   ln_hpg_hel  = .false.   !  s-coordinate (helsinki modification) 
     
    680680&namptr       !   Poleward Transport Diagnostic 
    681681!----------------------------------------------------------------------- 
    682    ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    683    ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not  
     682   ln_diaptr  = .true.     !  Poleward heat and salt transport (T) or not (F) 
     683   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
     684   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
    684685                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    685    nf_ptr     =  15        !  Frequency of ptr computation [time step] 
    686 / 
     686   nf_ptr     =  1         !  Frequency of ptr computation [time step] 
     687   nf_ptr_wri =  15        !  AUTO - Frequency of ptr outputs 
     688/ 
Note: See TracChangeset for help on using the changeset viewer.