New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2086 – NEMO

Changeset 2086


Ignore:
Timestamp:
2010-09-11T10:50:48+02:00 (14 years ago)
Author:
cetlod
Message:

update namelists and BB_make* scripts

Location:
branches/DEV_r2006_merge_TRA_TRC/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r2032 r2086  
    2424!----------------------------------------------------------------------- 
    2525   nn_no       =       0   !  job number 
    26    cn_exp      =  "ORCA2P" !  experience name  
     26   cn_exp      =  "ORCA2P"  !  experience name  
    2727   nn_it000    =       1   !  first time step 
    2828   nn_itend    =    5475   !  last  time step (std 5475) 
     
    197197cn_snd_crt_grid   = 'T'                     ! 'T' 
    198198                                       ! receive 
    199 cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     199cn_rcv_w10m       = 'none'                  ! 'none' 'coupled' 
    200200cn_rcv_taumod     = 'coupled'               ! 'none' 'coupled' 
    201201cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
     
    244244   sn_tmp_rnf  = 'runoffs'          ,  24         , 'rotemper' ,    .true.      , .true.  ,   'yearly', ''       , '' 
    245245   sn_dep_rnf  = 'runoffs'          ,   0         , 'rodepth'  ,    .false.     , .true.  ,   'yearly', ''       , '' 
     246 
    246247  
    247248   cn_dir       = './'      !  root directory for the location of the runoff files 
    248249   ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    249250   ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    250    ln_rnf_att   =   .false. !  apply temperature, salinity and depth attributes to runoff input 
     251   ln_rnf_att   =   .false. !  apply temperature, salinity and depth attributes to runoff input   
    251252   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    252253   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
     
    279280   rn_alphdi   =    0.72   !  (Pyane, 1972) 
    280281/ 
    281  
     282!----------------------------------------------------------------------- 
     283&namdta_tem    !   surface boundary condition : sea surface restoring 
     284!----------------------------------------------------------------------- 
     285!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
     286!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
     287  sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
     288! 
     289  cn_dir       = './'      !  root directory for the location of the runoff files 
     290/ 
     291!----------------------------------------------------------------------- 
     292&namdta_sal    !   surface boundary condition : sea surface restoring 
     293!----------------------------------------------------------------------- 
     294!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     295!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     296   sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
     297 
     298   cn_dir      = './'      !  root directory for the location of the runoff files 
     299/ 
    282300!!====================================================================== 
    283301!!               ***  Lateral boundary condition  *** 
     
    422440   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    423441   ln_traadv_ubs    =  .false.  !  UBS scheme                  
     442   ln_traadv_qck    =  .false.  !  QUCIKEST scheme                  
    424443/ 
    425444!----------------------------------------------------------------------- 
     
    510529   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    511530                           !  Coefficient 
    512    rn_ahm_0    = 40000.         !  horizontal eddy viscosity   [m2/s] 
    513    rn_ahmb_0   =     0.         !  background eddy viscosity for ldf_iso [m2/s] 
     531   rn_ahm_0         = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
     532   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
     533   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]  
    514534/ 
    515535!!====================================================================== 
     
    701721&namptr       !   Poleward Transport Diagnostic 
    702722!----------------------------------------------------------------------- 
    703    ln_diaptr  = .true.     !  Poleward heat and salt transport (T) or not (F) 
     723   ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F) 
    704724   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    705725   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
    706726                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    707    ln_ptrcomp = .true.     !  Add decomposition : overturning  
     727   ln_ptrcomp = .true.     !  Add decomposition : overturning 
    708728   nf_ptr     =  1         !  Frequency of ptr computation [time step] 
    709729   nf_ptr_wri =  15        !  Frequency of ptr outputs 
  • branches/DEV_r2006_merge_TRA_TRC/CONFIG/ORCA2_LIM_PISCES/scripts/BB_make.ldef

    r2032 r2086  
    3030#  Keys have to be written on one single line (does NOT accept "\") 
    3131 
    32 P_P = key_trabbl key_vectopt_loop key_vectopt_memory key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_tradmp key_trabbc key_zdftke key_zdfddm key_top key_pisces key_dtatrc key_trc_zdfddm key_diatrc key_iomput  
     32P_P = key_trabbl key_vectopt_loop key_vectopt_memory key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_tradmp key_trabbc key_zdftke key_zdfddm key_top key_pisces key_dtatrc key_diatrc key_iomput  
    3333 
    3434#- 
  • branches/DEV_r2006_merge_TRA_TRC/CONFIG/ORCA2_OFF_PISCES/scripts/BB_make.ldef

    r2056 r2086  
    3030#  Keys have to be written on one single line (does NOT accept "\") 
    3131 
    32 P_P = key_trabbl key_vectopt_loop key_vectopt_memory key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_zdftke key_zdfddm key_top key_offline key_pisces key_dtatrc key_trc_zdfddm key_diatrc key_iomput 
     32P_P = key_trabbl key_vectopt_loop key_vectopt_memory key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_zdftke key_zdfddm key_top key_offline key_pisces key_dtatrc key_diatrc key_iomput 
    3333 
    3434#- 
Note: See TracChangeset for help on using the changeset viewer.