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 3604 for trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-11-19T15:21:34+01:00 (11 years ago)
Author:
rblod
Message:

Adding routines and modules for TAM - Ticket #1005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3309 r3604  
    33!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    44!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core 
    5 !!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,  
     5!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    77!!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     
    2525!----------------------------------------------------------------------- 
    2626   nn_no       =       0   !  job number (no more used...) 
    27    cn_exp      =  "AMM12"  !  experience name  
     27   cn_exp      =  "AMM12"  !  experience name 
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =     576   !  last  time step (std 1 day = 576) 
     
    5252!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    5353!!   namdom       space and time domain (bathymetry, mesh, timestep) 
    54 !!   namtsd       data: temperature & salinity                          
     54!!   namtsd       data: temperature & salinity 
    5555!!====================================================================== 
    5656! 
     
    7272   ln_s_sigma  = .true.    !  hybrid s-sigma coordinates 
    7373   rn_bb       =    0.8    !  stretching with s-sigma 
    74    rn_hc       =  150.0    !  critical depth with s-sigma  
     74   rn_hc       =  150.0    !  critical depth with s-sigma 
    7575/ 
    7676!----------------------------------------------------------------------- 
     
    9494/ 
    9595!----------------------------------------------------------------------- 
    96 &namtsd    !   data : Temperature  & Salinity                            
     96&namtsd    !   data : Temperature  & Salinity 
    9797!----------------------------------------------------------------------- 
    9898!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     
    129129   ln_ana      = .false    !  analytical formulation (T => fill namsbc_ana ) 
    130130   ln_flx      = .true.    !  flux formulation       (T => fill namsbc_flx ) 
    131    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    132    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)  
     131   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
     132   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    133133   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    134134   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
     
    140140   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    141141   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    142    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked  
    143                            !     =1 global mean of e-p-r set to zero at each time step  
     142   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     143                           !     =1 global mean of e-p-r set to zero at each time step 
    144144                           !     =2 annual global mean of e-p-r set to zero 
    145145                           !     =3 global emp set to zero and spread out over erp area 
     
    167167   sn_emp      = 'amm12_flx'      ,          3        ,  'sowafldo'  ,  .true.      , .false. , 'daily'   ,  ''      ,  '' 
    168168   cn_dir      = './fluxes/'        !  root directory for the location of the flux files 
    169 /       
     169/ 
    170170!----------------------------------------------------------------------- 
    171171&namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
     
    224224!                    !                       ! categories !  reference  !    orientation       ! grids  ! 
    225225! send 
    226 sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''     
    227 sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''     
    228 sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   ''     
    229 sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T'        
    230 sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''         
     226sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
     227sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
     228sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
     229sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
     230sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    231231! receive 
    232 sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''     
    233 sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    234 sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'    
    235 sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    236 sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
    237 sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
    238 sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''     
    239 sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    240 sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    241 sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     232sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     233sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     234sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
     235sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     236sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     237sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     238sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
     239sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     240sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     241sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    242242/ 
    243243!----------------------------------------------------------------------- 
     
    305305   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
    306306   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
    307 /       
     307/ 
    308308!----------------------------------------------------------------------- 
    309309&namsbc_alb    !   albedo parameters 
    310310!----------------------------------------------------------------------- 
    311    rn_cloud    =    0.06   !  cloud correction to snow and ice albedo  
     311   rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
    312312   rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    313313   rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    314    rn_alphc    =    0.65   !  compute albedo between two extremes values  
     314   rn_alphc    =    0.65   !  compute albedo between two extremes values 
    315315   rn_alphdi   =    0.72   !  (Pyane, 1972) 
    316316/ 
     
    322322!!   namcla        cross land advection 
    323323!!   namobc        open boundaries parameters                           ("key_obc") 
    324 !!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")  
     324!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    325325!!   nambdy        Unstructured open boundaries                         ("key_bdy") 
    326326!!   namtide       Tidal forcing at open boundaries                     ("key_bdy_tides") 
     
    344344   ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    345345   ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    346    ln_obc_fla  = .false.   !  Flather open boundary condition  
     346   ln_obc_fla  = .false.   !  Flather open boundary condition 
    347347   nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    348348                           !  = 1 the obc data are read in 'obc.dta' files 
     
    388388&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    389389!----------------------------------------------------------------------- 
    390     nb_bdy = 1                            !  number of open boundary sets        
     390    nb_bdy = 1                            !  number of open boundary sets 
    391391    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
    392392    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     
    424424/ 
    425425!----------------------------------------------------------------------- 
    426 &nambdy_tide     ! tidal forcing at open boundaries               
     426&nambdy_tide     ! tidal forcing at open boundaries 
    427427!----------------------------------------------------------------------- 
    428428   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     
    463463!!====================================================================== 
    464464!!   nambfr        bottom friction 
    465 !!   nambbc        bottom temperature boundary condition                
     465!!   nambbc        bottom temperature boundary condition 
    466466!!   nambbl        bottom boundary layer scheme                         ("key_trabbl") 
    467467!!====================================================================== 
     
    483483!----------------------------------------------------------------------- 
    484484   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    485    nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux  
     485   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    486486                           !     = 1 constant flux 
    487                            !     = 2 variable flux (read in geothermal_heating.nc in mW/m2)  
     487                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    488488   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    489489/ 
     
    503503!!   namtra_adv    advection scheme 
    504504!!   namtra_ldf    lateral diffusion scheme 
    505 !!   namtra_dmp    T & S newtonian damping                         
     505!!   namtra_dmp    T & S newtonian damping 
    506506!!====================================================================== 
    507507! 
     
    517517/ 
    518518!----------------------------------------------------------------------- 
    519 &namtra_adv    !   advection scheme for tracer  
    520 !----------------------------------------------------------------------- 
    521    ln_traadv_cen2   =  .false.  !  2nd order centered scheme    
    522    ln_traadv_tvd    =  .true.   !  TVD scheme                 
    523    ln_traadv_muscl  =  .false.  !  MUSCL scheme              
    524    ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    525    ln_traadv_ubs    =  .false.  !  UBS scheme                  
    526    ln_traadv_qck    =  .false.  !  QUICKEST scheme                  
     519&namtra_adv    !   advection scheme for tracer 
     520!----------------------------------------------------------------------- 
     521   ln_traadv_cen2   =  .false.  !  2nd order centered scheme 
     522   ln_traadv_tvd    =  .true.   !  TVD scheme 
     523   ln_traadv_muscl  =  .false.  !  MUSCL scheme 
     524   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     525   ln_traadv_ubs    =  .false.  !  UBS scheme 
     526   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    527527/ 
    528528!---------------------------------------------------------------------------------- 
     
    551551/ 
    552552!----------------------------------------------------------------------- 
    553 &namtra_dmp    !   tracer: T & S newtonian damping                   
     553&namtra_dmp    !   tracer: T & S newtonian damping 
    554554!----------------------------------------------------------------------- 
    555555   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
     
    579579&namdyn_adv    !   formulation of the momentum advection 
    580580!----------------------------------------------------------------------- 
    581    ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)   
     581   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
    582582   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    583    ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme  
    584 /   
     583   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     584/ 
    585585!----------------------------------------------------------------------- 
    586586&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    587587!----------------------------------------------------------------------- 
    588    ln_dynvor_ene = .false. !  enstrophy conserving scheme   
    589    ln_dynvor_ens = .false. !  energy conserving scheme     
    590    ln_dynvor_mix = .false. !  mixed scheme                
    591    ln_dynvor_een = .true.  !  energy & enstrophy scheme   
     588   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     589   ln_dynvor_ens = .false. !  energy conserving scheme 
     590   ln_dynvor_mix = .false. !  mixed scheme 
     591   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    592592/ 
    593593!----------------------------------------------------------------------- 
    594594&namdyn_hpg    !   Hydrostatic pressure gradient option 
    595595!----------------------------------------------------------------------- 
    596    ln_hpg_zco  = .false.   !  z-coordinate - full steps                    
     596   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    597597   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    598598   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     
    612612&namdyn_ldf    !   lateral diffusion on momentum 
    613613!----------------------------------------------------------------------- 
    614    !                       !  Type of the operator :  
    615    ln_dynldf_lap    =  .true.   !  laplacian operator          
     614   !                       !  Type of the operator : 
     615   ln_dynldf_lap    =  .true.   !  laplacian operator 
    616616   ln_dynldf_bilap  =  .true.   !  bilaplacian operator 
    617617                           !  Direction of action  : 
    618    ln_dynldf_level  =  .false.  !  iso-level                
     618   ln_dynldf_level  =  .false.  !  iso-level 
    619619   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    620620   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    621                            !  Coefficient  
     621                           !  Coefficient 
    622622   rn_ahm_0_lap     = 60.0      !  horizontal laplacian eddy viscosity   [m2/s] 
    623623   rn_ahmb_0        =  0.0      !  background eddy viscosity for ldf_iso [m2/s] 
     
    695695&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    696696!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    697    ln_kpprimix = .true.    !  shear instability mixing  
     697   ln_kpprimix = .true.    !  shear instability mixing 
    698698   rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s] 
    699699   rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
    700700   rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability 
    701701   rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
    702    rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2]  
    703    rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s]  
     702   rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2] 
     703   rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s] 
    704704   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    705705   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
     
    735735   rn_n2min    = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
    736736   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    737    rn_me       = 0.2       !  mixing efficiency  
     737   rn_me       = 0.2       !  mixing efficiency 
    738738   ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation 
    739739   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
     
    745745!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    746746!!   namctl            Control prints & Benchmark 
    747 !!   namsol            elliptic solver / island / free surface  
    748 !!====================================================================== 
    749 ! 
    750 !----------------------------------------------------------------------- 
    751 &namsol        !   elliptic solver / island / free surface  
     747!!   namsol            elliptic solver / island / free surface 
     748!!====================================================================== 
     749! 
     750!----------------------------------------------------------------------- 
     751&namsol        !   elliptic solver / island / free surface 
    752752!----------------------------------------------------------------------- 
    753753   nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
     
    795795!!   namflo       float parameters                                      ("key_float") 
    796796!!   namptr       Poleward Transport Diagnostics 
    797 !!   namhsb       Heat and salt budgets  
     797!!   namhsb       Heat and salt budgets 
    798798!!====================================================================== 
    799799! 
     
    833833   jpnnewflo     = 0          !  number of floats for the restart 
    834834   ln_rstflo     = .false.    !  float restart (T) or not (F) 
    835    nn_writefl    =      75    !  frequency of writing in float output file  
    836    nn_stockfl    =    5475    !  frequency of creation of the float restart file  
     835   nn_writefl    =      75    !  frequency of writing in float output file 
     836   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
    837837   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
    838838   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     
    846846   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    847847   ln_diaznl  = .false.    !  Add zonal means and meridional stream functions 
    848    ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not  
     848   ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not 
    849849                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    850850   ln_ptrcomp = .false.    !  Add decomposition : overturning 
     
    853853/ 
    854854!----------------------------------------------------------------------- 
    855 &namhsb       !  Heat and salt budgets  
     855&namhsb       !  Heat and salt budgets 
    856856!----------------------------------------------------------------------- 
    857857   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     
    885885&namobs       !  observation usage switch                               ('key_diaobs') 
    886886!----------------------------------------------------------------------- 
    887    ln_t3d     = .false.    ! Logical switch for T profile observations          
    888    ln_s3d     = .false.    ! Logical switch for S profile observations           
    889    ln_ena     = .false.    ! Logical switch for ENACT insitu data set            
    890    !                       !     ln_cor                  Logical switch for Coriolis insitu data set        
    891    ln_profb   = .false.    ! Logical switch for feedback insitu data set      
    892    ln_sla     = .false.    ! Logical switch for SLA observations                
    893  
    894    ln_sladt   = .false.    ! Logical switch for AVISO SLA data               
    895  
    896    ln_slafb   = .false.    ! Logical switch for feedback SLA data             
    897                            !     ln_ssh                  Logical switch for SSH observations               
    898  
    899    ln_sst     = .false.    ! Logical switch for SST observations               
    900                            !     ln_reysst               Logical switch for Reynolds observations        
    901                            !     ln_ghrsst               Logical switch for GHRSST observations           
    902  
    903    ln_sstfb   = .false.    ! Logical switch for feedback SST data           
    904                            !     ln_sss                  Logical switch for SSS observations               
    905                            !     ln_seaice               Logical switch for Sea Ice observations         
    906                            !     ln_vel3d                Logical switch for velocity observations          
    907                            !     ln_velavcur             Logical switch for velocity daily av. cur.     
    908                            !     ln_velhrcur             Logical switch for velocity high freq. cur.    
    909                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP   
     887   ln_t3d     = .false.    ! Logical switch for T profile observations 
     888   ln_s3d     = .false.    ! Logical switch for S profile observations 
     889   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
     890   !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     891   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
     892   ln_sla     = .false.    ! Logical switch for SLA observations 
     893 
     894   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
     895 
     896   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
     897                           !     ln_ssh                  Logical switch for SSH observations 
     898 
     899   ln_sst     = .false.    ! Logical switch for SST observations 
     900                           !     ln_reysst               Logical switch for Reynolds observations 
     901                           !     ln_ghrsst               Logical switch for GHRSST observations 
     902 
     903   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
     904                           !     ln_sss                  Logical switch for SSS observations 
     905                           !     ln_seaice               Logical switch for Sea Ice observations 
     906                           !     ln_vel3d                Logical switch for velocity observations 
     907                           !     ln_velavcur             Logical switch for velocity daily av. cur. 
     908                           !     ln_velhrcur             Logical switch for velocity high freq. cur. 
     909                           !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    910910                           !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    911                            !     ln_velfb                Logical switch for feedback velocity data        
    912                            !     ln_grid_global          Global distribtion of observations          
    913                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table   
    914                            !     grid_search_file        Grid search lookup file header  
    915                            !     enactfiles              ENACT input observation file names  
    916                            !     coriofiles              Coriolis input observation file name   
    917    !                       ! profbfiles: Profile feedback input observation file name  
     911                           !     ln_velfb                Logical switch for feedback velocity data 
     912                           !     ln_grid_global          Global distribtion of observations 
     913                           !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
     914                           !     grid_search_file        Grid search lookup file header 
     915                           !     enactfiles              ENACT input observation file names 
     916                           !     coriofiles              Coriolis input observation file name 
     917   !                       ! profbfiles: Profile feedback input observation file name 
    918918   profbfiles = 'profiles_01.nc' 
    919                            !     ln_profb_enatim         Enact feedback input time setting switch     
     919                           !     ln_profb_enatim         Enact feedback input time setting switch 
    920920                           !     slafilesact             Active SLA input observation file name 
    921                            !     slafilespas             Passive SLA input observation file name  
    922    !                       ! slafbfiles: Feedback SLA input observation file name  
     921                           !     slafilespas             Passive SLA input observation file name 
     922   !                       ! slafbfiles: Feedback SLA input observation file name 
    923923   slafbfiles = 'sla_01.nc' 
    924                            !     sstfiles                GHRSST input observation file name        
    925    !                       ! sstfbfiles: Feedback SST input observation file name  
     924                           !     sstfiles                GHRSST input observation file name 
     925   !                       ! sstfbfiles: Feedback SST input observation file name 
    926926   sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
    927                            !     seaicefiles             Sea Ice input observation file name  
    928                            !     velavcurfiles           Vel. cur. daily av. input file name   
    929                            !     velhvcurfiles           Vel. cur. high freq. input file name   
    930                            !     velavadcpfiles          Vel. ADCP daily av. input file name     
    931                            !     velhvadcpfiles          Vel. ADCP high freq. input file name  
    932                            !     velfbfiles              Vel. feedback input observation file name  
    933                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS        
    934                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS          
    935                            !     n1dint                  Type of vertical interpolation method         
    936                            !     n2dint                  Type of horizontal interpolation method        
    937                            !     ln_nea                  Rejection of observations near land switch     
    938    nmsshc     = 0          ! MSSH correction scheme                          
    939                            !     mdtcorr                 MDT  correction                                
    940                            !     mdtcutoff               MDT cutoff for computed correction           
    941    ln_altbias = .false.    ! Logical switch for alt bias                 
    942    ln_ignmis  = .true.     ! Logical switch for ignoring missing files    
    943                            !     endailyavtypes   ENACT daily average types                     
     927                           !     seaicefiles             Sea Ice input observation file name 
     928                           !     velavcurfiles           Vel. cur. daily av. input file name 
     929                           !     velhvcurfiles           Vel. cur. high freq. input file name 
     930                           !     velavadcpfiles          Vel. ADCP daily av. input file name 
     931                           !     velhvadcpfiles          Vel. ADCP high freq. input file name 
     932                           !     velfbfiles              Vel. feedback input observation file name 
     933                           !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
     934                           !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
     935                           !     n1dint                  Type of vertical interpolation method 
     936                           !     n2dint                  Type of horizontal interpolation method 
     937                           !     ln_nea                  Rejection of observations near land switch 
     938   nmsshc     = 0          ! MSSH correction scheme 
     939                           !     mdtcorr                 MDT  correction 
     940                           !     mdtcutoff               MDT cutoff for computed correction 
     941   ln_altbias = .false.    ! Logical switch for alt bias 
     942   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
     943                           !     endailyavtypes   ENACT daily average types 
    944944   ln_grid_global = .true. 
    945945   ln_grid_search_lookup = .false. 
    946 /  
     946/ 
    947947!----------------------------------------------------------------------- 
    948948&nam_asminc   !   assimilation increments                               ('key_asminc') 
    949949!----------------------------------------------------------------------- 
    950     ln_bkgwri = .false.    !  Logical switch for writing out background state  
    951     ln_trjwri = .false.    !  Logical switch for writing out state trajectory 
     950    ln_bkgwri = .false.    !  Logical switch for writing out background state 
    952951    ln_trainc = .false.    !  Logical switch for applying tracer increments 
    953952    ln_dyninc = .false.    !  Logical switch for applying velocity increments 
    954     ln_sshinc = .false.    !  Logical switch for applying SSH increments  
     953    ln_sshinc = .false.    !  Logical switch for applying SSH increments 
    955954    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    956955    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
     
    960959    nitiaufin = 15         !  Timestep of end of IAU interval in [0,nitend-nit000-1] 
    961960    niaufn    = 0          !  Type of IAU weighting function 
    962     nittrjfrq = 0          !  Frequency of trajectory output for 4D-VAR 
    963961    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    964962    salfixmin = -9999      !  Minimum salinity after applying the increments 
     
    989987   rn_htrmax         =  200.0   ! max. depth of transition range 
    990988/ 
     989!----------------------------------------------------------------------- 
     990&namtrj ! Handling non-linear trajectory for TAM (output for direct model, input for TAM) 
     991!----------------------------------------------------------------------- 
     992    cn_dirtrj   = 'tam_trajectory'   ! prefix for input/ouput files 
     993    ln_trjhand  = .false.            ! Handling non linear trajectory 
     994    nn_ittrjfrq = 20                 ! Output/input frequency 
     995    ln_trj_spl = .false.             ! Handling trajectory at simple precision 
     996/ 
Note: See TracChangeset for help on using the changeset viewer.